Unable to download flatpaks via Discover on Fedora Kinoite

Krita and Stremio flatpak download outputs from Discover Flathub:

While pulling app/org.kde.krita/x86_64/stable from remote flathub: While fetching https://dl.flathub.org/repo/deltas/u2/+D27tq6g10zf_ANPy50lnuc2p4K9rMpiiV90bPgH8/1: [35] SSL connect error

While pulling runtime/org.kde.Platform/x86_64/5.15-24.08 from remote flathub: While fetching https://dl.flathub.org/repo/deltas/Jb/FKJnQNi1iz4noD39PAjNvev1jZ7lUiJXf+bJ7x1JQ/1: [56] Failure when receiving data from the peer

When trying to download Stremio via AUR on distrobox:

error: failed retrieving file ā€˜nodejs-23.8.0-4-x86_64.pkg.tar.zstā€™ from mirror.leaseweb.net : The requested URL returned error: 404
warning: too many errors from mirror.leaseweb.net, skipping for the remainder of this transaction
warning: failed to retrieve some files
error: failed to commit transaction (failed to retrieve some files)
Errors occurred, no packages were upgraded.
ā†’ Failed to install layer, rolling up to next layer.error:error installing repo packages
resolving dependenciesā€¦
warning: too many errors from mirror.leaseweb.net, skipping for the remainder of this > transaction
warning: failed to retrieve some files
error: failed to commit transaction (failed to retrieve some files)
Errors occurred, no packages were upgraded.
ā†’ error installing repo packages
error installing repo packages

1 Like

Can you try from terminal? The GUI stores access flatpak directly.

This might just be a repository, DNS or whatever issue.

flatpak remotes

flatpak update

flatpak install -y krita streamio
1 Like

This worked. Wonder why Discover GUI didnā€™t work for this? What does -y mean in the flatpak install command. Also whatā€™s the difference between using flatpak command and dnf/rpm-ostree?

Edit:

Well it worked for those two. Trying to download Proton Pass gave me this output in terminal:

Error: While pulling app/me.proton.Pass/x86_64/stable from remote flathub: While fetching https://dl.flathub.org/repo/objects/ab/9323bbbe1e
910fdf655f62f13b8efabc7bf4c37b82020fe9aae0fe28c38f39.filez: [35] SSL connect error
error: Failed to install me.proton.Pass: While pulling app/me.proton.Pass/x86_64/stable from remote flathub: While fetching https://dl.flat
hub.org/repo/objects/ab/9323bbbe1e910fdf655f62f13b8efabc7bf4c37b82020fe9aae0fe28c38f39.filez: [35] SSL connect error

It just worked?

Well the terminal tools nearly always have more info. Exception is ā€œappstream metadataā€ (the screenshots, description and other things you see in Discover".

-y automatically chooses ā€œyesā€ instead of asking you.

dnf and other package managers are not directly used by GUI stores, instead, packagekit is used, which is an abstraction layer.

rpm-ostree is directly used through the package plasma-discover-rpm-ostree but has reduced features. Not sure if you can install packages now? You should not do that, it is more efficient to install them all in one command.

This is why you run stuff in the terminal if something breaks :wink:

No idea, maybe report to flathub?