#1381: Error calling method `web.get_host_status`
-----------------------+----------------------------------------------------
Reporter: Svenstaro | Owner: damoxc
Type: defect | Status: new
Priority: major | Milestone: 1.3.1
Component: webui | Version: 1.3.0
Keywords: |
-----------------------+----------------------------------------------------
I'm on Arch Linux x86_64. On running the deluge-web daemon, I'm greeted by
these messages:
{{{
[ERROR ] 22:32:27 json_api:223 Error calling method
`web.get_host_status`
[ERROR ] 22:32:27 json_api:224 'NoneType' object is not iterable
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/deluge/ui/web/json_api.py", line
215, in _handle_request
result = self._exec_local(method, params, request)
File "/usr/lib/python2.7/site-packages/deluge/ui/web/json_api.py", line
182, in _exec_local
return meth(*params)
File "/usr/lib/python2.7/site-packages/deluge/ui/web/json_api.py", line
716, in get_host_status
(host_id, host, port, user, password) = self.get_host(host_id)
TypeError: 'NoneType' object is not iterable
}}}
The webui works but top shows that the webui leaks quite a bit and ends up
with 100% cpu on one core and lots of memory in use after about a day. I
don't know whether the issues are related.
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/1381>
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.