Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (643 - 645 of 2449)

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'
#2956 Fixed Filestab IndexError: tuple index out of range Calum
Description

Adding a magnet and leaving the files_tab open creating a timing issue where file_progress is populated but file_priorities is not:

[CRITICAL] 16:15:57 files_tab:469 {'files': (), 'file_progress': 0.0, 'file_priorities': ()}
[CRITICAL] 16:15:59 files_tab:469 {'files': ({...}), 'file_progress': (0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0), 'file_priorities': ()}
Unhandled error in Deferred:
Unhandled Error
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/twisted/protocols/policies.py", line 118, in dataReceived
    self.wrappedProtocol.dataReceived(data)
  File "/home/ubuntu/deluge-1.3-git/deluge/ui/client.py", line 179, in dataReceived
    d.callback(request[2])
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 362, in callback
    self._startRunCallbacks(result)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 458, in _startRunCallbacks
    self._runCallbacks()
--- <exception caught here> ---
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
  File "/home/ubuntu/deluge-1.3-git/deluge/ui/gtkui/files_tab.py", line 503, in _on_get_torrent_status
    file_priority = status["file_priorities"][index]
exceptions.IndexError: tuple index out of range

Doesn't happen every time but often enough to replicate.

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