Custom Query (2449 matches)
Results (439 - 441 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #2708 | WorksForMe | Console KeyError: 'progress' | ||
| 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' |
|||
| #2707 | Fixed | FilterPanel TypeError: r is undefined | ||
| Description |
Seeing the following error in console when removing a torrent. Error: TypeError: r is undefined Source File: http://127.0.0.1:8112/js/deluge-all/FilterPanel.js Line: 154 |
|||
| #2705 | Fixed | Webui connection manager should create missing hostlist conf | ||
| Description |
Not having a hostlist can cause weird issues such as: http://forum.deluge-torrent.org/viewtopic.php?f=7&t=49127 |
|||
Note:
See TracQuery
for help on using queries.
