Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upmagnetURI not working in browser version (instant.io) #1758
Comments
This comment has been minimized.
This comment has been minimized.
The magnet link that you are trying to download from there has not active HYBRID seeders that's why is not working on webtorrent.js ("browser") and yes on webtorrent-desktop more info here: |
This comment has been minimized.
This comment has been minimized.
|
I am having the same issue. I wonder how we can obtain or include hybrid
seeder?
…On Sat, Oct 12, 2019, 10:07 AM Lucas ***@***.***> wrote:
*What version of this package are you using?*
v0.107.16
*What operating system, Node.js, and npm version?*
Ubuntu 18.04, npm 6.11.3 and node 10.16.3
*What happened?*
Magnet URI from kickass and piratesbay is not working in webtorrent
browser version, but when I tried to use in webtorrent desktop it is
working.
*What did you expect to happen?*
this magnetURI should be working in browser for example *instant.io
<http://instant.io>*, because webtorrent desktop have no issue with this
magnetURI.
magnet:?xt=urn:btih:223f7484d326ad8efd3cf1e548ded524833cb77e&dn=Avengers.Endgame.2019.1080p.BRRip.x264-MP4&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Fexodus.desync.com%3A6969
*Are you willing to submit a pull request to fix this bug?*
Yes I will, but at first I want to know what is the problem happened here?
Thank you
The magnet link that you are trying to download from there has not active
HYBRID seeders that's why is not working on webtorrent.js ("browser") and
yes on webtorrent-desktop
more info here:
https://webtorrent.io/faq
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1758?email_source=notifications&email_token=AAZUVYX2CGIJGTZ4K57ZPS3QOEWNFA5CNFSM4I72DCT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBBSXAA#issuecomment-541272960>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAZUVYTIJOSMMUXDO2AOLH3QOEWNFANCNFSM4I72DCTQ>
.
|
This comment has been minimized.
This comment has been minimized.
Simply download the torrent with webtorrent-desktop and when is complete you have the first hybrid seeder for that torrent. |
This comment has been minimized.
This comment has been minimized.
|
How to determine hybrid seeder is available or not? At least instant.io have to inform the user if the hybrid seeder is not available. |
This comment has been minimized.
This comment has been minimized.
|
How to sow the created torrent in the network, which is the web version of webtorrent.js. Ie the code below does not work console.log('filePath:', filePath) client.seed(filePath, torrent => { |
What version of this package are you using?
v0.107.16
What operating system, Node.js, and npm version?
Ubuntu 18.04, npm 6.11.3 and node 10.16.3
What happened?
Magnet URI from kickass and piratesbay is not working in webtorrent browser version, but when I tried to use in webtorrent desktop it is working.
What did you expect to happen?
this magnetURI should be working in browser for example instant.io, because webtorrent desktop have no issue with this magnetURI.
Are you willing to submit a pull request to fix this bug?
Yes I will, but at first I want to know what is the problem happened here?
Thank you