Posts: 4
Threads: 3
Joined: Jul 2014
Reputation:
0
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!
Posts: 1,418
Threads: 2
Joined: Jul 2014
Reputation:
67
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
Posts: 104
Threads: 4
Joined: Aug 2014
Reputation:
3
08-28-2014, 04:27 AM
(This post was last modified: 08-28-2014, 04:29 AM by ekstasee.)
(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!
Posts: 1,418
Threads: 2
Joined: Jul 2014
Reputation:
67
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.
Posts: 104
Threads: 4
Joined: Aug 2014
Reputation:
3
08-28-2014, 04:55 PM
(This post was last modified: 08-28-2014, 04:56 PM by ekstasee.)
(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)
Posts: 1,418
Threads: 2
Joined: Jul 2014
Reputation:
67
Hmm, we do try and do that - see
https://svn.vuze.com/public/client/trunk...rImpl.java
method: registerMagnet()
Posts: 104
Threads: 4
Joined: Aug 2014
Reputation:
3
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
Posts: 6
Threads: 2
Joined: Dec 2014
Reputation:
1
(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
Posts: 5
Threads: 3
Joined: Aug 2015
Reputation:
0
08-18-2015, 02:23 AM
(This post was last modified: 08-18-2015, 02:48 AM by Antonio Tavares.
Edit Reason: Problem detour norification
)
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)
Posts: 1
Threads: 0
Joined: Jan 2015
Reputation:
0
I just had this problem with a fresh machine, and my fix was to just paste the magnet link into Firefox. :)
Posts: 2
Threads: 0
Joined: Nov 2015
Reputation:
0
(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.
Posts: 2
Threads: 0
Joined: Nov 2015
Reputation:
0
(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.
Posts: 1
Threads: 0
Joined: Jan 2016
Reputation:
0
Thanks . I too had this problem for long and this cut and paste helped me
Posts: 1
Threads: 0
Joined: Sep 2016
Reputation:
0
(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.
Posts: 1
Threads: 0
Joined: Oct 2016
Reputation:
0
(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.
|