-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Handle slow networks more gracefully #2407
Comments
Hmm the only thing that looks a bit suspect is the inotify limit but I'm
not sure if it could cause this issue. It might be worth raising the
limit to check.
Could you post the logs from the browser console as well? Thank you!
|
Hi, I doubled checked in my browser, due to sec policy I will not be able to post them. But I saw something is stuck. There is a request using wss protocol keeps pending, that request has Oh, one more thing, it loaded once on my iPad with Safari, so it’s not a stable repeating issue any more, but issue probability is still very high. |
Might be related to #2388 |
I found something more in nginx log.
The repeating request:
And a lot entry in error.log with something like this:
Basically every request have an entry like this. Could this have something to do with privilege? I installed code-server using root while running it with another sudo-able user. |
Well, I have it loaded on my windows machine today. It’s getting confusing. |
I have the same issue and found the following situation: Local environment: Server environments AWS: Server environments Oracle cloud: Internet connections: Browsers: Running coder locally: Running coder in AWS/Oracle environments with LTE: Running coder in AWS/Oracle environments with ADSL: For me the situation is only happening with ADSL connection, so I can assume is something related to the speed/latency/stability of the connection. Error in browsers log:
|
Hmm yeah it does look like it's timing out. Maybe we should remove the
timeout or make it larger.
|
Well, it is confirmed a network issue. By the time I submitted this issue I was on a biz trip in some less advanced city. LTE was not that good there. Everything works fine back home. |
I have the same issue. 1Mbps
|
I'm on satellite connection at sea and I have the same problem, it should be nice if it would be possible to manage degraded networks. Not always it's possible to connect to the server on a lan. |
Probably one of the coolest comments I've seen on GitHub. I'm sure there's a good story there. Anyways, yes, it would be nice! We have some other priorities but would love to improve this UX! |
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. |
Unfortunately I believe this will need to be fixed upstream, unless we want to try patching their module loader. |
code-server --version
: 3.7.4 11f5378[Problem]
Extension does not activate, even after “active extension...” showed up at status bar. This include git extension shipped with vscode, which cause source control panel says “No source control providers registered” and “git.path” setting grayed out.
[Log]
No content in code-server-stderr.log
code-server-stdout.log
remoteagent.log
telemetry.log
The text was updated successfully, but these errors were encountered: