#1938: AttributeError: 'NoneType' object has no attribute 'send_request'
-------------------+--------------------------------------------------------
 Reporter:  Cas    |       Owner:       
     Type:  bug    |      Status:  new  
 Priority:  minor  |   Milestone:  1.3.x
Component:  gtkui  |     Version:  1.3.1
 Keywords:         |  
-------------------+--------------------------------------------------------
Changes (by Cas):

  * priority:  major => minor
  * milestone:  1.3.4 => 1.3.x


Old description:

> Found two bugs with the same AttributeError that need investigating.
>
> https://bugzilla.redhat.com/show_bug.cgi?id=733849
>
> {{{
> 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'
> }}}
>
> https://bugs.launchpad.net/ubuntu/+source/deluge/+bug/756388
> {{{
> Traceback (most recent call last):
>   File "/usr/lib/pymodules/python2.7/deluge/ui/gtkui/menubar.py", line
> 256, in on_menuitem_quitdaemon_activate
>     self.window.quit(shutdown=True)
>   File "/usr/lib/pymodules/python2.7/deluge/ui/gtkui/mainwindow.py", line
> 163, in quit
>     client.daemon.shutdown()
>   File "/usr/lib/pymodules/python2.7/deluge/ui/client.py", line 504, in
> __call__
>     return self.daemon.call(self.base, *args, **kwargs)
>   File "/usr/lib/pymodules/python2.7/deluge/ui/client.py", line 310, in
> call
>     self.protocol.send_request(request)
> AttributeError: 'NoneType' object has no attribute 'send_request'
> }}}

New description:

 Found two bugs with the same !AttributeError that need investigating.

 https://bugzilla.redhat.com/show_bug.cgi?id=666616

 https://bugs.launchpad.net/ubuntu/+source/deluge/+bug/756388
 {{{
 Traceback (most recent call last):
   File "/usr/lib/pymodules/python2.7/deluge/ui/gtkui/menubar.py", line
 256, in on_menuitem_quitdaemon_activate
     self.window.quit(shutdown=True)
   File "/usr/lib/pymodules/python2.7/deluge/ui/gtkui/mainwindow.py", line
 163, in quit
     client.daemon.shutdown()
   File "/usr/lib/pymodules/python2.7/deluge/ui/client.py", line 504, in
 __call__
     return self.daemon.call(self.base, *args, **kwargs)
   File "/usr/lib/pymodules/python2.7/deluge/ui/client.py", line 310, in
 call
     self.protocol.send_request(request)
 AttributeError: 'NoneType' object has no attribute 'send_request'
 }}}

--

-- 
Ticket URL: <https://dev.deluge-torrent.org/ticket/1938#comment:1>
Deluge <http://deluge-torrent.org/>
Deluge project

-- 
You received this message because you are subscribed to the Google Groups 
"Deluge Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/deluge-dev?hl=en.

Reply via email to