linuxserver / docker-openvscode-server

GNU General Public License v3.0
110 stars 16 forks source link

[BUG] Extensions search returns 502 error #26

Closed dalekseevs closed 1 year ago

dalekseevs commented 1 year ago

Is there an existing issue for this?

Current Behavior

When searching fro extensions or trying to update an extension I get 502 error. image

Expected Behavior

Searching for extensions should return extension list.

Steps To Reproduce

Search for an extension in the extension search bar.

Environment

- OS: Unraid
- How docker service was installed: Comunity applications/ Unraid Docker GUI

CPU architecture

x86-64

Docker creation

docker run
  -d
  --name='openvscode-server'
  --net='bridge'
  -e TZ="Europe/Berlin"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="Tower"
  -e HOST_CONTAINERNAME="openvscode-server"
  -e 'CONNECTION_TOKEN'=''
  -e 'CONNECTION_SECRET'=''
  -e 'SUDO_PASSWORD'='xxx'
  -e 'SUDO_PASSWORD_HASH'=''
  -e 'PUID'='99'
  -e 'PGID'='100'
  -e 'UMASK'='022'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:3000]/?tkn=lsio'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/openvscode-server-logo.png'
  -p '3000:3000/tcp'
  -v '/mnt/user/projects/':'/projects':'rw'
  -v '/mnt/user/appdata/openvscode-server':'/config':'rw' 'lscr.io/linuxserver/openvscode-server'

Container logs

───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗ 
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝ 

   Brought to you by linuxserver.io
───────────────────────────────────────

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    99
User GID:    100
───────────────────────────────────────

setting up sudo access
setting sudo password using SUDO_PASSWORD env var
setting permissions::config
setting permissions::app
[custom-init] No custom files found, skipping...
**** No connection token is set ****
Server bound to 0.0.0.0:3000 (IPv4)
Extension host agent listening on 3000

[23:08:13] 

Web UI available at http://localhost:3000/
[23:08:13] Extension host agent started.
[23:08:13] Deleted from disk ms-azuretools.vscode-docker /config/.openvscode-server/extensions/ms-azuretools.vscode-docker-1.24.0-universal
[ls.io-init] done.
[23:08:24] [172.17.0.1][bad4a4aa][ManagementConnection] New connection established.
[23:08:25] [172.17.0.1][5fe98c0b][ExtensionHostConnection] New connection established.
[23:08:25] [172.17.0.1][5fe98c0b][ExtensionHostConnection] <288> Launched Extension Host Process.
[23:08:28] [172.17.0.1][bad4a4aa][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed.
[23:08:28] [172.17.0.1][5fe98c0b][ExtensionHostConnection] <288> Extension Host Process exited with code: 0, signal: null.
[23:08:28] [172.17.0.1][1f780ec8][ManagementConnection] New connection established.
[23:08:29] [172.17.0.1][6e79a215][ExtensionHostConnection] New connection established.
[23:08:29] [172.17.0.1][6e79a215][ExtensionHostConnection] <337> Launched Extension Host Process.
github-actions[bot] commented 1 year ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

Roxedus commented 1 year ago

Upstream service has some issues right now. https://open-vsx.org/

dalekseevs commented 1 year ago

Ah thanks, that makes sense.