-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Failure running code-server --link
after upgrade to 3.10
#3342
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
Logs:
|
I'm investigating right now, I'll be working on it and will try to patch it over the next hours. |
same problem for me. I had to reinstall 3.9.3 |
Same issue here |
This was because the version field was not set on v0.2.2 of cloud-agent. For example: |
naseefali@NASEEFs-MacBook-Pro ~ % sudo curl -fsSL "https://github.com/cdr/cloud-agent/releases/latest/download/cloud-agent-linux-amd64" -o /usr/lib/code-server/lib/coder-cloud-agent |
sudo curl -fsSL "https://github.com/cdr/cloud-agent/releases/latest/download/cloud-agent-linux-amd64" -o /usr/lib/code-server/lib/coder-cloud-agent |
@naseefalikp6273 it looks like you're on macOS so that won't work. If you installed code-server with homebrew then you need to run: |
Yes I'm using Mac.. naseefali@NASEEFs-MacBook-Pro t_login % sudo curl -fsSL "https://github.com/cdr/cloud-agent/releases/latest/download/cloud-agent-darwin-amd64" -o /usr/local/Cellar/code-server/3.10.0/libexec/lib/coder-cloud-agent |
For others, here's how you can figure out where code-server lives and how to fix it:
#!/bin/bash
PATH="/usr/local/opt/node@14/bin:$PATH" exec "/usr/local/Cellar/code-server/3.10.0/libexec/out/node/entry.js" "$@" Looking at the |
@naseefali this looks like a different error. My guess is because you are in India and we probably don't have a cluster close to you to ensure a fast connection latency. |
I am getting the same error on Linux Mint 20.1:
|
The fixed version has been released in 3.10.1. 🎉 |
OS/Web Information
code-server --version
: 3.10.0 6610bffSteps to Reproduce
code-server --link
just does not work for me, it was working in previous version, I updated to 3.10 this afternoon and it stopped working.My command to update it:
Expected
A correctly running server
Actual
It failed starting the server.
Logs
The text was updated successfully, but these errors were encountered: