Custom Query (2449 matches)
Results (109 - 111 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #2956 | Fixed | Filestab IndexError: tuple index out of range | ||
| Description |
Adding a magnet and leaving the files_tab open creating a timing issue where [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. |
|||
| #2957 | Fixed | torrentview AttributeError: 'NoneType' object has no attribute 'lower' | ||
| Description |
Found this while test adding magnet and clicking various ui tabs. Traceback (most recent call last):
File "/home/ubuntu/deluge-1.3-git/deluge/ui/gtkui/listview.py", line 261, in stabilized
result = sort_func(model, iter1, iter2, data)
File "/home/ubuntu/deluge-1.3-git/deluge/ui/gtkui/torrentview.py", line 180, in str_nocase_sort
v2 = model[iter2][data].lower()
AttributeError: 'NoneType' object has no attribute 'lower'
|
|||
| #2961 | Fixed | [LIBTORRENT] Deluged Error No Converter Found | ||
| Description |
tested on deluge develop commit a7826c4f90115026d3d50c51f9b3a4e5520d9ccf and libtorrent RC_1_1 commit 132be5101ff48ecc2831e4171c4f2043b290c6f9 alertmanager.py", line 99, in handle_alerts
exceptions.TypeError: No to_python (by-value) converter found for C++ type: class boost::shared_ptr<class libtorrent::alert> |
|||
Note:
See TracQuery
for help on using queries.
