vscodium icon indicating copy to clipboard operation
vscodium copied to clipboard

Error while fetching extensions.

Open kaelynbu opened this issue 1 year ago • 9 comments

Type: Bug

Open VSCodium, click on extensions, search any extension.

image

VSCodium version: VSCodium 1.81.1 (aef377c42cea6e9aea642829953104f07097abfa, 2023-08-10T18:29:45.715Z) OS version: Windows_NT x64 10.0.22621 Modes:

System Info
Item Value
CPUs Intel(R) Core(TM) i3-10110U CPU @ 2.10GHz (4 x 2592)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
Load (avg) undefined
Memory (System) 7.84GB (1.96GB free)
Process Argv
Screen Reader no
VM 0%
Extensions: none

kaelynbu avatar Aug 16 '23 20:08 kaelynbu

Same error for me.

pleish avatar Aug 16 '23 22:08 pleish

#1604

jmsalvat avatar Aug 16 '23 23:08 jmsalvat

This is an error in extensions gallery pulled from open-vsx.org.

Try to change it towards makerplace.visualstudio.com in product.json file.

in /usr/share/codium/resources/app/product.json

search for

"extensionsGallery": {
    "serviceUrl": "https://open-vsx.org/vscode/gallery",
    "itemUrl": "https://open-vsx.org/vscode/item"

replace with

"extensionsGallery": {
    "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
    "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
    "itemUrl": "https://marketplace.visualstudio.com/items"

HI101AI avatar Aug 16 '23 23:08 HI101AI

Thanks! This seems to fix the issue for me. I'm running VScodium from Flatpak. But this means I'm switching to the Visual Studio Gallery and not on the Open VSX one?

#$ flatpak list
Name                Application ID                                Version         Branch        Installation
VSCodium            com.vscodium.codium                           1.81.1.23222    stable        system

This is an error in extensions gallery pulled from open-vsx.org.

Try to change it towards makerplace.visualstudio.com in product.json file.

in /usr/share/codium/resources/app/product.json

search for

"extensionsGallery": {
    "serviceUrl": "https://open-vsx.org/vscode/gallery",
    "itemUrl": "https://open-vsx.org/vscode/item"

replace with

"extensionsGallery": {
    "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
    "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
    "itemUrl": "https://marketplace.visualstudio.com/items"

nlin24 avatar Aug 17 '23 03:08 nlin24

What if I do not want to use the Visual Studio Gallery? Do I just wait until the search api is fixed on the VSX registry?

GioU57 avatar Aug 17 '23 11:08 GioU57

Looks like it is fixed for me, could you retry @kaelynbu

Danielduel avatar Aug 17 '23 15:08 Danielduel

Today installed codium_1.82.2.23257_amd64.deb from https://github.com/VSCodium/vscodium/releases/download/1.82.2.23257/codium_1.82.2.23257_amd64.deb in Debian 12 (bookworm).

It's still the same issue and has not been fixed.

It seems not to be an error in the client, because the original URL's https://open-vsx.org/vscode cannot be used and are showing for example in a browser:

Whitelabel Error Page

This application has no explicit mapping for /error, so you are seeing this as a fallback.
Mon Sep 25 08:58:44 UTC 2023
There was an unexpected error (type=Not Found, status=404).

So how it is possible that this is fixed for some people?

karstengit avatar Sep 25 '23 08:09 karstengit

Hello, this is not vscodium issue, but open vsx downtime

Danielduel avatar Sep 25 '23 09:09 Danielduel

Tbh they have downtimes so frequently that I think about asking if they would need some help

Danielduel avatar Sep 25 '23 09:09 Danielduel

This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment, and we'll keep it open. If you have any new additional information, please include it with your comment!

github-actions[bot] avatar Mar 24 '24 01:03 github-actions[bot]