Changes between Initial Version and Version 1 of Ticket #1938


Ignore:
Timestamp:
11/15/2011 07:21:24 PM (12 years ago)
Author:
Cas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1938

    • Property Priority changed from major to minor
    • Property Milestone changed from 1.3.4 to 1.3.x
  • Ticket #1938 – Description

    initial v1  
    1 Found two bugs with the same AttributeError that need investigating. 
     1Found two bugs with the same !AttributeError that need investigating. 
    22 
    3 https://bugzilla.redhat.com/show_bug.cgi?id=733849 
    4  
    5 {{{ 
    6 Traceback (most recent call last): 
    7 :  File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/torrentview.py", line 
    8 534, in on_selection_changed 
    9 :    component.get("TorrentDetails").update() 
    10 :  File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/torrentdetails.py", 
    11 line 367, in update 
    12 :    self.tabs[name].update() 
    13 :  File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/status_tab.py", line 
    14 120, in update 
    15 :    selected, status_keys).addCallback(self._on_get_torrent_status) 
    16 :  File "/usr/lib/python2.7/site-packages/deluge/ui/sessionproxy.py", line 138, 
    17 in get_torrent_status 
    18 :    d = client.core.get_torrent_status(torrent_id, keys_to_get, True) 
    19 :  File "/usr/lib/python2.7/site-packages/deluge/ui/client.py", line 504, in 
    20 __call__ 
    21 :    return self.daemon.call(self.base, *args, **kwargs) 
    22 :  File "/usr/lib/python2.7/site-packages/deluge/ui/client.py", line 310, in 
    23 call 
    24 :    self.protocol.send_request(request) 
    25 :AttributeError: 'NoneType' object has no attribute 'send_request' 
    26 }}} 
     3https://bugzilla.redhat.com/show_bug.cgi?id=666616 
    274 
    285https://bugs.launchpad.net/ubuntu/+source/deluge/+bug/756388