Bug 733849
| Summary: | [abrt] deluge-gtk-1.3.3-1.fc15: client.py:310:call:AttributeError: 'NoneType' object has no attribute 'send_request' | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Nikolay Vladimirov <accounts> |
| Component: | deluge | Assignee: | Rahul Sundaram <metherid> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 15 | CC: | dustin.davisson, ggillies, justinnoah, metherid |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Unspecified | ||
| Whiteboard: | abrt_hash:ba270737a7094000cfd8130a01aaa2bff50fb8b6 | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-11-05 10:34:01 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: | |||
Package: deluge-gtk-1.3.3-1.fc16 Architecture: i686 OS Release: Fedora release 16 (Verne) Comment ----- Program was idling in tray, no torrents loaded. No longer reproducible. |
abrt version: 2.0.3 architecture: x86_64 cmdline: /usr/bin/python /usr/bin/deluge-gtk component: deluge executable: /usr/bin/deluge-gtk kernel: 2.6.40.3-0.fc15.x86_64 os_release: Fedora release 15 (Lovelock) package: deluge-gtk-1.3.3-1.fc15 reason: client.py:310:call:AttributeError: 'NoneType' object has no attribute 'send_request' time: Sat Aug 27 19:15:51 2011 uid: 501 username: mimcho backtrace: :client.py:310:call:AttributeError: 'NoneType' object has no attribute 'send_request' : :Traceback (most recent call last): : File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/torrentview.py", line 534, 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/status_tab.py", line 120, in update : selected, status_keys).addCallback(self._on_get_torrent_status) : File "/usr/lib/python2.7/site-packages/deluge/ui/sessionproxy.py", line 138, in get_torrent_status : d = client.core.get_torrent_status(torrent_id, keys_to_get, True) : File "/usr/lib/python2.7/site-packages/deluge/ui/client.py", line 504, in __call__ : return self.daemon.call(self.base, *args, **kwargs) : File "/usr/lib/python2.7/site-packages/deluge/ui/client.py", line 310, in call : self.protocol.send_request(request) :AttributeError: 'NoneType' object has no attribute 'send_request' : :Local variables in innermost frame: :self: <deluge.ui.client.DaemonSSLProxy object at 0x37c3b10> :args: ('b3a5ad16cbad3e4ff2049282c05c66069dbbb41d', ['progress', 'num_pieces', 'piece_length', 'distributed_copies', 'all_time_download', 'total_payload_download', 'total_uploaded', 'total_payload_upload', 'download_payload_rate', 'upload_payload_rate', 'num_peers', 'num_seeds', 'total_peers', 'total_seeds', 'eta', 'ratio', 'next_announce', 'tracker_status', 'max_connections', 'max_upload_slots', 'max_upload_speed', 'max_download_speed', 'active_time', 'seeding_time', 'seed_rank', 'is_auto_managed', 'time_added'], True) :request: core.get_torrent_status(b3a5ad16cbad3e4ff2049282c05c66069dbbb41d, ['progress', 'num_pieces', 'piece_length', 'distributed_copies', 'all_time_download', 'total_payload_download', 'total_uploaded', 'total_payload_upload', 'download_payload_rate', 'upload_payload_rate', 'num_peers', 'num_seeds', 'total_peers', 'total_seeds', 'eta', 'ratio', 'next_announce', 'tracker_status', 'max_connections', 'max_upload_slots', 'max_upload_speed', 'max_download_speed', 'active_time', 'seeding_time', 'seed_rank', 'is_auto_managed', 'time_added'], True) :method: 'core.get_torrent_status' :kwargs: {} comment: :1. Deluge 1.3.2 daemon on Fedora 15 machine. All stable updates from 27 Aug 2011 :2. Connected to the daemon from Ubuntu 11.04 macine using Deluge 1.3.1 :3. Then connected with this machine and right clicked a torrent. Deluge crashed.