Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (103 - 105 of 2447)

Ticket Resolution Summary Owner Reporter
#2946 Fixed 1.1 libtorrent default piece priority Calum
Description

The default for piece priorities in libtorrent changed from 1 to 4 so need to alter this in torrent.py as per: [3260db416a]

#2947 Fixed [Stats] AttributeError: 'Graph' object has no attribute 'stats' Calum
Description

Stats plugin error when switching tabs in Graphs Tab

Traceback (most recent call last):
  File "build/bdist.linux-i686/egg/deluge/plugins/stats/gtkui.py", line 127, in graph_expose
  File "build/bdist.linux-i686/egg/deluge/plugins/stats/graph.py", line 111, in draw_to_context
  File "build/bdist.linux-i686/egg/deluge/plugins/stats/graph.py", line 159, in draw_graph
AttributeError: 'Graph' object has no attribute 'stats'
#2948 Fixed Non-Ascii Character Breaks Console Torrent Remove coreyme
Description

If a torrent with a non-ascii character like an En Dash in its name is running, the console command "deluge-console.exe rm --remove_data <id>" will fail for ANY torrent and returns the message:

'ascii' codec can't decode byte 0xe2 in position 9: ordinal not in range(128)
[ERROR   ] 13:48:42 main:347 'ascii' codec can't decode byte 0xe2 in position 9: ordinal not in range(128)
Traceback (most recent call last):
  File "deluge\ui\console\main.py", line 344, in do_command
  File "deluge\ui\console\commands\rm.py", line 61, in handle
  File "deluge\ui\console\main.py", line 462, in match_torrent
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 9: ordinal not in range(128)
Traceback (most recent call last):
  File "deluge\ui\console\main.py", line 344, in do_command
  File "deluge\ui\console\commands\rm.py", line 61, in handle
  File "deluge\ui\console\main.py", line 462, in match_torrent
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 9: ordinal not in range(128)

Removing the torrent with the non-ascii character resolves the problem.

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