0

As the title says I'm not able to make Chrome open magnet URL in uTorrent anymore. I'm on Windows 10 and using the latest uTorrent and Chrome version. The problem started when I first visited https://instant.io/ and accidentally click on "Accept" when it asked if I wanted to let him manage magnet.

What I already tried after searching for fixes:

without success. I downloaded Firefox and it asked me to choose an application when I clicked on a magnet, selected uTorrent and it works. So I'm sure it's a Chrome problem.

EDIT:

NOTE1: the magnet doesn't open in instant.io website, it doesn't open at all, nothing happens when I click it

NOTE2: James Carlyle-Clarke's solution (last superuser link provided) makes the browser open a new window when I click on the magnet, but nothing happens anyway

5 Answers5

3

This question had the same issue except with qbittorrent caused by trying to associate magnet links with a remote client in Chrome. Chrome has set itself as the only program capable of opening magnet links. You can see this by opening Windows 10 Settings > Apps > Default Apps > "Choose default apps by protocol". There is an entry for magnet links, that only has Chrome as an option.

Instead of associating with magnet links via HKEY_CLASSES_ROOT/magnet entry Chrome uses the newer URLAssociations. I don't know about µtorrent, but qbittorrent does not have a URLAssociations entry. Windows seems to prioritize applications with a valid URLAssociations entry over the HKEY_CLASSES_ROOT entry for said protocol.

tl;dr:

To fix it, open regedit, navigate to Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\Google Chrome\Capabilities\URLAssociations and delete the "magnet" entry.

Fr33dan
  • 278
1

i fix that right now.

Just click with right button on magnet icon, choose open link with

:D

0

Your Chrome user profile is corrupted. You can validate this by either

a) Creating a new Windows user and using Chrome to launch a new torrent with a magnet link when logged in as that user, or

b) installing Chromium for your existing user using any other numerous methods described in that link; do not import anything from Chrome when Chromium offers.

Now that we've confirmed where the problem lies, you can continue using Chromium for torrent magnet links, or delete your Chrome user profile. Backup your bookmarks first, though, and save your list of passwords, before you do that.

K7AAY
  • 9,725
0

A little late, but answering for others that may experience the same problem where nothing seems to work. I experienced the same thing with Chrome not opening magnet links - the only difference is that I was using qBittorrent. After trying every suggestion I found, the only solution that worked for me was uninstalling and reinstalling Chrome. Before doing this, I had also tried uninstalling and reinstalling qBittorrent which may or may not have helped. But after reinstalling Chrome I was able to once again set the default app for magnet links and get them to open in qBittorrent.

0

a little bit late, but here's what I found.

if the magnet protocol is nowhere to be found in Windows "Choose default apps by protocol", try to do this :

  • open regedit
  • navigate to Computer\HKEY_CURRENT_USER\SOFTWARE\Classes
  • check if magnet key (folder) is there (most likely isn't)
  • if it isn't there, click right on Classes, click New and then Key
  • go to the new key, modify the (Default) value to URL:magnet
  • add new String Value, rename it to URL Protocol
  • go back to Choose default apps by protocol settings, assign your app to open magnet links

I'm a little bit inexperienced with all of these things, but after some workaround, this works to me :D