404 when code-server is downloading a newer release
See original GitHub issueWhen prompted to install a new version through the UI I’m receiving a 404 error downloading the newest release. It appears to be caused by the versions 3.30 and later being tagged with a v3.3.0
but the associated release file name doesn’t include the v
.
Here’s the URL being used to download the newest release vs the newest release’s actual URL:
Attempted (404 error): https://github.com/cdr/code-server/releases/download/v3.4.0/code-server-v3.4.0-linux-x86_64.tar.gz Actual: https://github.com/cdr/code-server/releases/download/v3.4.0/code-server-3.4.0-linux-x86_64.tar.gz
This could be “fixed” in the code here, but it might just be a consistency issue that can be addressed moving forward by adjusting the tag names and files to match.
- Web Browser: Chrome
- Local OS: macOS 10.15.4
- Remote OS: CentOS 7.8.2003
- Remote Architecture: x86_64
code-server --version
: 3.2.0
Issue Analytics
- State:
- Created 3 years ago
- Comments:26 (14 by maintainers)
Top Results From Across the Web
404 when code-server is downloading a newer release #1746
When prompted to install a new version through the UI I'm receiving a 404 error downloading the newest release. It appears to be...
Read more >“The remote server returned an Error 404” or "HTTP request ...
Describes an issue that triggers a 404 error or "The HTTP request to 'https://mail. .com/EWS/mrsproxy.svc' has exceeded the allotted timeout" error when ...
Read more >Install - code-server v4.8.0 docs - Coder
To use a standalone release: Download the latest release archive for your system from GitHub. Unpack the release. Run code-server by executing ....
Read more >How to get Visual Studio Code to run on Android with Termux
First is that we will be installing the the open source version of Visual Studio Code (VS Code), called code-server. code-server is an ......
Read more >How to install C/C++-Extension in VSCode-Server?
-> Click on version history and choose for your linux architecture. Install extension with: code-server --install-extension ms-vscode.cpptools- ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ll be sure to fix recursive symlinks in the entry script in the next release.
In any case, it didn’t find an arm64 release.