-
Notifications
You must be signed in to change notification settings - Fork 5.9k
code-server-3.7.4: ETIMEDOUT error after install extension #2438
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
After installation of a language package, got this: ➜ ~ code-server-3.7.4-linux-amd64/code-server --log debug --install-extension code-server-extensions/MS-CEINTL.vscode-language-pack-zh-hans-1.51.2.vsix |
Duplicate of #2355 |
When I try to install an extension, I get an ETIMEDOUT error. This problem does not occur when I use code-server-3.6.2-linux-amd64.
➜ ~ code-server-3.7.4-linux-amd64/code-server --install-extension code-server-extensions/AndyCui.vscode-log-viewer-gb2312-0.9.1.vsix --log debug
***** Please use the script in bin/code-server instead!
***** This script will soon be removed!
***** See the release notes at https://github.com/cdr/code-server/releases/tag/v3.4.0
[2020-12-11T02:24:19.301Z] debug forking vs code cli...
[2020-12-11T02:24:19.447Z] debug got message from VS Code {"message":{"type":"ready"}}
debug vscode got message from code-server {"type":"cli"}
Installing extensions...
Extension 'AndyCui.vscode-log-viewer-gb2312-0.9.1.vsix' was successfully installed.
error vscode connect ETIMEDOUT 104.26.1.18:443
error vscode Error: connect ETIMEDOUT 104.26.1.18:443
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1141:16)
~/.local/share/code-server/logs/ (only cli.log):
➜ 20201211T102419 cat cli.log
[2020-12-11 10:24:19.456] [cli] [info] main {"_":[],"bind-addr":"127.0.0.1:8080","auth":"none","password":"null","config":"/home/shusx/.config/code-server/config.yaml","install-extension":["code-server-extensions/AndyCui.vscode-log-viewer-gb2312-0.9.1.vsix"],"log":"debug","user-data-dir":"/home/shusx/.local/share/code-server","extensions-dir":"/home/shusx/.local/share/code-server/extensions","verbose":false,"host":"127.0.0.1","port":8080,"proxy-domain":[],"usingEnvPassword":false}
[2020-12-11 10:24:19.474] [cli] [info] Installing the extension: andycui.vscode-log-viewer-gb2312
[2020-12-11 10:24:50.998] [cli] [info] Extracted extension to /home/shusx/.local/share/code-server/extensions/.andycui.vscode-log-viewer-gb2312-0.9.1: andycui.vscode-log-viewer-gb2312
[2020-12-11 10:24:50.999] [cli] [info] Renamed to /home/shusx/.local/share/code-server/extensions/andycui.vscode-log-viewer-gb2312-0.9.1
[2020-12-11 10:24:51.000] [cli] [info] Installation completed. andycui.vscode-log-viewer-gb2312
[2020-12-11 10:24:51.042] [cli] [info] Successfully installed the extension: andycui.vscode-log-viewer-gb2312
code-server --version
: 3.7.4 11f5378The text was updated successfully, but these errors were encountered: