Page 1 of 1

"torrent doesn't exist!" error

Posted: Fri Dec 06, 2013 1:23 am
by rdoherty
Hi, I'm attempting to add a torrent file that I've scp'd to a remote server running deluge with the deluge-console, but every time it gives me the error:

Code: Select all

www_live-ce0a2a1.tar.gz.torrent doesn't exist!
When I run the same command on the server with deluge, it completes successfully.

Examples:

Code: Select all

rdoherty@vpc2-jenkins:~$ deluge-console 'connect [remoteserver] user pass; add /mnt/deluge/torrent/www_live-ce0a2a1.tar.gz.torrent'
/mnt/deluge/torrent/www_live-ce0a2a1.tar.gz.torrent doesn't exist!
On remote server:

Code: Select all

[remoteserver]:/mnt/deluge/torrent$ ls -la | grep ce0a2a1
-rw-rw-r-- 1 rdoherty ops            5067 Dec  5 15:58 www_live-ce0a2a1.tar.gz.torrent
Running the same command on the remote server:

Code: Select all

[remoteserver]:~$ deluge-console 'connect [remoteserver] user pass; add /mnt/deluge/torrent/www_live-ce0a2a1.tar.gz.torrent'
Attempting to add torrent: /mnt/deluge/torrent/www_live-ce0a2a1.tar.gz.torrent
Torrent added!
I've searched the web, forums and grep'd the console codebase and can't figure out why I'd get that error when accessing the server remotely. Any tips on where to look would be appreciated, thanks!

Code: Select all

rdoherty@vpc2-jenkins:~$ deluge-console -v
deluge-console: 1.3.6-dev
libtorrent: 0.15.10.0

Code: Select all

[remoteserver]:/mnt/deluge$ deluge-console -v
deluge-console: 1.3.6-dev
libtorrent: 0.15.10.0
Ubuntu 12.04.2 LTS

Re: "torrent doesn't exist!" error

Posted: Sat Dec 07, 2013 12:19 pm
by Cas
I thought it would be obvious that the add path is local to deluge-console

Re: "torrent doesn't exist!" error

Posted: Mon Dec 09, 2013 9:39 pm
by rdoherty
oh, I didn't mention this but the torrent file exists on both servers.

Re: "torrent doesn't exist!" error

Posted: Fri Dec 13, 2013 12:21 pm
by Cas
on the same path?