Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (604 - 606 of 2449)

Ticket Resolution Summary Owner Reporter
#2322 Fixed [Execute] Race condition with "move on completed" torrents Etienne Dechamps
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) Calum
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

#2319 WorksForMe Leak in webui Damien Churchill Richard
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.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.