You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try to follow the update procedure described in the README and try again before opening this issue.
Your Environment
Version used: commit 7aec1e2d9610b1b63bf4ac6d386285d1d43ba7be (HEAD -> master, origin/master, origin/HEAD)
Environment name and version:
Node.js version v14.21.3
npm version 6.14.18
Web browser Firefox 116.0
Operating system and version: Ubuntu 22.04.2 LTS (kernel 5.15.0-56-generic)
Torrent client and version: jesec/rtorrent:latest
Summary
When an RSS feed is configured to automatically add torrents, but the upstream website returns an HTTP error for requests to download .torrent files from that RSS feed, requests to GET /api/client/settings will hang indefinitely before timing out, which blocks the UI from loading.
Expected Behavior
Encountering an error when adding a torrent from an RSS feed should perhaps add a notification to the notification log, or at the very least log an error and continue.
Steps to Reproduce
Add an RSS feed which allows requests to the feed, but returns an HTTP 429 for requests to download .torrent files from the feed. Then restart the app.
Type: Bug Report
Your Environment
commit 7aec1e2d9610b1b63bf4ac6d386285d1d43ba7be (HEAD -> master, origin/master, origin/HEAD)
v14.21.3
6.14.18
Firefox 116.0
Ubuntu 22.04.2 LTS
(kernel5.15.0-56-generic
)jesec/rtorrent:latest
Summary
When an RSS feed is configured to automatically add torrents, but the upstream website returns an HTTP error for requests to download .torrent files from that RSS feed, requests to
GET /api/client/settings
will hang indefinitely before timing out, which blocks the UI from loading.Expected Behavior
Encountering an error when adding a torrent from an RSS feed should perhaps add a notification to the notification log, or at the very least log an error and continue.
Steps to Reproduce
Add an RSS feed which allows requests to the feed, but returns an HTTP 429 for requests to download .torrent files from the feed. Then restart the app.
Sample log:
The text was updated successfully, but these errors were encountered: