Open ell1e opened 2 months ago
This is probably not a regression but a long standing bug because ostree does not resume object downloads but pulls only. Hence, on huge file sizes ostree pulls may not complete. This is indeed a high impact bug.
@ell1e Please, run with --ostree-verbose
and post your log here. Thank you.
Apparently, flatpak is currently even unable to download a simple file, like the summary index. :cry:
$ flatpak --version
Flatpak 1.14.10
$ flatpak update --verbose --ostree-verbose
F: using fuse: 0
F: Opening system flatpak installation at path /var/lib/flatpak
F: using fuse: 0
F: No installations directory in /app/etc/flatpak/installations.d. Skipping
Looking for updates…
F: Fetching summary index file for remote ‘flathub’
F: Loading https://dl.flathub.org/repo/summary.idx using curl
F: Received 10001 bytes
F: Fetching indexed summary file c3d4515f1a12abd5cb34d798aa31b5e112b66c1b7c942ab2c492f84d7db67f22.gz for remote ‘flathub’
F: Loading https://dl.flathub.org/repo/summaries/c3d4515f1a12abd5cb34d798aa31b5e112b66c1b7c942ab2c492f84d7db67f22.gz using curl
F: Should retry request (remaining: 5 retries), due to transient error: While fetching https://dl.flathub.org/repo/summaries/c3d4515f1a12abd5cb34d798aa31b5e112b66c1b7c942ab2c492f84d7db67f22.gz: [28] Timeout was reached
F: Loading https://dl.flathub.org/repo/summaries/c3d4515f1a12abd5cb34d798aa31b5e112b66c1b7c942ab2c492f84d7db67f22.gz using curl
F: Should retry request (remaining: 4 retries), due to transient error: While fetching https://dl.flathub.org/repo/summaries/c3d4515f1a12abd5cb34d798aa31b5e112b66c1b7c942ab2c492f84d7db67f22.gz: [28] Timeout was reached
F: Loading https://dl.flathub.org/repo/summaries/c3d4515f1a12abd5cb34d798aa31b5e112b66c1b7c942ab2c492f84d7db67f22.gz using curl
F: Should retry request (remaining: 3 retries), due to transient error: While fetching https://dl.flathub.org/repo/summaries/c3d4515f1a12abd5cb34d798aa31b5e112b66c1b7c942ab2c492f84d7db67f22.gz: [28] Timeout was reached
F: Loading https://dl.flathub.org/repo/summaries/c3d4515f1a12abd5cb34d798aa31b5e112b66c1b7c942ab2c492f84d7db67f22.gz using curl
F: Should retry request (remaining: 2 retries), due to transient error: While fetching https://dl.flathub.org/repo/summaries/c3d4515f1a12abd5cb34d798aa31b5e112b66c1b7c942ab2c492f84d7db67f22.gz: [28] Timeout was reached
F: Loading https://dl.flathub.org/repo/summaries/c3d4515f1a12abd5cb34d798aa31b5e112b66c1b7c942ab2c492f84d7db67f22.gz using curl
F: Should retry request (remaining: 1 retries), due to transient error: While fetching https://dl.flathub.org/repo/summaries/c3d4515f1a12abd5cb34d798aa31b5e112b66c1b7c942ab2c492f84d7db67f22.gz: [28] Timeout was reached
F: Loading https://dl.flathub.org/repo/summaries/c3d4515f1a12abd5cb34d798aa31b5e112b66c1b7c942ab2c492f84d7db67f22.gz using curl
error: While fetching https://dl.flathub.org/repo/summaries/c3d4515f1a12abd5cb34d798aa31b5e112b66c1b7c942ab2c492f84d7db67f22.gz: [28] Timeout was reached
Btw, the browser downloads that link flawlessly. So, I do not know what is flatpak’s issue. :shrug:
Checklist
Flatpak version
1.14.10
What Linux distribution are you using?
Other (specify below)
Linux distribution version
postmarketOS Edge
What architecture are you using?
i386
How to reproduce
flatpak updat
Expected Behavior
Downloads always resume. Based on https://github.com/flatpak/flatpak/issues/679 I assume this was meant to be working, but potentially broke again in some regression.
Actual Behavior
Downloads always start over, which makes some downloads potentially impossible on a slower connection (so this can be a high impact bug):
(Download goes from 138.2MB back to 235.5 kB and starts over.)
Additional Information
No response