Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Magnet link downloads won't work
#1
Up until a couple of weeks ago, I was able to the site I have always downloaded from, right clicked on the magnet link and then pasted it into Vuze for it to get the files, etc. Recently however, regardless of what magnet link I attempt to copy and paste into Vuze, Vuze immediately kicks the torrent out and throws an error. I haven't changed any of my settings so WHAT has happened?? Any insight would be great!
 
Reply
#2
What's the error it reports? You could test with this magnet to see if it a general issue:

magnet:?xt=urn:btih:Y7OQJIFUMP7KN6K2XB3JTAEBFMN3HFES&dn=TED%3A%20Naomi%20Oreskes%3A%20Why%20we%20should%20believe%20in%20science%20-%20Naomi%20Oreskes%20%282014%29&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.publicbt.com%3A80%2Fannounce&ws=http%3A%2F%2Fdownload.ted.com%2Ftalks%2FNaomiOreskes_2014S-480p.mp4%3Fapikey%3D172BB350-0206
Reply
#3
(07-31-2014, 08:13 PM)'243ms' Wrote: ~~right clicked on the magnet link and then pasted it into Vuze for it to get the files,


 

OK, I'll ask the question on the basis that I might learn something, BUT,  whats wrong with just left-clicking the magnet-link at the torrent site and letting your Vuze client download the torrent, hence, it is automatically inserted into your active torrents folder? 
A much simpler process!

 

 

 

 
Reply
#4
Normally the left-click process works because Vuze registers as a URI protocol handler for 'magnet'. However, some browsers don't, for whatever reason, play ball - the copy/paste is a fallback approach for these users.
Reply
#5
(08-28-2014, 07:40 AM)'parg' Wrote: Normally the left-click process works because Vuze registers as a URI protocol handler for 'magnet'. However, some browsers don't, for whatever reason, play ball - the copy/paste is a fallback approach for these users.



 


Yes, seems to have become a problem with the Windows 7 SP1/IE 11 duo.  Here's a fix for that problem.

~~In Windows
Download and install Vuze
Open NotePad and type the following in it:

REGEDIT4
[HKEY_CLASSES_ROOT\Magnet]
@="URL:magnet Protocol"
"URL Protocol"=""
[HKEY_CLASSES_ROOT\Magnet\shell]
[HKEY_CLASSES_ROOT\Magnet\shell\open]
[HKEY_CLASSES_ROOT\Magnet\shell\open\command]
@="\"C:\\Program Files\\Vuze\\Azureus.exe\" \"%1\""

If you are using Bit-torrent client other than Vuze, replace the last line C:\Program Files\Vuze\Azureus.exe with the filepath of your Bit torrent application.

If you are using a 32bit BT-client in Win 7, the program folder will probably be "Program Files (x86)"

Save the file as “magnet.reg“, then double-click it to insert into the Windows registry.

You will see some warning windows

Click Yes to proceed.

Once the import is completed, you can click on the magnet link in your browser and then select the application that you want to use. (obviously, that will be your bit-torrent client)

 

 

 
Reply
#6
Hmm, we do try and do that - see

https://svn.vuze.com/public/client/trunk...rImpl.java

method: registerMagnet()
Reply
#7
OK, thanks parg, the method I posted definitely works (not my fix, I found it elsewhere) but I'll try the java method on a new build I have in progress.

E
Reply
#8
(08-28-2014, 08:47 PM)'ekstasee' Wrote: OK, thanks parg, the method I posted definitely works (not my fix, I found it elsewhere) but I'll try the java method on a new build I have in progress.

E

 
Worked for me also... Thanks


 
Reply
#9
ekstasee\ dateline='\'1409270101' Wrote:
parg\ dateline='\'1409236825' Wrote: Normally the left-click process works because Vuze registers as a URI protocol handler for 'magnet'. However, some browsers don't, for whatever reason, play ball - the copy/paste is a fallback approach for these users.



DOES THIS PATCH ALSO WORKS FOR WINDOWS 8-1. I had it working, but because of other problems, namely I cannot get results from I2P Helper, I did a reinstal from scratch and the left click no longer works.
It is not necessary to do all that. I Edit the registry in ROOT Magnet and Azureus was there but on Program Files(x86) directory . The new version of Vuze Went to Program Files. Erased the X86. Works fine.
 


Yes, seems to have become a problem with the Windows 7 SP1/IE 11 duo.  Here's a fix for that problem.

~~In Windows
Download and install Vuze
Open NotePad and type the following in it:

REGEDIT4
[HKEY_CLASSES_ROOT\Magnet]
@="URL:magnet Protocol"
"URL Protocol"=""
[HKEY_CLASSES_ROOT\Magnet\shell]
[HKEY_CLASSES_ROOT\Magnet\shell\open]
[HKEY_CLASSES_ROOT\Magnet\shell\open\command]
@="\"C:\\Program Files\\Vuze\\Azureus.exe\" \"%1\""

