How can i fix this issue? #5927
Unanswered
ccloving2007
asked this question in
Q&A
Replies: 2 comments 1 reply
-
debian11.6 code-server4.9.1 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Can you provide steps to reproduce? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When i install the language:
2022-12-26 20:37:27.371 [error] [Service Worker] registration {}
2022-12-26 20:37:33.756 [info] Updating additional builtin extensions cache
2022-12-26 20:37:37.883 [error] Error while registering log channel vscode-log:/20221226T203726/remoteTunnel.log Timed out while waiting for file to be created
2022-12-26 20:37:37.889 [error] Error while registering log channel file:///20221226T203726/ptyhost.log Timed out while waiting for file to be created
2022-12-26 20:39:18.125 [error] Error: 140245016917952:error:14191044:SSL routines:tls1_enc:internal error:../deps/openssl/openssl/ssl/record/ssl3_record.c:1066:
2022-12-26 20:39:18.127 [error] 140245016917952:error:14191044:SSL routines:tls1_enc:internal error:../deps/openssl/openssl/ssl/record/ssl3_record.c:1066:
: Error: 140245016917952:error:14191044:SSL routines:tls1_enc:internal error:../deps/openssl/openssl/ssl/record/ssl3_record.c:1066:
2022-12-26 20:57:57.128 [info] [remote-connection][ExtensionHost][c30b7…][reconnect] received socket close event (wasClean: false, code: 1006, reason: ).
2022-12-26 20:57:57.131 [error] {"isTrusted":true}
2022-12-26 20:57:57.132 [info] [remote-connection][ExtensionHost][c30b7…][reconnect] starting reconnecting loop. You can get more information with the trace log level.
2022-12-26 20:57:57.134 [info] [remote-connection][ExtensionHost][c30b7…][reconnect] resolving connection...
2022-12-26 20:57:57.135 [info] [remote-connection][ExtensionHost][c30b7…][reconnect] connecting to 192.168.1.15:8080...
2022-12-26 20:57:57.136 [info] [remote-connection][Management ][59f37…][reconnect] received socket close event (wasClean: false, code: 1006, reason: ).
2022-12-26 20:57:57.138 [error] {"isTrusted":true}
2022-12-26 20:57:57.140 [info] [remote-connection][Management ][59f37…][reconnect] starting reconnecting loop. You can get more information with the trace log level.
2022-12-26 20:57:57.141 [info] [remote-connection][Management ][59f37…][reconnect] resolving connection...
2022-12-26 20:57:57.142 [info] [remote-connection][Management ][59f37…][reconnect] connecting to 192.168.1.15:8080...
2022-12-26 20:58:13.665 [error] [remote-connection][ExtensionHost][c30b7…][reconnect][192.168.1.15:8080] socketFactory.connect() failed or timed out. Error:
2022-12-26 20:58:13.667 [error] CodeExpectedError: WebSocket close with status code 1006
at WebSocket. (https://192.168.1.15:8080/stable-6261075646f055b99068d3688932416f2346dd3b/static/out/vs/workbench/workbench.web.main.js:635:47406)
2022-12-26 20:58:13.668 [info] [remote-connection][ExtensionHost][c30b7…][reconnect] A temporarily not available error occurred while trying to reconnect, will try again...
2022-12-26 20:58:13.669 [info] [remote-connection][ExtensionHost][c30b7…][reconnect] waiting for 5 seconds before reconnecting...
2022-12-26 20:58:15.713 [error] [remote-connection][Management ][59f37…][reconnect][192.168.1.15:8080] socketFactory.connect() failed or timed out. Error:
2022-12-26 20:58:15.715 [error] CodeExpectedError: WebSocket close with status code 1006
at WebSocket. (https://192.168.1.15:8080/stable-6261075646f055b99068d3688932416f2346dd3b/static/out/vs/workbench/workbench.web.main.js:635:47406)
2022-12-26 20:58:15.717 [info] [remote-connection][Management ][59f37…][reconnect] A temporarily not available error occurred while trying to reconnect, will try again...
2022-12-26 20:58:15.718 [info] [remote-connection][Management ][59f37…][reconnect] waiting for 5 seconds before reconnecting...
2022-12-26 20:58:16.187 [error] [object Event]: Error: [object Event]
at Object.E [as ensureError] (https://192.168.1.15:8080/stable-6261075646f055b99068d3688932416f2346dd3b/static/out/vs/loader.js:3:4101)
at s._createLoadError (https://192.168.1.15:8080/stable-6261075646f055b99068d3688932416f2346dd3b/static/out/vs/loader.js:5:8031)
at s._onLoadError (https://192.168.1.15:8080/stable-6261075646f055b99068d3688932416f2346dd3b/static/out/vs/loader.js:5:8150)
at a (https://192.168.1.15:8080/stable-6261075646f055b99068d3688932416f2346dd3b/static/out/vs/loader.js:5:9989)
at Object.errorback (https://192.168.1.15:8080/stable-6261075646f055b99068d3688932416f2346dd3b/static/out/vs/loader.js:5:10345)
at e.triggerErrorback (https://192.168.1.15:8080/stable-6261075646f055b99068d3688932416f2346dd3b/static/out/vs/loader.js:3:10746)
at https://192.168.1.15:8080/stable-6261075646f055b99068d3688932416f2346dd3b/static/out/vs/loader.js:3:10452
at HTMLScriptElement.a (https://192.168.1.15:8080/stable-6261075646f055b99068d3688932416f2346dd3b/static/out/vs/loader.js:3:10967)
Beta Was this translation helpful? Give feedback.
All reactions