gitpod-io / openvscode-server

Run upstream VS Code on a remote machine with access through a modern web browser from any device, anywhere.
https://www.gitpod.io/
MIT License
4.84k stars 423 forks source link

Extensions: Error while fetching extensions. Server returned 500 #525

Closed neshkeev closed 10 months ago

neshkeev commented 10 months ago

No extensions are loaded

What I did:

  1. I execute the command from the README.md: docker run -it --init -p 3000:3000 -v "$(pwd):/home/workspace:cached" gitpod/openvscode-server
  2. I follow the link localhost:3000
  3. I click on the Extension icon (CTRL + SHIFT + X)

What happened

There appears the Error while fetching extensions. Server returned 500 message

image

Logs

Logs from the console:

$ docker run -it --init -p 3000:3000 -v "./local:/home/workspace" gitpod/openvscode-server
Server bound to 0.0.0.0:3000 (IPv4)
Extension host agent listening on 3000

[12:14:16]

Web UI available at http://localhost:3000/
[12:14:16] Extension host agent started.
[12:14:16] Started initializing default profile extensions in extensions installation folder. file:///home/workspace/.openvscode-server/extensions
[12:14:16] Completed initializing default profile extensions in extensions installation folder. file:///home/workspace/.openvscode-server/extensions
File not found: /home/.openvscode-server/out/vsda_bg.wasm
File not found: /home/.openvscode-server/out/vsda.js
[12:14:45] [172.17.0.1][fdf6b71c][ExtensionHostConnection] New connection established.
[12:14:45] [172.17.0.1][e18e0004][ManagementConnection] New connection established.
[12:14:45] 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
[12:14:45] [172.17.0.1][fdf6b71c][ExtensionHostConnection] <31> Launched Extension Host Process.
File not found: /home/.openvscode-server/out/vs/workbench/workbench.web.main.nls.ru-ru.js
File not found: /home/.openvscode-server/out/vsda_bg.wasm
File not found: /home/.openvscode-server/out/vsda.js
[12:15:31] [172.17.0.1][81594edf][ManagementConnection] New connection established.
[12:15:32] [172.17.0.1][6cfef0b1][ExtensionHostConnection] New connection established.
[12:15:32] [172.17.0.1][6cfef0b1][ExtensionHostConnection] <47> Launched Extension Host Process.
[12:15:32] RequestStore#acceptReply was called without receiving a matching request 13
[12:15:32] RequestStore#acceptReply was called without receiving a matching request 14
[12:15:32] RequestStore#acceptReply was called without receiving a matching request 15
[12:15:32] RequestStore#acceptReply was called without receiving a matching request 16
[12:15:32] RequestStore#acceptReply was called without receiving a matching request 17
[12:15:32] RequestStore#acceptReply was called without receiving a matching request 18
[12:15:32] RequestStore#acceptReply was called without receiving a matching request 19
[12:15:32] RequestStore#acceptReply was called without receiving a matching request 20
[12:15:32] RequestStore#acceptReply was called without receiving a matching request 21
[12:15:32] RequestStore#acceptReply was called without receiving a matching request 22
[12:15:32] RequestStore#acceptReply was called without receiving a matching request 23
[12:15:32] RequestStore#acceptReply was called without receiving a matching request 24

Environment:

I tried both on Firefore and Chrome, it doesn't work anywhere

Version: 1.81.0 Commit: 7f9bfe3384cee72c277e758f88c1401a5af5845a User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/116.0 Embedder: openvscode-server

Version: 1.81.0 Commit: 7f9bfe3384cee72c277e758f88c1401a5af5845a Date: 2023-08-07T16:18:56.005Z Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

filiptronicek commented 10 months ago

Hi there @neshkeev 👋, what you're seeing is most likely an upstream issue for Open VSX: they have an ongoing incident.

neshkeev commented 10 months ago

@filiptronicek , thank you, I just executed the same docker run command again and the extensions appear to be loaded.

The issue can be closed now