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 from the http server is not working #1508
Closed
Labels
Comments
This comment has been minimized.
This comment has been minimized.
|
I don't see the webseed address for the file. S3 tracking is just tracking, and I think it's not supported (even in nodejs env) |
This comment has been minimized.
This comment has been minimized.
|
@DiegoRBaquero this is the one of the file on s3. https://s3-eu-west-1.amazonaws.com/aow-prod-launcher-media/client/wow-735/Wow.exe?torrent. After download the torrent file, I tried with bittorrent and it works. But it does not work with webtorrent & webtorrent-hybrid. |
This comment has been minimized.
This comment has been minimized.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
WebTorrent Version: 0.102.0
node version: 8.9.4
WebTorrent is not seeding the files from the http server. I've setup a http-server for the torrent files and downloading files from that server is not working.
On my side, the webtorrent is working well with other torrent files. This app was built with Eletron.js
This is the code for add the torrentUrl.
this.torrent = this.torrentClient.add(this.torrentUrl, { path: this.path, maxWebConns: 10 }, function(torrent, err) { console.log("Client is downloading:", torrent.infoHash) console.log(torrent) console.log(err) })And then this is the torrent file infor
**
**
I'm not sure why I'm running into this problem.