-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
"Server returned 404" when trying to install different versions of extensions in VS Code #99699
Comments
Which version are you trying to install? |
Same thing happens to me. (same Win & VSCode versions as luabud) This doesn't happen while installing, but before - it happens when VSCode tries to get the list of available versions to show under the "Select Version to Install" popup. (At least that's what I assume is happening) The action sequence is:
|
The same for me. I had an issue today with Azure Functions local dev (python worker) in VSCode and I noticed that was update 8th of June of Python extension, to troubleshoot I wanted to install previous version of this extension but having error described here. |
my workaround to fix my issue Azure/azure-functions-python-worker#481 (comment) |
I'm seeing this error with vscode 1.45.1 and 1.46.0 (Linux Debian amd64) with all extensions. Running under |
I've started seeing this with vscode 1.45.1 on Windows, but only for one extension (CMake Tools) which I had to revert to an earlier version due to a breaking bug. Now I'm locked into the version I have, or to update to the latest which is broken for me. |
I don't get to select a version, just by clicking on "Install version..." it throws that error. I tried it with previous versions of the Python extension just in case, but that didn't change. And again, that can be reproduced with other extensions e.g. Docker and CMake Tools as said here. It's not happening to all extensions for me, it's working with the C/C++ extension. |
@fiveisprime Seems Marketplace is returning 404s for the valid URIs. |
The marketplace team has an idea of what's going on and they're looking into a fix. |
This is now working for me for some extensions, but not all. Not sure if this is a CDN issue or what? |
I got this problem too when i want to install another version of terraform extension. VSCode version : 1.46.0 Seems the issue "Server returned 404" still happening.. |
Also happens for Nativescript 0.11.0 |
VSCode 1.46.1, still 404. @fiveisprime, any news from marketplace team? |
Reached out again this morning and I'll let you know what I hear back. Sorry for the issues. :( |
Added a fix in VS Code to ignore those versions which throw error (Eg: 404). So now you can see the list of versions even though some fail. |
@sandy081 do you have any ETA on when this will actually be "fixed" for everyone? |
Next stable release is planned for Thursday next week - Please follow our end game schedule here - #101289 |
Using vsocde-insiders 1.47.0 solved issue for me |
Steps to Reproduce:
Does this issue occur when all extensions are disabled?: No
The issue was originally filed here: microsoft/vscode-python#12217, but it can also be reproduced with the Docker extension.
Log (Window):
The text was updated successfully, but these errors were encountered: