vscodium
vscodium copied to clipboard
Error while fetching extensions.
Type: Bug
Open VSCodium, click on extensions, search any extension.
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% |
Same error for me.
#1604
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"
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"
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?
Looks like it is fixed for me, could you retry @kaelynbu
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?
Hello, this is not vscodium issue, but open vsx downtime
Tbh they have downtimes so frequently that I think about asking if they would need some help
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!