https://bugs.kde.org/show_bug.cgi?id=523258
Henri <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Henri <[email protected]> --- Same here on Fedora 44 Kinoite (bootc-derived image: FROM quay.io/fedora/fedora-kinoite:44@sha256:1424b842708911553486cc4003526a138704fd44c4531d926b96b9340561dd92). It seems the limiter is in libfwupd: fwupd_client_download_item_add() (https://github.com/fwupd/fwupd/blob/2.1.7/libfwupd/fwupd-client.c#L6349-L6357) keeps a list of recently requested URIs and rejects a repeat inside FWUPD_CLIENT_DOWNLOAD_URI_DELTA, defined as 1500ms (https://github.com/fwupd/fwupd/blob/2.1.7/libfwupd/fwupd-client.c#L49). I think the refresh actually succeeds despite the error popup, but Discover is just (erroneously) requesting the same .jcat twice within 1.5s and the second one fails. $ kinfo Operating System: Fedora Linux 44 KDE Plasma Version: 6.7.4 KDE Frameworks Version: 6.29.0 Qt Version: 6.11.2 Kernel Version: 7.1.13-200.fc44.x86_64 (64-bit) Graphics Platform: X11 Processors: 4 × Intel® Core™ Ultra 9 285K Memory: 8 GiB of RAM (7.7 GiB usable) Graphics Processor: llvmpipe $ fwupdmgr --version compile info.libusb 1.0.30 compile com.hughsie.libxmlb 0.3.28 compile org.freedesktop.Passim 0.1.11 compile org.freedesktop.fwupd 2.1.7 runtime org.freedesktop.Passim 0.1.12 runtime com.hughsie.libxmlb 0.3.29 runtime org.kernel 7.1.13-200.fc44.x86_64 runtime org.freedesktop.fwupd 2.1.7 -- You are receiving this mail because: You are watching all bug changes.
