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 upannounceList is not replacing default trackers #1604
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
After some digging, it looks like it's an issue around
( |
This comment has been minimized.
This comment has been minimized.
|
Heroes don't always wear capes @andymikulski , this issue is solved. |
This comment has been minimized.
This comment has been minimized.
|
This workaround works for me. I think the current behavior is still a bug that should be fixed though. |
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. |
This comment has been minimized.
This comment has been minimized.
|
Yeah, we should try to fix this, if possible. The whole reason I created |

Using:
webtorrent@0.103.0
Ubuntu 18.04.2 LTS
Node v8.10.0
When I seed a new torrent and set
announceListto be my own set of trackers, it appears that the default set of trackers is still included. Here's the code:The magnet URI includes tracker URLs besides just localhost, which is why I conclude it isn't properly using announceList. The docs on https://github.com/webtorrent/create-torrent state "If announceList is omitted, the following trackers will be added automatically: ..." which is why I expected it to not auto-add any trackers when announceList is provided.