mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Handle RSS Feed Rate Limiting #13896
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#13896
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @seanhoward on GitHub (Oct 11, 2022).
Suggestion
When there are multiple RSS feeds for the same site and that site has a request rate limit, qBittorrent fails to update the RSS feed. Please implement a retry pattern with exponential backoff or allow users to set the rate of requests per site per time unit.
Use case
No response
Extra info/examples/attachments
10/11/2022 1:06 PM - Failed to download RSS feed at 'https://www..com/t.rss?download;7;u=;tp=;q=tt1365047'. Reason: An unknown error related to the remote content was detected
10/11/2022 1:06 PM - Failed to download RSS feed at 'https://www..com/t.rss?download;7;u=;tp=;q=tt10168312'. Reason: An unknown error related to the remote content was detected
10/11/2022 1:06 PM - Failed to download RSS feed at 'https://www..com/t.rss?download;7;u=;tp=;q=tt0475784'. Reason: An unknown error related to the remote content was detected
10/11/2022 1:06 PM - Failed to download RSS feed at 'https://www..com/t.rss?download;7;u=;tp=;q=tt9140560'. Reason: An unknown error related to the remote content was detected
10/11/2022 1:06 PM - Failed to download RSS feed at 'https://www..com/t.rss?download;7;u=;tp=;q=tt9077530'. Reason: An unknown error related to the remote content was detected
10/11/2022 1:06 PM - Failed to download RSS feed at 'https://www..com/t.rss?download;7;u=;tp=;q=tt2583620'. Reason: An unknown error related to the remote content was detected
10/11/2022 1:06 PM - Failed to download RSS feed at 'https://www..com/t.rss?download;11;13;21;u=;tp='. Reason: An unknown error related to the remote content was detected
10/11/2022 1:06 PM - Failed to download RSS feed at 'https://www..com/t.rss?download;7;u=;tp=;q=tt1751634'. Reason: An unknown error related to the remote content was detected
10/11/2022 1:06 PM - Failed to download RSS feed at 'https://www..com/t.rss?download;7;u=;tp=;q=tt8111088'. Reason: An unknown error related to the remote content was detected
10/11/2022 1:06 PM - Failed to download RSS feed at 'https://www..com/t.rss?download;7;u=;tp=;q=tt1877368'. Reason: An unknown error related to the remote content was detected
@glassez commented on GitHub (Oct 12, 2022):
In fact, there is already a similar mechanism that prevents simultaneous requests to such sites. However, it has a more simplified form, sending another request immediately after the response to the previous one was received. It looks like it would be possible to add some delay between them.
@StevenDTX commented on GitHub (Sep 9, 2023):
I would love to see this implemented. It seems all my feeds update at the same time, which causes half of them to fail. If I update them a second apart, they update just fine.
@luzpaz commented on GitHub (Sep 20, 2023):
Duplicate of #8350