Page 1 of 1

Errors in daemon log and torrent only partially shows in UI

Posted: Sat Sep 04, 2010 9:19 pm
by Znarkus
Hi!

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)
The UI looks like below. No torrent in the list, but seems like it's registered somewhere. I'm running it on Win 7 x64.

Image

Just noticed: It seems that it is downloading, the statusbar shows activity.

Side note: Why can't I change the settings in the GUI?

Re: Errors in daemon log and torrent only partially shows in

Posted: Sun Sep 05, 2010 1:52 am
by johnnyg
I'm guessing you're running 1.2.3 for the daemon and 1.3_RC2 for the UI?

You should run the same version on both.

Re: Errors in daemon log and torrent only partially shows in

Posted: Sun Sep 05, 2010 12:11 pm
by Znarkus
Ah! Would be nice if it checked that for me :) "The daemon is version 1.2.3, this client is version 1.3 rc2. Incompatibility blah blah downgrade / upgrade"

Errors in daemon log and torrent only partially shows in UI

Posted: Tue Apr 03, 2012 10:18 am
by astrolon
Hi to there!
I have the same trouble with:

deluged: 1.3.4
libtorrent: 0.14.10.0

log:

Code: Select all

--------------------------------------------------------------------------------
[ERROR   ] 12:31:56 client:395 RPCError Message Received!
--------------------------------------------------------------------------------
RPCRequest: core.get_torrents_status({u'state': u'Active'}, [u'queue', u'name', u'total_size', u'state', u'progress', u'num_seeds', u'total_seeds', u'num_peers', u'total_peers', u'download_payload_rate', u'upload_payload_rate', u'eta', u'ratio', u'distributed_copies', u'is_auto_managed', u'time_added', u'tracker_host', u'save_path', u'total_done', u'total_uploaded', u'max_download_speed', u'max_upload_speed', u'seeds_peers_ratio'], True)
--------------------------------------------------------------------------------
  File "/usr/lib/pymodules/python2.6/deluge/core/rpcserver.py", line 281, in dispatch
    sendError()

TypeError: get_torrents_status() takes exactly 3 arguments (4 given)
--------------------------------------------------------------------------------
any solutions?

Re: Errors in daemon log and torrent only partially shows in

Posted: Tue Apr 03, 2012 10:25 am
by Cas
Did you read this answer:
johnnyg wrote:I'm guessing you're running 1.2.3 for the daemon and 1.3 for the UI?

You should run the same version on both.