-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Rust-analyzer reports http error: Got response 407 when trying to fetch release info #11149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
ERROR [12/31/2021, 10:15:24 AM]: Bootstrap error [Error: Got response 407 when trying to fetch release info for 2021-12-13 release |
Are you using a proxy which requires authentication? We have no way of passing the credentials. Anyway, newer versions no longer need to download the server binary from GitHub because it's bundled. Unfortunately, you're getting an old release because of #11098. There are two workarounds there, or you can manually download and install the VSIX. |
I am not using a proxy server. I can access this url successfully using curl command. my vscode is also not configured with proxy server, if rust-analyzer uses proxy server, how does it get the proxy server information (through environment variable or setting item)? |
But anyway, you should install the new version, which doesn't download anything. |
Ok, I'll try the new version. Thank you very much. |
Everytime when booting VSCode, rust-analyzer reports a http error:
Note: I can access the url properly by curl command.
The text was updated successfully, but these errors were encountered: