(Solved) Magnet Links will not load into client

General support for problems installing or using Deluge
Post Reply
royhobbs

(Solved) Magnet Links will not load into client

Post by royhobbs »

OS: XP
Deluge local: 1.34 and 1.35
Deluge Server 1.34
No plug ins

I had deluge 1.34 running fine. Upgraded to 1.35, all went well and running fine.

This morning I enabled extractor. Immediately afterwards I could not load magnet links into deluge, either by double clicking the link or manually adding the link into Deluge.
Double click the link, the windows opens, click "add" and nothing happens. Manually try to add the link, the same issue.

I removed and re installed Deluge 1.35 twice, same problem. I installed version 1.34, same problem.

I removed Deluge and went through the reg making sure to delete any leftovers, same results. I can add torrents only by downloading the torrent file, which are getting harder to find. Driving me nuts.

Any help, suggestions gladly taken.
royhobbs

Re: (Solved) Magnet Links will not load into client

Post by royhobbs »

Finally determined that it was a local registry issue.
For one reason or another, Deluge does not change the registry entry, even through repeated attempts to have it associated with magnet links. Preferences>Other>Associate deluge with Magnet Links.
Made the repair as per this page: https://forum.suprbay.org/showthread.php?tid=115481
After I manually added the entry to the registry, all is right with the world now.
avengers11

Re: (Solved) Magnet Links will not load into client

Post by avengers11 »

Thanks royhobbs, I am having a similar problem,
If I am using an older version of utorrent and Deluge 1.3.5 for magnet links, Deluge will not asscociate the magnet links.
Your link to those reg entries do not list one for Deluge.
Piney
New User
New User
Posts: 1
Joined: Fri Mar 21, 2014 11:56 pm

Re: (Solved) Magnet Links will not load into client

Post by Piney »

I recently had the same issue after installing u_torrent. I need 2 torrent programs because of private trackers that do not allow DHT.
U_torrent associated itself with magnet links which I didn't want it to do and the button in the deluge settings doesn't actually do anything.
I scoured the internet for about an hour trying to find a solution because the link in this post is dead.

To resolve this issue in 64bit windows open notepad and copy the following text:

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Classes\magnet]
@="URL:MAGNET URI"
"URL Protocol"=""

[HKEY_CURRENT_USER\Software\Classes\magnet\DefaultIcon]
@="C:\\Program Files (x86)\\Deluge\\deluge.exe"

[HKEY_CURRENT_USER\Software\Classes\magnet\shell]

[HKEY_CURRENT_USER\Software\Classes\magnet\shell\open]

[HKEY_CURRENT_USER\Software\Classes\magnet\shell\open\command]
@="C:\\Program Files (x86)\\Deluge\\deluge.exe \"%1\""
Save as, choose desktop as the location and "all files" as file type then call it something like mag.reg
once you run the reg file hey presto magnets now working with deluge again.

If you have 32bit windows use the following

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Classes\magnet]
@="URL:MAGNET URI"
"URL Protocol"=""

[HKEY_CURRENT_USER\Software\Classes\magnet\DefaultIcon]
@="C:\\Program Files\\Deluge\\deluge.exe"

[HKEY_CURRENT_USER\Software\Classes\magnet\shell]

[HKEY_CURRENT_USER\Software\Classes\magnet\shell\open]

[HKEY_CURRENT_USER\Software\Classes\magnet\shell\open\command]
@="C:\\Program Files\\Deluge\\deluge.exe \"%1\""
drclaw

Re: (Solved) Magnet Links will not load into client

Post by drclaw »

Piney wrote:I recently had the same issue after installing u_torrent. I need 2 torrent programs because of private trackers that do not allow DHT.
U_torrent associated itself with magnet links which I didn't want it to do and the button in the deluge settings doesn't actually do anything.
I scoured the internet for about an hour trying to find a solution because the link in this post is dead.

To resolve this issue in 64bit windows open notepad and copy the following text:

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Classes\magnet]
@="URL:MAGNET URI"
"URL Protocol"=""

[HKEY_CURRENT_USER\Software\Classes\magnet\DefaultIcon]
@="C:\\Program Files (x86)\\Deluge\\deluge.exe"

[HKEY_CURRENT_USER\Software\Classes\magnet\shell]

[HKEY_CURRENT_USER\Software\Classes\magnet\shell\open]

[HKEY_CURRENT_USER\Software\Classes\magnet\shell\open\command]
@="C:\\Program Files (x86)\\Deluge\\deluge.exe \"%1\""
Save as, choose desktop as the location and "all files" as file type then call it something like mag.reg
once you run the reg file hey presto magnets now working with deluge again.