If you are using Bit-torrent client other than Vuze, replace the last line C:\Program Files\Vuze\Azureus.exe with the filepath of your Bit torrent application.

If you are using a 32bit BT-client in Win 7, the program folder will probably be "Program Files (x86)"

Save the file as “magnet.reg“, then double-click it to insert into the Windows registry.

You will see some warning windows

Click Yes to proceed.

Once the import is completed, you can click on the magnet link in your browser and then select the application that you want to use. (obviously, that will be your bit-torrent client)

 

 

 

 
Reply
#10
I just had this problem with a fresh machine, and my fix was to just paste the magnet link into Firefox. :)
Reply
#11
(08-28-2014, 04:27 AM)'ekstasee' Wrote:
(07-31-2014, 08:13 PM)'243ms' Wrote: ~~right clicked on the magnet link and then pasted it into Vuze for it to get the files,



 

OK, I'll ask the question on the basis that I might learn something, BUT,  whats wrong with just left-clicking the magnet-link at the torrent site and letting your Vuze client download the torrent, hence, it is automatically inserted into your active torrents folder? 
A much simpler process!

 
GO TO VUZE..... TOOLS, OPTIONS, INTERFACE THEN MAXUMIZE VUZE AND PUSH THE RESET FILE ASSOCIATION BUTTON AT THE BOTTOM OF PAGE, ALL FIXED.
 

 

 

 
Reply
#12
(09-04-2015, 09:48 PM)'MrPeach' Wrote: I just had this problem with a fresh machine, and my fix was to just paste the magnet link into Firefox. :)

 
GO TO VUZE..... TOOLS, OPTIONS, INTERFACE THEN MAXUMIZE VUZE AND PUSH THE RESET FILE ASSOCIATION BUTTON AT THE BOTTOM OF PAGE, ALL FIXED.
Reply
#13
Thanks . I too had this problem for long and this cut and paste helped me
Reply
#14
(11-03-2015, 05:18 PM)'mikee' Wrote:
(08-28-2014, 04:27 AM)'ekstasee' Wrote:
(07-31-2014, 08:13 PM)'243ms' Wrote: ~~right clicked on the magnet link and then pasted it into Vuze for it to get the files,




 

OK, I'll ask the question on the basis that I might learn something, BUT,  whats wrong with just left-clicking the magnet-link at the torrent site and letting your Vuze client download the torrent, hence, it is automatically inserted into your active torrents folder? 
A much simpler process!

 
GO TO VUZE..... TOOLS, OPTIONS, INTERFACE THEN MAXUMIZE VUZE AND PUSH THE RESET FILE ASSOCIATION BUTTON AT THE BOTTOM OF PAGE, ALL FIXED.
 

 

 


 
Reply
#15
(08-28-2014, 04:55 PM)'ekstasee' Wrote:
(08-28-2014, 07:40 AM)'parg' Wrote: Normally the left-click process works because Vuze registers as a URI protocol handler for 'magnet'. However, some browsers don't, for whatever reason, play ball - the copy/paste is a fallback approach for these users.





 


Yes, seems to have become a problem with the Windows 7 SP1/IE 11 duo.  Here's a fix for that problem.

~~In Windows
Download and install Vuze
Open NotePad and type the following in it:

REGEDIT4
[HKEY_CLASSES_ROOT\Magnet]
@="URL:magnet Protocol"
"URL Protocol"=""
[HKEY_CLASSES_ROOT\Magnet\shell]
[HKEY_CLASSES_ROOT\Magnet\shell\open]
[HKEY_CLASSES_ROOT\Magnet\shell\open\command]
@="\"C:\\Program Files\\Vuze\\Azureus.exe\" \"%1\""

If you are using Bit-torrent client other than Vuze, replace the last line C:\Program Files\Vuze\Azureus.exe with the filepath of your Bit torrent application.

If you are using a 32bit BT-client in Win 7, the program folder will probably be "Program Files (x86)"

Save the file as “magnet.reg“, then double-click it to insert into the Windows registry.

You will see some warning windows

Click Yes to proceed.

Once the import is completed, you can click on the magnet link in your browser and then select the application that you want to use. (obviously, that will be your bit-torrent client)

 

 

 


 
Thank you, this fix worked perfectly, easily.
Reply


Possibly Related Threads...
Thread Author Replies Views Last Post
  Vuze/Win won't launch eminenz 2 4,620 03-06-2020, 11:30 AM
Last Post: megatron
  Won't play download, antivirus unable to update nursermk 0 2,893 10-22-2019, 04:13 PM
Last Post: nursermk



Users browsing this thread: 1 Guest(s)