#1381: Error calling method `web.get_host_status`
-----------------------+----------------------------------------------------
Reporter: Svenstaro | Owner: damoxc
Type: defect | Status: new
Priority: major | Milestone: 1.3.x
Component: webui | Version: 1.3.0
Keywords: |
-----------------------+----------------------------------------------------
Comment(by Svenstaro):
The cpu issue is indeed fixed in git, as well as this one.
However, after restarting the web service I now get:
{{{
[ERROR ] 20:23:40 json_api:224 Error calling method
`web.get_torrent_status`
[ERROR ] 20:23:40 json_api:225 'NoneType' object has no attribute 'call'
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/deluge/ui/web/json_api.py", line
216, in _handle_request
result = self._exec_local(method, params, request)
File "/usr/lib/python2.7/site-packages/deluge/ui/web/json_api.py", line
183, in _exec_local
return meth(*params)
File "/usr/lib/python2.7/site-packages/deluge/ui/web/json_api.py", line
614, in get_torrent_status
return component.get("SessionProxy").get_torrent_status(torrent_id,
keys)
File "/usr/lib/python2.7/site-packages/deluge/ui/sessionproxy.py", line
148, in get_torrent_status
d = client.core.get_torrent_status(torrent_id, keys, True)
File "/usr/lib/python2.7/site-packages/deluge/ui/client.py", line 504,
in __call__
return self.daemon.call(self.base, *args, **kwargs)
AttributeError: 'NoneType' object has no attribute 'call'
}}}
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/1381#comment:3>
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.