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 upSeeding via webtorrent-hybrid not working #1812
Comments
This comment has been minimized.
This comment has been minimized.
|
@mayeaux i think both trackers are down. Even openwebtorrent.com is overloaded at times and timeouts. You have to setup own tracker for reliability. |
This comment has been minimized.
This comment has been minimized.
|
Thanks @vijayanandnandam . Are there any tutorials/examples of this already setup? If we are assuming that none of the trackers work (which seems to be the case) then I assume that there should be good tutorials made on how to complete this step (setting up a tracker) since it now seems like a requirement if you want the module to work, thanks. |
This comment has been minimized.
This comment has been minimized.
|
@mayeaux check this gist https://gist.github.com/vijayanandnandam/8e885aba70de6870198bcad0f9396416 It gives a rough idea on what do. You still have to configure nginx properly for ssl termination |
This comment has been minimized.
This comment has been minimized.
|
Thanks. Is there any way for me to test this locally? I did more research yesterday and it looks like perhaps my router is blocking incoming traffic over WebSockets, I wish I could expose my localhost port via something like ngrok but it seems like |
"webtorrent-hybrid": "^4.0.1",
OS X 10.14.4
NPM: 6.13.4
Node: v8.17.0
Gives me my magnet string. On the frontend I have:
When I have the working torrentId the video loads as expected. When I sub it out with the magnet url that was created via the webtorrent-hybrid package I first get some errors:
WebSocket connection to 'wss://tracker.fastcast.nz/' failed: Error in connection establishment: net::ERR_NAME_NOT_RESOLVEDGreat, so I remove that tracker from the querystring, try again:
WebSocket connection to 'wss://tracker.btorrent.xyz/' failed: Unknown reasonGreat, remove it again I get something that just hangs and nothing happens.
If I use the magnet on Brave it just hangs at
Loading the torrent file listand the spinner endlessly spins.What's going on? Thanks