Page 1 of 1

Client 1.2.0-rc3 connect to 1.1.9 ??

Posted: Fri Nov 06, 2009 6:15 pm
by slimtop
I've installed Deluge from the Deluge repo on an Ubuntu Hardy machine version 1.1.9-xxx. It works just fine. netstat shows this;
netstat -ln | grep 58846
tcp 0 0 0.0.0.0:58846 0.0.0.0:* LISTEN
This Deluge client connexts fine to localhost and web ui from remote also works.

However, on my other Ubuntu machine with Jaunty and version 1.2.0-rc3 I can not connect with the gtk gui thru the LAN. I have created a user at the server in .config/deluge/auth and as you see it listens on port 58846. I've followed the wki guide "thin client".

Is it possible to connect version 1.2.0 to 1.1.9? Or should I try latest SVN version on the Hardy server?

Re: Client 1.2.0-rc3 connect to 1.1.9 ??

Posted: Fri Nov 06, 2009 7:54 pm
by slimtop
More info from deluge -L debug;
[INFO ] 20:38:15 client:209 Connecting to daemon at 192.168.0.250:58846..
[INFO ] 20:38:15 client:121 Connected to daemon at 192.168.0.250:58846..
[INFO ] 20:38:15 client:216 Connection lost to daemon at 192.168.0.250:58846 reason: [('SSL routines', 'SSL3_GET_RECORD', 'wrong version number')]

Re: Client 1.2.0-rc3 connect to 1.1.9 ??

Posted: Fri Nov 06, 2009 11:02 pm
by andar
1.1.9 and 1.2.0 are quite different and are not compatible.

Re: Client 1.2.0-rc3 connect to 1.1.9 ??

Posted: Sat Nov 07, 2009 6:07 am
by slimtop
OK

Re: Client 1.2.0-rc3 connect to 1.1.9 ??

Posted: Sat Nov 07, 2009 6:18 am
by slimtop
SOLVED! Got 1.1.9 for Jaunty from GetDeb and it worked out of the box!!

Thanks!! Great app!