-
Notifications
You must be signed in to change notification settings - Fork 5.9k
VS Code exited unexpectedly with code 0 #3604
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
Thank you @rschroll for the thorough report (and linking to the other issue). We'll have to grab a Pi and look more into this. About a month ago, I was able to get code-server working on my Pi (installing via We have other priorities at the moment but I will add this to "On Deck" and hopefully we can get to it after this current milestone. Thanks for your patience! |
Same error on termux, requires help! |
I just tried installing code-server 3.11.0, and it seems to be working. Perhaps this issue should be closed? |
Great! We will close then. For the others, if you experience this again, please open a new bug report with repro steps! |
Hey folks, I encountered the EXACT same error except it was on version So somehow |
@notthetup can you please open a new bug report with repro steps? |
This appears to be the same problem as #3198, but with a different version of code-server. I'm opening a new bug to avoid confusing that one, but I'm happy to have them merged together if you feel it's the same underlying problem.
OS/Web Information
code-server --version
: 3.10.2 387b12eSteps to Reproduce
code-server ---auth none --bind-addr 0.0.0.0:8080 -vvv
.Expected
VS Code
Actual
500
Logs
Console output
Refreshing the web browser results in
The most recent files from ~/.local/share/code-server/coder-logs.
Both the stderr and stdout files are empty.
The browser console.
The browser network tab.
I have the .har file, but Github won't let me upload it. It shows what you would expect, though: a 500 from the server followed by 200s for the various resources used by the 500 page.
Screenshot
It's a 500 page.
Notes
This issue can be reproduced in VS Code: No (I cannot run VS Code headless.)
I had previously been running code-server 3.7.4, but often running into problems with the Jupyter extension not loading properly (#2341). Upgrading code server (
npm update -g code-server
) resulted in a broken install, so I uninstalled and reinstalled (npm install -g code-server
), resulting in this problem.I've moved
~/.local/share/code-server
from the previous installation to another location, and the problem persists.The text was updated successfully, but these errors were encountered: