Bug 909018
| Summary: | [abrt] deluge-gtk-1.3.5-2.fc18: sessionproxy.py:132:get_torrent_status:KeyError: 'name' | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | hbomb187 | ||||||||
| Component: | deluge | Assignee: | Rahul Sundaram <metherid> | ||||||||
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 18 | CC: | calumlind, metherid | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | x86_64 | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | abrt_hash:f27a81ff31edd22561d5d51ef3711f2d4f6b2f52 | ||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2013-02-21 19:17:20 UTC | Type: | --- | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Attachments: |
|
||||||||||
Created attachment 694907 [details]
File: backtrace
Created attachment 694908 [details]
File: core_backtrace
Created attachment 694909 [details]
File: environ
|
Version-Release number of selected component: deluge-gtk-1.3.5-2.fc18 Additional info: cmdline: /usr/bin/python /usr/bin/deluge-gtk dso_list: deluge-common-1.3.5-2.fc18.noarch executable: /usr/bin/deluge-gtk kernel: 3.7.4-204.fc18.x86_64 uid: 1000 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'