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 upWebtorrent-seeder-problem in bash #1433
Comments
This comment has been minimized.
This comment has been minimized.
|
Hey @hersche,
The Currently Which version you need installed varies on the functionality required:
For Hope this helps, I'll wait for response regarding which implementation you're using before closing the issue as this could still be a bug depending on which you are using. |
This comment has been minimized.
This comment has been minimized.
|
thanks for the hint about webtorrent-hybrid, it just works. I just should read the docs better ;) also the explain about /announce is nice! i close it, since it's clearly not a bug. thanks again for your help! |
This comment has been minimized.
This comment has been minimized.
|
It's no problem at all @hersche. |
What version of WebTorrent?
0.100, as cli / in bash
What operating system and Node.js version?
Ubuntu 16.04 Server, Nodejs 8.11.3
What did you expect to happen?
Seeding files
What actually happened?
I can not receive data.
To explain a bit more free, i use this command:
The command gives back 2 magnet-links, but both can not be watched via instant.io nor my own implementation.
I have also installed bittorrent-tracker, which runs at https://tracker.thepirate.party/stats
It is started like this:
and is forwarded via nginx, cert by letsencrypt.
Not shure, what the problem is:
should it be -a https://tracker.thepirate.party/announce ? Then, the tracker is showing it in stats, but it doesn't work and no other tracker has /announce in the magnet-link..?
do i need to open any special ports? (already tried to allow all incoming connections via iptables)
can nginx block the needed port 80 and 443 for webtorrent? quicktested it withouth success.
the server is in the us, i am in eu. does that matter? i can reach the website from my webserver withouth problems.
Enough guesses, i am interessted in your answers - thanks in advance and also for this project!