-
Notifications
You must be signed in to change notification settings - Fork 5.9k
500 VS Code failed to load #3325
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
I’m still having the issue. I just globally installed code-server with Edit: I also tried globally uninstalling and re-installing, same issue :( |
Interesting, I did try it again and got an error saying the cloud agent failed to download so I also get warnings saying that To be clear, I'm still getting the same issue. |
Oh yeah, we have an issue open about the cloud
Yeah, that is unfortunately expected and something we can't work around. It sounds like your issue is fixed then. Can we close this? |
Well, not quite - at the end of the day, it's still the same issue, no matter how I install it. |
We released |
I’m still getting the same issue. This is the version that was installed.
|
Hmm...do you mind updating the original reproduction steps and include the steps you use to access your code-server instance? Then I can investigate using my Pi. |
Sorry for the late reply. I updated my original issue with hardware info on my Raspberry Pi (it’s revision 4 model b). I also put slightly more detailed steps, but it’s really just installing with yarn and running it. Let me know if there’s more I can provide. |
@jsjoeio I’d be curious to know what versions of node and any other core dependencies you have installed on your Pi, so I can try to replicate with the same versions. |
Ah I ended up getting it working! Here's what I did:
^ That told me the dependencies were messed up, specifically node 13.14.0 is not compatible. I thought it was since I read elsewhere that anything below v14 was going to work. I lost the exact CLI output, but It said these were the versions that were compatible: So, using Then, I made sure |
I'll wait for @jsjoeio to close the issue in case there are any learnings or documentation updates to be made with this. |
Ahhhh I think we should make sure our documentation and checks all enforce the version of Node that VS Code ships with (was v12 but I think it's v14 as of 1.56). |
I opened #3458. I'll go ahead and close this issue; nice find by the way!! |
Great work @sameetandpotatoes 🙌 Glad you figured it out (and found a bug!). Like Asher said, we'll go make sure to fix that so others don't run into the same issue. Thanks again! |
Hello, I know that this issue has been reported a few other times, but I'm still having this issue and I'm not sure how to resolve. My node version seems to satisfy requirements.
OS/Web Information
code-server --version
: 3.9.3npm --version
: 6.14.4node --version
: v13.14.0code --version
: 1.56.0Steps to Reproduce
aptyarn ->yarn add code-server
code-server
Expected
VSCode should start up after entering my password.
Actual
I enter my password, then I get the 500 error, VS Code failed to load. exited unexpectedly with code 0.
Logs
code-server --log debug
Notes
This issue can be reproduced in VS Code: Yes/No
Hardware Info
The text was updated successfully, but these errors were encountered: