-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Terminal stuck in Starting... #1888
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
Not sure if we can do anything here. Shouldn't be frozen anyhow though, should just take a while. |
Is it stuck or does it eventually work? |
This comment has been minimized.
This comment has been minimized.
@nhooyr Its's stuck until packet loss <5% |
I'm experiencing this locally in a Docker container. I was getting the error |
When client network is slow, The "teminal" was stuck at "starting". And in the meantime, "OUTPUT" [Log(Window)] showed : |
"terminal.integrated.inheritEnv": true solve the problem. Somehow, when opening the codeserver page, "terminal.integrated.inheritEnv" option is unchecked, and caused terminal stucked in starting |
Interesting. 🤔 |
Same problem. But the packet loss rate seems ok. |
We are having the same issues but also not reproducable, because we can use the same code-server by 2 users and one of them is having a problem by the stuck starting terminal, and the other user is able to open a terminal. Today we were able to solve the issue for both users by clearing the cache of the VM by
We run the code-server as systemd-service on ec2 t3.medium instances with caddy and letsencrypt. A restart of code-server does not fix the problem ... |
Today we ran into this situation again ... the situation was fixed by disabling selinux. But i am not able to say that this is/was the root cause of the problem |
That's unfortunately annoying. Happening all the time |
share the method i resolve the bug:step1. delete the file: step2. restart the code-server Done. |
In my case, I found that this problem is due to using linux service file without specifying working directory. So I guess it got some permission problem. After I specified
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no activity occurs in the next 5 days. |
Hi
A couple of our users have reported issues when they're on flaky networks in India (ping packet loss 5-10%) that the terminal is stuck in "Starting...".
Is there anything that can be done for code-server to work in these conditions?
Thanks!
code-server --version
: 3.4.1The text was updated successfully, but these errors were encountered: