Thanks for that though I'm still having a problem. I put in the IP address of the PC running deluged (192.168.0.26) then root and aaaaa into the connection manager but it still dosen't seem to work. Here's my auth file, btw;
Code: Select all
localclient:f951880fa9751fe12c56d61a889d2e853d82a4e3:10
root:aaaaa:10
I added 192.168.0.26 to the conenction manager along with root and aaaaa (as a test) and left the port number (58846) as default. However the connection manager will not connect to 192.168.0.26, only to 127.0.0.1; I get this in the connection manager;
Code: Select all
Status Host Version
Connected 127.0.0.1:58846 1.3.0-rc1
Offline 192.168.0.26:58846
There are some errors in /var/deluge-webui.log though (deluge.log was blank);
Code: Select all
[ERROR ] 21:36:16 json_api:214 Error calling method `web.get_host_status`
[ERROR ] 21:36:16 json_api:215 'NoneType' object is not iterable
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/deluge-1.3.0_rc1-py2.6.egg/deluge/ui/web/json_api.py", line 206, in _handle_request
result = self._exec_local(method, params, request)
File "/usr/lib/python2.6/site-packages/deluge-1.3.0_rc1-py2.6.egg/deluge/ui/web/json_api.py", line 173, in _exec_local
return meth(*params)
File "/usr/lib/python2.6/site-packages/deluge-1.3.0_rc1-py2.6.egg/deluge/ui/web/json_api.py", line 704, in get_host_status
(host_id, host, port, user, password) = self.get_host(host_id)
TypeError: 'NoneType' object is not iterable
/usr/lib/python2.6/site-packages/deluge-1.3.0_rc1-py2.6.egg/deluge/ui/web/json_api.py:217: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
error = {"message": e.message, "code": 3}
[ERROR ] 21:36:16 json_api:214 Error calling method `web.get_host_status`
[ERROR ] 21:36:16 json_api:215 'NoneType' object is not iterable
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/deluge-1.3.0_rc1-py2.6.egg/deluge/ui/web/json_api.py", line 206, in _handle_request
result = self._exec_local(method, params, request)
File "/usr/lib/python2.6/site-packages/deluge-1.3.0_rc1-py2.6.egg/deluge/ui/web/json_api.py", line 173, in _exec_local
return meth(*params)
File "/usr/lib/python2.6/site-packages/deluge-1.3.0_rc1-py2.6.egg/deluge/ui/web/json_api.py", line 704, in get_host_status
(host_id, host, port, user, password) = self.get_host(host_id)
TypeError: 'NoneType' object is not iterable
[ERROR ] 21:36:16 json_api:214 Error calling method `web.get_host_status`
[ERROR ] 21:36:16 json_api:215 'NoneType' object is not iterable
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/deluge-1.3.0_rc1-py2.6.egg/deluge/ui/web/json_api.py", line 206, in _handle_request
result = self._exec_local(method, params, request)
File "/usr/lib/python2.6/site-packages/deluge-1.3.0_rc1-py2.6.egg/deluge/ui/web/json_api.py", line 173, in _exec_local
return meth(*params)
File "/usr/lib/python2.6/site-packages/deluge-1.3.0_rc1-py2.6.egg/deluge/ui/web/json_api.py", line 704, in get_host_status
(host_id, host, port, user, password) = self.get_host(host_id)
TypeError: 'NoneType' object is not iterable
I wonder what the "web.get_host_status" error message relates to?
thanks
Edit Going to reinstall from scratch -- I found that the .config/deluge files on my system were still from 1.2. I tried removing them and running deluge/deluge-console to try to replace them but had nothing but problems (for example could not connect to console, bad password etc).
ljones