Errors in daemon log and torrent only partially shows in UI

General support for problems installing or using Deluge
Post Reply
Znarkus

Errors in daemon log and torrent only partially shows in UI

Post 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?
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

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

Post 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.
Znarkus

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

Post 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"
astrolon

Errors in daemon log and torrent only partially shows in UI

Post 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?
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

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

Post 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.
Post Reply