DelugeSiphon (Chrome) + Deluge 1.3.10

General support for problems installing or using Deluge
Post Reply
pstryk
New User
New User
Posts: 7
Joined: Mon May 19, 2014 7:57 pm

DelugeSiphon (Chrome) + Deluge 1.3.10

Post by pstryk »

Hello,

I am using as per subject I am using DelugeSiphon for Chrome and Deluge 1.3.10.

Before upgrade 1.3.9 -> 1.3.10 it was working fine (for TPB) - torrents were added automatically to queue.

Right new a get a error message saying "Your version [1.3.10] does not support magnet links. Consider upgrading".

When I try to add a link directly in Web UI and from deluge-console - it works fine (torrent is added).

Deluge is hosted on Ubuntu headless server 14.04, web UI running on https port 8112.

Any ideas?
pstryk
New User
New User
Posts: 7
Joined: Mon May 19, 2014 7:57 pm

Re: DelugeSiphon (Chrome) + Deluge 1.3.10

Post by pstryk »

Found solution.

For the extension DelugeSiphon edit the file controller_actions.js (in Developer mode for Chrome)

before:

Code: Select all

if (DAEMON_INFO['version'] < "1.3.3") 
      notify('Your version of Deluge [' + DAEMON_INFO['version'] + '] does not support magnet links. Consider upgrading.', -1, 'server', 'error')  //this ends the cascade.
    else
after:

Code: Select all

 /* if (DAEMON_INFO['version'] < "1.3.3") 
      notify('Your version of Deluge [' + DAEMON_INFO['version'] + '] does not support magnet links. Consider upgrading.', -1, 'server', 'error')  //this ends the cascade.
    else */
sbussetti
New User
New User
Posts: 5
Joined: Sat Mar 23, 2013 4:05 pm

Re: DelugeSiphon (Chrome) + Deluge 1.3.10

Post by sbussetti »

Developer of DelugeSiphon here -- yeesh, that's just a stupid mistake. I'm not checking the version string correctly there. I'm working on another update for the app so I'll be sure and include a fix for this.
sbussetti
New User
New User
Posts: 5
Joined: Sat Mar 23, 2013 4:05 pm

Re: DelugeSiphon (Chrome) + Deluge 1.3.10

Post by sbussetti »

Okay. This issue has been fixed in version 0.66.4 which is now live. Happy torrenting.
Post Reply