"torrent doesn't exist!" error
Posted: Fri Dec 06, 2013 1:23 am
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:
When I run the same command on the server with deluge, it completes successfully.
Examples:
On remote server:
Running the same command on the remote server:
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!
Ubuntu 12.04.2 LTS
Code: Select all
www_live-ce0a2a1.tar.gz.torrent doesn't exist!
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!
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
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!
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