-
Notifications
You must be signed in to change notification settings - Fork 5.9k
code-server continuously reconnecting #2520
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 had the same issue previously, but i noticed in the documentation that the minimal specs for server is 2 cores 1G RAM, so i switched to a larger instance and it worked fine. This app will have surge in CPU usage during some edits, so if the server cannot handle it, it will freeze. |
@mcmans does this occur every time you visit code-server? |
@nhooyr I have the same problem as others. The reconnection happens every 10 - 20 minutes, every day. I've got 16 cores and 96 GB memory. Ubuntu 20.04. I'm running code-server 3.9.0. (added) I upgraded to 3.9.1 Let's see what happens. |
Download and update to the latest version, this may solve the problem.
…On Mon, 8 Mar 2021 at 22:42, Dale Smith ***@***.***> wrote:
@nhooyr <https://github.com/nhooyr> I have the same problem as others.
The reconnection happens every 10 - 20 minutes, every day.
I've got 16 cores and 96 GB memory. Ubuntu 20.04. I'm running code-server
3.9.0.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2520 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIOYONAUY4FO3EA6ES2NLILTCUSEDANCNFSM4VKJTOTQ>
.
--
Kind Regards
*Julius *
+256 758 572 829
+256 776 363 784
|
I upgraded but that did not fix the problem. I now believe that the
problem is with the actual hardware or OS, not code-server.
Thanks.
…On 3/9/21 2:18 AM, crytos wrote:
Download and update to the latest version, this may solve the problem.
On Mon, 8 Mar 2021 at 22:42, Dale Smith ***@***.***> wrote:
> @nhooyr <https://github.com/nhooyr> I have the same problem as others.
> The reconnection happens every 10 - 20 minutes, every day.
>
> I've got 16 cores and 96 GB memory. Ubuntu 20.04. I'm running
code-server
> 3.9.0.
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <#2520 (comment)>,
> or unsubscribe
>
<https://github.com/notifications/unsubscribe-auth/AIOYONAUY4FO3EA6ES2NLILTCUSEDANCNFSM4VKJTOTQ>
> .
>
--
Kind Regards
*Julius *
+256 758 572 829
+256 776 363 784
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2520 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAYKYZK77I24DRQGLHVMIZLTCXDTVANCNFSM4VKJTOTQ>.
|
I had a really bad free Server with 1 Core 1 GB and only IPv6. Now I have 2 Cores 4 GB IPv4 and everything is working fine, I use cloudflare cdn to provide custom font functionality |
Ohh, sounds great. However, about the font functionality, I don't get what
you mean!
…On Tue, 9 Mar 2021 at 19:21, kaaaxcreators ***@***.***> wrote:
I had a really bad free Server with 1 Core 1 GB and only IPv6. Now I have
2 Cores 4 GB IPv4 and everything is working fine, I use cloudflare cdn to
provide custom font functionality
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2520 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIOYONCHC3TJDFRWFMUSZC3TCZDJFANCNFSM4VKJTOTQ>
.
--
Kind Regards
*Julius *
+256 758 572 829
+256 776 363 784
|
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. |
Web Browser: Safari
Local OS: Mac 11.1 or iPad 14.3
Remote OS: Mac 11.1
Remote Architecture: x64
code-server --version: 3.8.0
Debug logs:
[2020-12-26T23:06:06.294Z] debug forking vs code...
[2020-12-26T23:06:06.647Z] debug setting up vs code...
[2020-12-26T23:06:06.650Z] debug vscode got message from code-server {"type":"init"}
[2020-12-26T23:06:06.966Z] debug vscode got message from code-server {"type":"socket"}
[2020-12-26T23:06:06.970Z] debug vscode New connection {"token":"affb5b3e-74ac-4a42-8d76-936184e7d3e8"}
[2020-12-26T23:06:07.355Z] debug got latest version {"latest":"3.8.0"}
[2020-12-26T23:06:07.355Z] debug comparing versions {"current":"3.8.0","latest":"3.8.0"}
[2020-12-26T23:06:07.452Z] debug vscode got message from code-server {"type":"socket"}
[2020-12-26T23:06:07.578Z] debug vscode New connection {"token":"c93daf94-4cf9-4a48-8b94-f0599c2a2246"}
[2020-12-26T23:06:07.669Z] debug Creating terminal {"id":0,"terminals":0}
[2020-12-26T23:06:07.670Z] debug Resolved shell launch configuration {"id":0}
[2020-12-26T23:06:07.672Z] debug Resolved terminal environment {"id":0}
[2020-12-26T23:06:07.673Z] debug Created terminal {"id":0}
[2020-12-26T23:06:07.743Z] debug Terminal bound {"id":0}
[2020-12-26T23:06:07.743Z] debug Terminal replaying {"id":0}
node:internal/process/promises:227
triggerUncaughtException(err, true /* fromPromise */);
^
validating: Unexpected end of data
at A.downloadInstallableExtension (/usr/local/Cellar/code-server/3.8.0/libexec/lib/vscode/out/vs/server/entry.js:523:159)
at processTicksAndRejections (node:internal/process/task_queues:93:5)
at async A.doInstallFromGallery (/usr/local/Cellar/code-server/3.8.0/libexec/lib/vscode/out/vs/server/entry.js:520:369) {
code: 'validating'
}
[2020-12-26T23:06:10.649Z] error VS Code exited unexpectedly with code 1
I've attempted to restart and the issues persists
The text was updated successfully, but these errors were encountered: