vscode: Signature: UnknownError
Testing #164452
2022-10-26 16:43:48.609 [info] Extension host agent started.
2022-10-26 16:43:51.256 [error] [172.17.0.1][ddd63f6d][ExtensionHostConnection] Unknown reconnection token (never seen).
2022-10-26 16:43:51.280 [error] [172.17.0.1][7d248857][ManagementConnection] Unknown reconnection token (never seen).
2022-10-26 16:43:54.628 [warning] No ptyHost heartbeat after 6 seconds
2022-10-26 16:43:57.487 [info] [172.17.0.1][75f1ef47][ManagementConnection] New connection established.
2022-10-26 16:43:57.751 [info] [172.17.0.1][d79102fd][ExtensionHostConnection] New connection established.
2022-10-26 16:43:57.813 [info] [172.17.0.1][d79102fd][ExtensionHostConnection] <1285> Launched Extension Host Process.
2022-10-26 16:44:03.637 [warning] No ptyHost heartbeat after 6 seconds
2022-10-26 16:44:04.241 [warning] Using the in-memory credential store as the operating system's credential store could not be accessed. Please see https://aka.ms/vscode-server-keyring on how to set this up. Details: libsecret-1.so.0: cannot open shared object file: No such file or directory
2022-10-26 16:46:24.186 [info] Getting Manifest... nikhgup1.component-creator
2022-10-26 16:46:24.893 [info] Installing extension: nikhgup1.component-creator
2022-10-26 16:46:36.746 [error] Error while installing the extension: nikhgup1.component-creator
2022-10-26 16:46:36.825 [error] Failed to install extension. nikhgup1.component-creator
2022-10-26 16:46:36.857 [error] Signature: UnknownError
at Sn.download (/root/vscode-server-linux-armhf-web/out/vs/server/node/server.main.js:90:4035)
at async V.doRun (/root/vscode-server-linux-armhf-web/out/vs/server/node/server.main.js:146:92152)
2022-10-26 16:46:37.899 [error] Signature: UnknownError
at Sn.download (/root/vscode-server-linux-armhf-web/out/vs/server/node/server.main.js:90:4035)
at async V.doRun (/root/vscode-server-linux-armhf-web/out/vs/server/node/server.main.js:146:92152)
Version: 1.73.0-insider
Commit: c3eebaead9d3bf1cb961b91fca1b8af31990d328
Date: 2022-10-26T09:14:47.017Z
Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36 Edg/106.0.1370.52
(Using VS Code Server armhf build in a Docker container with armhf hardware emulation.)
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Reactions: 1
- Comments: 43 (15 by maintainers)
Workaround set
extensions.verifySignaturetofalsein yoursettings.json.It means you can use it, but the settings editor doesn’t explicitly show it as a setting you can use. But if you type it in and save it, it should work.
After setting the
"extensions.verifySignature": falsein your settings, note that reloading the window via the command palette does not work. You have to restart vscode.Thanks for everybody that provided feedback here - we really appreciate it. We have pushed a fix so that this error should no longer be blocking.
For those that have added
extensions.verifySignature": falseto their setting - can you please remove it? And let us know if you still see any problems. To be clear, you should NOT see any errors now even if you remove the setting, but it will help us in detecting other potential issues.@manastalukdar are you sure you applied the
extensions.verifySignaturetofalsein the right setting file. What is the error that you get when you have this setting set?Have same issue:
My vs code version:
Updating the JSON setting
extensions.verifySignaturetofalsehelped!