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 upbrowser-download.js example not working / Can't start download in browser #292
Comments
This comment has been minimized.
This comment has been minimized.
|
You must be explicitly seeding the file using webrtc. You are able to seed a file on http://instant.io and then download using your provided script with the correct infohash. Feross has explained this multiple times. |
This comment has been minimized.
This comment has been minimized.
|
Even when seeding explicitly, the code doesn't reach the torrent metadata callback. This doesn't happen when running in node. |
This comment has been minimized.
This comment has been minimized.
|
I'm in the middle of refactoring |
This comment has been minimized.
This comment has been minimized.
|
|
This comment has been minimized.
This comment has been minimized.
|
Okay, https://instant.io is working again! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When used as is, the following warning is thrown:
When the tracker is appended to the url like
magnet:?xt=urn:btih:d2474e86c95b19b8bcfdb92bc12c9d44667cfa36&tr=wss://tracker.webtorrent.iothe execution never reaches the add callback.Here's a plunkr: http://plnkr.co/ey0bp4
Neither does it work in node.
I guess the magnet uri used not longer works. When its changed for a torrent file uri works like a charm in node. In the browser throws an
Invalid torrent IdentifiererrorLike in here: http://plnkr.co/edit/6Jr7qH?