mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
(WebUI) Torrent status should be changed to Errored if no trackers are working #16492
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#16492
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 @ddechant on GitHub (Dec 27, 2024).
Suggestion
I have several torrents that show a tracker with a status of "Not working" because the torrent has been revoked by the tracker, but the statuses of those torrents show up as the following: Seeding, Completed, Running, Inactive, Stalled, Stalled Uploading. All of those statuses point to a successfully seeding torrent and gives no indication of a tracker connectivity issue.
I would expect that if there are no "working" trackers, and DHT, PeX and LSD are all disabled, the status of the torrent should change to "Errored".
Use case
This would make it much easier to identify torrents that aren't connected to an active tracker. Depending on the reason for the tracker retracting the torrent, continuing to seed those torrents is usually pointless.
Extra info/examples/attachments
@thalieht commented on GitHub (Dec 27, 2024):
Duplicate of #9849