"torrent doesn't exist!" error

General support for problems installing or using Deluge
Post Reply
rdoherty
New User
New User
Posts: 2
Joined: Fri Dec 06, 2013 12:58 am

"torrent doesn't exist!" error

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

Re: "torrent doesn't exist!" error

Post by Cas »

I thought it would be obvious that the add path is local to deluge-console
rdoherty
New User
New User
Posts: 2
Joined: Fri Dec 06, 2013 12:58 am

Re: "torrent doesn't exist!" error

Post by rdoherty »

oh, I didn't mention this but the torrent file exists on both servers.
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: "torrent doesn't exist!" error

Post by Cas »

on the same path?
Post Reply