Page 1 of 1

Error when using deluge remotely

Posted: Sat Jan 16, 2010 9:31 pm
by davidgf
Hello!

I think deluge 1.2.0 rc5 has an error when conecting remotely to daemon.
When I select a torrent and I go to Options Tab it shows me an error saying it can't find information of the file it's being downloaded. This happens because the file path (/home/myuser/file) is in the other computer. Deluge runs without :D problem but this constant message is annoying. Deluge should check if it's connected remotely or not (maybe classic mode attribute).

Thanks and hope you can fix before the final 1.2.0 release of the program!

Also the last rc4 was using 100% of CPU and it's fixed in rc5, was this a known bug or was just a coincidence?

David

Re: Error when using deluge remotely

Posted: Sat Jan 16, 2010 10:29 pm
by gazpachoking
It looks like deluge is detecting that you are running the daemon locally. Are you using ssh to forward the port to the deluge daemon? Try adding the daemon to your connection manager using something other than localhost, like your local ip address, and deluge should display a text box for move completed instead of a file picker.

Re: Error when using deluge remotely

Posted: Sat Jan 16, 2010 10:40 pm
by davidgf
I understand where the problem is, but the solution is bad, becasue if I use my home's IP (10.0.0.105) I'll need to change it when I'm on another network. If I use 127.0.0.1 the problem persists.

Why not just adding a check box or something similar to manually indicate whether it's a remote or local host.

Thanks!

Re: Error when using deluge remotely

Posted: Sun Jan 17, 2010 12:51 am
by gazpachoking
Can ssh listen on a different ip, like 127.0.0.2? Would that work?

Re: Error when using deluge remotely

Posted: Sun Jan 17, 2010 4:46 am
by johnnyg
Follow: http://dev.deluge-torrent.org/wiki/User ... Tunneling1

it specifically uses 127.0.0.2 to avoid this problem.

Re: Error when using deluge remotely

Posted: Sun Jan 17, 2010 11:40 am
by davidgf
I see. I'll try later, thanks for the help.
This "problem" didn't show me up in the older versions of deluge, am I right??

Thanks for all!

David