Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (202 - 204 of 2447)

Ticket Resolution Summary Owner Reporter
#2465 WorksForMe Torrentview showing download rate of another torrent on a paused torrent Doadin
Description

Under windows 7 sp1 64-bit with the developement branch some times seemingly without reason and without error in deluged-debug the download column with copy the download rate of another torrent and show on a paused torrent. Running the mouse over the paused torrent seems to remove the false number but after a while the error will occur again.

#2564 WorksForMe GTKUI edit trackers "up" button doesn't update list order markybob
Description

Using Win32 GTKUI edit trackers "up" button doesn't update list order...not sure if it actually updates it in the background or not.

#2708 WorksForMe Console KeyError: 'progress' Calum
Description

Seeing the following error on startup of the ncurses console

File "/home/ubuntu/deluge.git_master/deluge/transfer.py", line 118, in _handle_complete_message 
self.message_received(rencode.loads(zlib.decompress(data), decode_utf8=True))
File "/home/ubuntu/deluge.git_master/deluge/ui/client.py", line 123, in message_received 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.git_master/deluge/ui/console/modes/alltorrents.py", line 434, in set_state self._sorted_ids = self._sort_torrents(self.curstate)
File "/home/ubuntu/deluge.git_master/deluge/ui/console/modes/alltorrents.py", line 584, in _sort_torrents result = sorted(result, cmp_func, lambda s: state.get(s)["progress"] == 100.0)
File "/home/ubuntu/deluge.git_master/deluge/ui/console/modes/alltorrents.py", line 584, in <lambda> result = sorted(result, cmp_func, lambda s: state.get(s)["progress"] == 100.0)
exceptions.KeyError: 'progress'
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.