If you have 32bit windows use the following

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Classes\magnet]
@="URL:MAGNET URI"
"URL Protocol"=""

[HKEY_CURRENT_USER\Software\Classes\magnet\DefaultIcon]
@="C:\\Program Files\\Deluge\\deluge.exe"

[HKEY_CURRENT_USER\Software\Classes\magnet\shell]

[HKEY_CURRENT_USER\Software\Classes\magnet\shell\open]

[HKEY_CURRENT_USER\Software\Classes\magnet\shell\open\command]
@="C:\\Program Files\\Deluge\\deluge.exe \"%1\""
This worked beautifully on my machine running Windows 7. Thank you.
undrline
New User
New User
Posts: 3
Joined: Mon May 29, 2017 3:47 pm

Re: (Solved) Magnet Links will not load into client

Post by undrline »

Piney wrote:I recently had the same issue after installing u_torrent. I need 2 torrent programs because of private trackers that do not allow DHT.
U_torrent associated itself with magnet links which I didn't want it to do and the button in the deluge settings doesn't actually do anything.
I scoured the internet for about an hour trying to find a solution because the link in this post is dead.

To resolve this issue in 64bit windows open notepad and copy the following text:

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Classes\magnet]
@="URL:MAGNET URI"
"URL Protocol"=""

[HKEY_CURRENT_USER\Software\Classes\magnet\DefaultIcon]
@="C:\\Program Files (x86)\\Deluge\\deluge.exe"

[HKEY_CURRENT_USER\Software\Classes\magnet\shell]

[HKEY_CURRENT_USER\Software\Classes\magnet\shell\open]

[HKEY_CURRENT_USER\Software\Classes\magnet\shell\open\command]
@="C:\\Program Files (x86)\\Deluge\\deluge.exe \"%1\""
Save as, choose desktop as the location and "all files" as file type then call it something like mag.reg
once you run the reg file hey presto magnets now working with deluge again.

If you have 32bit windows use the following

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Classes\magnet]
@="URL:MAGNET URI"
"URL Protocol"=""

[HKEY_CURRENT_USER\Software\Classes\magnet\DefaultIcon]
@="C:\\Program Files\\Deluge\\deluge.exe"

[HKEY_CURRENT_USER\Software\Classes\magnet\shell]

[HKEY_CURRENT_USER\Software\Classes\magnet\shell\open]

[HKEY_CURRENT_USER\Software\Classes\magnet\shell\open\command]
@="C:\\Program Files\\Deluge\\deluge.exe \"%1\""
Works on Windows 10 Pro 64bit as well.
maylea23
New User
New User
Posts: 1
Joined: Sat Jul 14, 2018 9:09 pm

Re: (Solved) Magnet Links will not load into client

Post by maylea23 »

Piney wrote:I recently had the same issue after installing u_torrent. I need 2 torrent programs because of private trackers that do not allow DHT.
U_torrent associated itself with magnet links which I didn't want it to do and the button in the deluge settings doesn't actually do anything.
I scoured the internet for about an hour trying to find a solution because the link in this post is dead.

To resolve this issue in 64bit windows open notepad and copy the following text:

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Classes\magnet]
@="URL:MAGNET URI"
"URL Protocol"=""

[HKEY_CURRENT_USER\Software\Classes\magnet\DefaultIcon]
@="C:\\Program Files (x86)\\Deluge\\deluge.exe"

[HKEY_CURRENT_USER\Software\Classes\magnet\shell]

[HKEY_CURRENT_USER\Software\Classes\magnet\shell\open]

[HKEY_CURRENT_USER\Software\Classes\magnet\shell\open\command]
@="C:\\Program Files (x86)\\Deluge\\deluge.exe \"%1\""
Save as, choose desktop as the location and "all files" as file type then call it something like mag.reg
once you run the reg file hey presto magnets now working with deluge again.

If you have 32bit windows use the following

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Classes\magnet]
@="URL:MAGNET URI"
"URL Protocol"=""

[HKEY_CURRENT_USER\Software\Classes\magnet\DefaultIcon]
@="C:\\Program Files\\Deluge\\deluge.exe"

[HKEY_CURRENT_USER\Software\Classes\magnet\shell]

[HKEY_CURRENT_USER\Software\Classes\magnet\shell\open]

[HKEY_CURRENT_USER\Software\Classes\magnet\shell\open\command]
@="C:\\Program Files\\Deluge\\deluge.exe \"%1\""
Thanks a lot, it works perfectly on my Windows 10 Pro 64bit too!
Post Reply