Custom Query (2449 matches)
Results (589 - 591 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #2283 | Fixed | KeyError in sessionproxy get_torrent_status | ||
| Description |
Forwarded from Fedora Bug tracker: https://bugzilla.redhat.com/show_bug.cgi?id=909018 Truncated backtrace:
sessionproxy.py:132:get_torrent_status:KeyError: 'name'
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/torrentview.py", line 557, in on_selection_changed
component.get("TorrentDetails").update()
File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/torrentdetails.py", line 367, in update
self.tabs[name].update()
File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/details_tab.py", line 85, in update
session.get_torrent_status(selected, status_keys).addCallback(self._on_get_torrent_status)
File "/usr/lib/python2.7/site-packages/deluge/ui/sessionproxy.py", line 132, in get_torrent_status
if time.time() - self.cache_times[torrent_id][key] > self.cache_time:
KeyError: 'name'
Local variables in innermost frame:
keys: ['name', 'total_size', 'num_files', 'tracker', 'save_path', 'message', 'hash', 'comment']
torrent_id: 'd5295fcca17268ee8d92ba067a0830c3a4d9fca2'
self: <deluge.ui.sessionproxy.SessionProxy object at 0x2bcb590>
keys_to_get: []
key: 'name'
This is likely to be a race condition between a the on_status callback when a torrent is added and the get_torrent_status call. |
|||
| #2293 | Fixed | Unable to right-click in sidebar in classic mode running webui plugin | ||
| Description |
This bug means that you are unable to create/remove labels. Not sure if this is a label plugin or webui issue. Running deluged with webui plugin or deluge-web does not exhibit any problems. |
|||
| #2302 | Fixed | deluge-gtk crashed with IndexError in get_plugin_info | ||
| Description |
Forwarded from: https://bugs.launchpad.net/ubuntu/+source/deluge/+bug/733094 Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/deluge/ui/gtkui/preferences.py", line 865, in on_plugin_selection_changed
plugin_info = component.get("PluginManager").get_plugin_info(name)
File "/usr/lib/pymodules/python2.7/deluge/pluginmanagerbase.py", line 169, in get_plugin_info
for line in self.pkg_env[name][0].get_metadata("PKG-INFO").splitlines():
IndexError: list index out of range
I also encountered this in 1.3.6 and I think it was caused by deleting a plugin while deluge gtk was running. A trivial bug but should be looked into. |
|||
