Automatic extension update fails with UnknownError: Signature: UnknownError
See original GitHub issueDoes this issue occur when all extensions are disabled?: Yes
- VS Code Version: Version: 1.74.0-insider Commit: ac084d723b7405591d2110fe374648345ecb8ce6 Date: 2022-11-28T05:23:46.430Z Electron: 19.1.6 Chromium: 102.0.5005.167 Node.js: 16.14.2 V8: 10.2.154.15-electron.0 OS: Linux x64 6.0.10-native_intel-xanmod1-1 Sandboxed: Yes
- OS Version: Arch Linux (VS Code installed with the AUR package
visual-studio-code-insiders-bin
)
Steps to Reproduce:
- Attempt to update any extension with a pending update
- The update fails with “Error while updating ‘Remote - SSH’ extension. Please check the log for more details.” Window log:
2022-11-28 16:16:50.292 [info] Electron sandbox mode is enabled!
2022-11-28 16:16:50.842 [warning] Skipping extension /home/user/.vscode-insiders/extensions/ms-vscode.js-debug-1.72.1 in favour of the builtin extension /opt/visual-studio-code-insiders/resources/app/extensions/ms-vscode.js-debug.
2022-11-28 16:16:50.843 [error] Extension 'ms-vscode.js-debug' appears in product.json but enables LESS API proposals than the extension wants.
package.json (LOSES): portsAttributes, findTextInFiles, workspaceTrust, resolvers, tunnels
product.json (WINS): portsAttributes, findTextInFiles, workspaceTrust, tunnels
2022-11-28 16:16:53.408 [info] [perf] Render performance baseline is 21ms
2022-11-28 16:16:55.200 [error] UnknownError: Signature: UnknownError
at pt.download (vscode-file://vscode-app/opt/visual-studio-code-insiders/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js:37:92674)
at async Y.h (vscode-file://vscode-app/opt/visual-studio-code-insiders/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js:89:167628)
2022-11-28 16:17:02.338 [error] Signature: UnknownError
at pt.download (vscode-file://vscode-app/opt/visual-studio-code-insiders/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js:37:92674)
at async Y.h (vscode-file://vscode-app/opt/visual-studio-code-insiders/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js:89:167628)
2022-11-28 16:17:02.367 [error] UnknownError: Signature: UnknownError
at pt.download (vscode-file://vscode-app/opt/visual-studio-code-insiders/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js:37:92674)
at async Y.h (vscode-file://vscode-app/opt/visual-studio-code-insiders/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js:89:167628)
It happens with at least the extensions Remote - SSH, Python and rust-analyzer. Manually downloading the extensions and installing via the command line does work.
Issue Analytics
- State:
- Created 10 months ago
- Reactions:1
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Signature: UnknownError #164726 - microsoft/vscode - GitHub
I only see issues updating extensions in my WSL Distros ... Extensions: warn not fail on UnknownError during signature verification #169777.
Read more >Code signing, unknown error - TechNet - Microsoft
I have a folder full of PS1, PSM1 and VBS files that all sign fine. And I have one PS1 that fails with...
Read more >MusicKit unknown error getting user token - Apple Developer
I get this error message in the OS Logs when I run the sample code from this Apple link: Failed to fetch user...
Read more >WebdriverIO: How to fix error "unknown error: cannot get ...
Solution: update chromedriver by adding this JSON to config file. 1. The following is the configuration for just chromedriver.
Read more >Lambda Extensions API - AWS Documentation
Use the extensions API to create extensions that integrate code with the Lambda execution environment.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Please continue using this setting
"extensions.verifySignature" = false
until this is fixedI don’t see such option. And when I just put it in it does not work. Maybe it’s something available only in development version of VSCode?
EDIT: Never mind, it seems it picked it up after an application restart.