question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Automatic extension update fails with UnknownError: Signature: UnknownError

See original GitHub issue

Does 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:

  1. Attempt to update any extension with a pending update
  2. 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:open
  • Created 10 months ago
  • Reactions:1
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
sandy081commented, Dec 8, 2022

Please continue using this setting "extensions.verifySignature" = false until this is fixed

1reaction
furaicommented, Dec 2, 2022

image I 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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found