Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Could not get index for components repository #3771

Closed
therabug opened this issue Feb 21, 2025 · 1 comment
Closed

[Bug]: Could not get index for components repository #3771

therabug opened this issue Feb 21, 2025 · 1 comment

Comments

@therabug
Copy link

Describe the bug

I tried torctl and disabled zapret and dns but can't get it to work. I click continue button and it reappears again and again.

To Reproduce

  1. Search Bottles
  2. Open Bottles
  3. Press Continue at "Almost Done"
  4. Wait till' continue button keeps reapperaing

Package

Flatpak from Flathub

Distribution

EndeavourOS

Debugging Information

Official Package: true
Version: '51.18'
DE/WM: plasma
Display:
    X.org: true
    X.org (port): :1
    Wayland: true
Graphics:
    vendors:
        nvidia:
            vendor: nvidia
            envs:
                __NV_PRIME_RENDER_OFFLOAD: '1'
                __GLX_VENDOR_LIBRARY_NAME: nvidia
                __VK_LAYER_NV_optimus: NVIDIA_only
            icd: /usr/lib/x86_64-linux-gnu/GL/vulkan/icd.d/nvidia_icd.json
            nvngx_path: /usr/lib/x86_64-linux-gnu/GL/nvidia-570-86-16/extra/nvidia/wine
    prime:
        integrated: null
        discrete: null
Kernel:
    Type: Linux
    Version: 6.13.3-arch1-1
Disk:
    Total: 4123811840
    Free: 4123627520
RAM:
    MemTotal: 7.7GiB
    MemAvailable: 3.6GiB
Bottles_envs: null

Troubleshooting Logs

(process:2): Gtk-WARNING **: 18:33:43.204: Theme directory 16x16/panel of theme Mkos-Big-Sur-Panel-white has no size field


(process:2): Gtk-WARNING **: 18:33:43.209: Theme directory 16x16@2x/places of theme Mkos-Big-Sur-Panel-white has no size field


(process:2): Gtk-WARNING **: 18:33:43.213: Theme directory 24x24/apps of theme Mkos-Big-Sur-Panel-white has no size field


(process:2): Gtk-WARNING **: 18:33:43.215: Theme directory 24x24@2x/panel of theme Mkos-Big-Sur-Panel-white has no size field


(process:2): Gtk-WARNING **: 18:33:43.216: Theme directory 24x24@2x/panel of theme Mkos-Big-Sur-Panel-white has no size field


(bottles:2): Gtk-WARNING **: 18:33:43.276: Theme directory 16x16/panel of theme Mkos-Big-Sur-Panel-white has no size field


(bottles:2): Gtk-WARNING **: 18:33:43.279: Theme directory 16x16@2x/places of theme Mkos-Big-Sur-Panel-white has no size field


(bottles:2): Gtk-WARNING **: 18:33:43.282: Theme directory 24x24/apps of theme Mkos-Big-Sur-Panel-white has no size field


(bottles:2): Gtk-WARNING **: 18:33:43.284: Theme directory 24x24@2x/panel of theme Mkos-Big-Sur-Panel-white has no size field


(bottles:2): Gtk-WARNING **: 18:33:43.284: Theme directory 24x24@2x/panel of theme Mkos-Big-Sur-Panel-white has no size field

18:33:43 (INFO) Launching with URI: None
18:33:43 (INFO) [Activate] request received.
18:33:43 (INFO) Bottles Started!
18:33:46 (ERROR) Could not get index for components repository
18:33:46 (ERROR) Could not get index for installers repository
18:33:46 (INFO) Performing Bottles checks\E2\80\A6
18:33:46 (INFO) Runners found:
         - sys-wine-9.0

18:33:47 (INFO) No installers found!
18:33:47 (INFO) Catalog dependencies loaded

Additional context

No response

@Gambit-117
Copy link

Gambit-117 commented Feb 21, 2025

Hiya! It's an issue with their backend proxy that's not fully working. If you want more details, check out the thread #3761 . Here's a fix that worked for me; assuming you installed Bottles via flatpak, you can manually define some env variables when you run it from the CLI and it should work. Just copy paste this directly into the CLI.

PERSONAL_DEPENDENCIES=https://github.com/bottlesdevs/dependencies/raw/main PERSONAL_COMPONENTS=https://github.com/bottlesdevs/components/raw/main PERSONAL_INSTALLERS=https://github.com/bottlesdevs/programs/raw/main flatpak run com.usebottles.bottles

If you download and use Flatseal, you can also define these variables directly in flatseal so that you don't have to boot it from the CLI every time. I also noticed that after initial startup, it seemed to work regardless. May not be the case for everyone though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants