#1938: AttributeError: 'NoneType' object has no attribute 'send_request'
---------------------+--------------------
Reporter: Cas | Owner:
Type: bug | Status: closed
Priority: minor | Milestone: 1.3.4
Component: GTK UI | Version: 1.3.1
Resolution: Fixed | Keywords:
---------------------+--------------------
Comment (by danger89):
Looks like it has not been fixed. I still have this issue with version:
deluged 2.0.3-2-201906121747-ubuntu18.04.1
libtorrent: 1.1.5.0
Python: 3.6.9
OS: Linux 5.8.0-38-generic
{{{
13:16:05 [ERROR ][deluge.ui.web.json_api :168 ] Error calling method
`web.get_torrent_status`: 'NoneType' object has no attribute 'call'
13:16:05 [ERROR ][deluge.ui.web.json_api :1343] 'NoneType' object
has no attribute 'call'
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/deluge/ui/web/json_api.py", line
160, in _handle_request
result = self._exec_local(method, params, request)
File "/usr/lib/python3/dist-packages/deluge/ui/web/json_api.py", line
122, in _exec_local
return meth(*params)
File "/usr/lib/python3/dist-packages/deluge/ui/web/json_api.py", line
640, in get_torrent_status
d = component.get('SessionProxy').get_torrent_status(torrent_id, keys)
File "/usr/lib/python3/dist-packages/deluge/ui/sessionproxy.py", line
159, in get_torrent_status
d = client.core.get_torrent_status(torrent_id, keys, True)
File "/usr/lib/python3/dist-packages/deluge/ui/client.py", line 551, in
__call__
return self.daemon.call(self.base, *args, **kwargs)
AttributeError: 'NoneType' object has no attribute 'call'
}}}
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/1938#comment:4>
Deluge <https://deluge-torrent.org/>
Deluge Project
--
You received this message because you are subscribed to the Google Groups
"Deluge Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/deluge-dev/057.edbdccd50b8fedcddc78c3262293ec02%40deluge-torrent.org.