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 seed command should show magnet link #404
Comments
This comment has been minimized.
This comment has been minimized.
|
It appears that the seeding hasn't finished yet. To my knowledge, you'll need to wait until the seeding has finished before you can start downloading. Unfortunately it appears that you have a long time to wait: |
This comment has been minimized.
This comment has been minimized.
|
@browny Since you're seeding a new torrent and you didn't specify any trackers, some default ones are added for you automatically. When downloading from the second client, you'll want to use the full magnet link or .torrent file which contains the same list of trackers. Just using the info hash makes it less likely that the new client will be able to find the seeder. Without trackers, the DHT is used. But if UDP tracker is filtered or blocked on your network, then no peers will be found. Right now, there's not an easy way to copy the magnet link from the |
This comment has been minimized.
This comment has been minimized.
|
This is fixed now. Just pass
|
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
I install the webtorrent cli by
npm install webtorrent -gOpen one terminal to run
webtorrent seed /data, output as belowAnd open another terminal to download that seed (
webtorrent download 75fa47b07d23f24a77ab7f01f5c8ff51fb38d8c9), but nothing happen, the log just showsAnything I am doing wrong?