Hi! I need some help again.
Some users are starting to use the Deluge 1.3 RC and have reported problems with adding of torrents via my Transdroid Android app. I've tried it myself (with a fresh build version form the code tarball) and experience the same error.
When sending the torrent 'add by url' request, everything seems to be fine, untill deluged spits out:
Code: Select all
[DEBUG ] 13:01:54 json_api:240 json-request: {"id":2,"method":"core.add_torrent_url","params":["http:\/\/isohunt.com\/download\/138556121\/ubuntu.torrent",[]]}
[INFO ] 13:01:54 core:238 Attempting to add url http://isohunt.com/download/138556121/ubuntu.torrent
[ERROR ] 13:01:55 core:246 Error occured downloading torrent from http://isohunt.com/download/138556121/ubuntu.torrent
[ERROR ] 13:01:55 core:247 Reason: 200 OK
[ERROR ] 13:01:55 client:389 RPCError Message Received!
--------------------------------------------------------------------------------
RPCRequest: core.add_torrent_url(http://isohunt.com/download/138556121/ubuntu.torrent, [])
--------------------------------------------------------------------------------
File "/usr/local/lib/python2.6/dist-packages/deluge-1.3.0_rc1-py2.6.egg/deluge/core/rpcserver.py", line 310, in on_fail
failure.raiseException()
File "/usr/lib/python2.6/dist-packages/twisted/python/failure.py", line 326, in raiseException
raise self.type, self.value, self.tb
The request thus seems to be received but the daemon won't download the .torrent file? I am a bit lost, so any pointers to what is going wrong are greatly appreciated!
I have to add that uploading .torrent files work fine and I can also not add a torrent by URL using the normal web UI.