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 upTorrent added, but download not initiated #1106
Closed
Comments
This comment has been minimized.
This comment has been minimized.
|
The torrent must be seeded by WebRTC peers to work in the browser. Please read the FAQ. Also, we do not support any type of copyright infringement, please do not use WebTorrent for that or seek support in here for such practice. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What version of WebTorrent?
0.98.18
What operating system and Node.js version?
Ubuntu 16.04.2 LTS
Node.js v7.9.0
What did you expect to happen?
I have a simple React component that when a user clicks on a button, downloads a set torrent.
I expected the client to fetch the torrent, execute the callback on the add function, and download the torrent.
What actually happened?
The torrent is added to the client (if I print the client object, the torrent is in the torrents array) but the callback code does not execute and the torrent is not downloaded.