Skip to content
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

BUG: IDE disconnects after 5 minutes #22

Closed
rosiel opened this issue Sep 26, 2023 · 5 comments
Closed

BUG: IDE disconnects after 5 minutes #22

rosiel opened this issue Sep 26, 2023 · 5 comments
Assignees

Comments

@rosiel
Copy link
Contributor

rosiel commented Sep 26, 2023

Reliably 5 minutes after launching the IDE, it becomes unusable - "disconnected" - displaying constantly moving "thinking" bars indicating it's trying to find a connection. From this point it's not possible to open new files or save changes to files.

Reloading the browser window causes it to reconnect, but this is very frustrating.

The logs for the IDE container (as viewable in Docker Desktop) show this:

2023-09-26 10:24:19 [13:24:19] [172.22.0.18][ead4c780][ManagementConnection] New connection established.
2023-09-26 10:24:19 [13:24:19] [172.22.0.18][1d5711df][ExtensionHostConnection] New connection established.
2023-09-26 10:24:19 [13:24:19] [172.22.0.18][1d5711df][ExtensionHostConnection] <12380> Launched Extension Host Process.
2023-09-26 10:24:20 [IPC Library: Pty Host]  WARN Persistent process "1": Process had no disconnect runners but was an orphan
2023-09-26 10:24:20 [IPC Library: Pty Host]  INFO Persistent process reconnection "1"
2023-09-26 10:24:20 [IPC Library: Pty Host]  INFO Persistent process "1": Replaying 9481 chars and 1 size events
2023-09-26 10:29:19 [13:29:19] [172.22.0.18][ff4e785e][ExtensionHostConnection] <7195> Extension Host Process exited with code: 0, signal: null.
@aOelschlager
Copy link
Contributor

Possibly the same issue? coder/code-server#4746

@nigelgbanks
Copy link
Contributor

We don't use the cert feature in the IDE itself, traefik handles the certificates, so might be something else?

@nigelgbanks
Copy link
Contributor

nigelgbanks commented Oct 7, 2023

Upgrading to the latest code-server may help... We're currently on 4.11.0. I can't seem to reproduce this locally but I'm running on a M1 Mac. @rosiel can you give your host system information?

@rosiel
Copy link
Contributor Author

rosiel commented Oct 10, 2023

I'm running an M2 mac with Ventura (13.5.2) (soon to be upgraded). Docker is at 4.23.0 with Docker Engine at 24.0.6.

@rosiel
Copy link
Contributor Author

rosiel commented Jan 24, 2024

On the same computer, this issue is no longer happening.
Docker is at Docker Desktop 4.26.1 and Engine 24.0.7.
I'll close and let anyone re-open if it re-occurs. At the moment it seems like it might have been isolated to me.

@rosiel rosiel closed this as completed Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants