Can't get this to work fully. I have deluged running from this tutorial: http://dev.deluge-torrent.org/wiki/UserGuide/ThinClient.
The log is filled with these two (?) errors. The daemon is running on Ubuntu 10.04 with the latest PPA release.
Code: Select all
[ERROR ] 23:13:00 rpcserver:286 Exception calling RPC request: get_free_space() takes exactly 2 arguments (1 given)
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/deluge/core/rpcserver.py", line 281, in dispatch
ret = self.factory.methods[method](*args, **kwargs)
TypeError: get_free_space() takes exactly 2 arguments (1 given)
[ERROR ] 23:13:00 rpcserver:286 Exception calling RPC request: get_torrents_status() takes exactly 3 arguments (4 given)
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/deluge/core/rpcserver.py", line 281, in dispatch
ret = self.factory.methods[method](*args, **kwargs)

Just noticed: It seems that it is downloading, the statusbar shows activity.
Side note: Why can't I change the settings in the GUI?