#2321 closed bug (Fixed)
tracker_status improvements (inc translate status in client not core)
Reported by: | Cas | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | Core | Version: | other (please specify) |
Keywords: | Cc: |
Description
tracker_status is currently the only translated value in torrentmanager.py which causes issues with filtering for keywords such as "Error", although a workaround for this issues has been applied already: 9a1ae06033b
For reference the current format in torrent.py set_tracker_status is:
"tracker_host: tracker_status: tracker_message"
It might be more useful to pack this as a dict and let the clients sort out translation and display.
Further to this the tracker_error_alert has a few more details that just the message:
The times_in_row member says how many times in a row this tracker has failed. status_code is the code returned from the HTTP server.
Finally only one tracker's status can be stored but adding a new trackers_status key more detail could be held and would be useful for implementing #1015
Change History (3)
comment:1 Changed 9 years ago by Cas
- Milestone changed from 1.4.0 to 2.0.0
comment:2 Changed 6 years ago by Cas
- Resolution set to Fixed
- Status changed from new to closed
comment:3 Changed 5 years ago by Cas
- Milestone changed from 2.0 to 2.0.0
Milestone renamed