Custom Query (2449 matches)
Results (604 - 606 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #2322 | Fixed | [Execute] Race condition with "move on completed" torrents | ||
| Description |
It seems that when both "move on completed" and the execute plugin are enabled, a race condition occurs in which the execute script is called concurrently with regard to the move operation. As a result, sometimes the torrent data is already moved when the script is executed, sometimes it is not. This makes it difficult for the script to do anything with the torrent data. The best fix would be to make sure that the script is executed *after* the move is complete. |
|||
| #2321 | Fixed | tracker_status improvements (inc translate status in client not core) | ||
| 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:
Finally only one tracker's status can be stored but adding a new |
|||
| #2319 | WorksForMe | Leak in webui | ||
| Description |
If I leave the webui running in a tab on chromium for a few hours, it uses all my RAM, and brings my system to a halt. I'm not sure how to proceed debugging it. |
|||
