-
-
Notifications
You must be signed in to change notification settings - Fork 289
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]: Bottles can't find programs / "Installers" #3761
Comments
Seeing the exact same thing on an Ubuntu server install with the XFCE desktop |
Same here on EndeavourOS |
Same problem here on Fedora Linux, couldn't find any info about this error whatsoever Guessing some server is down? Getting these same error messages too in the log:
|
same here
|
Same here.
|
Same here on arch, found an old issue with a link to what I assume is the thing bottles wants to download and it appears to be down. |
Same. After going crazy with my network settings, I went into the bottles sh and tried accessing the domains: usebottles.com works fine:
But, according to the
So I tried: ✅ Base URL (https://proxy.usebottles.com/repo/components/): Returns HTTP/2 200 OK — The repository server is reachable.
❌ Index File (https://proxy.usebottles.com/repo/components/index.yml): Returns HTTP/2 502 Bad Gateway: The server is up, but the origin server or CDN backend is failing to provide the requested file?
✅ For dependencies both base URL and /index.yml seem fine:
❌ But, again, for programs, the index.yml doesnt:
This fields have been "randomized" to post here: |
Having the same issue on Tuxedo OS using the official Flatpak. |
same problem on PopOS 22 using flatpak. Are the servers down ? isn't there a status indicator for maintenances somewhere ? |
I'm trying to get Bottles devs more experienced with the server side of things involved. Unless you have more to add (that isn't just "same issue"), please do not comment. We know this is a problem. Yes we're going to try and fix it. |
as of now, you can start bottles with 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 |
where does this go? |
You open a terminal and paste that command in and push enter, assuming you installed Bottles with Flatpak |
Alternatively, you can get the flatpak flatseal and then set it for bottles in the environment variables |
This worked for me, but note that each element has to be its own variable, as shown below. |
Describe the bug
When starting Bottles and going into any bottle there are no installers found. The Installers page displays this empty state:
Also: when starting Bottles, there is this error message in the log:
To Reproduce
Package
Flatpak from Flathub
Distribution
OpenSUSE Tumbleweed latest
Debugging Information
Troubleshooting Logs
Additional context
No response
The text was updated successfully, but these errors were encountered: