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 node fails #294
Comments
This comment has been minimized.
This comment has been minimized.
|
+1. I see exactly the same problem. |
This comment has been minimized.
This comment has been minimized.
|
@zajac |
This comment has been minimized.
This comment has been minimized.
|
Same here, can't use |
This comment has been minimized.
This comment has been minimized.
|
Thanks for reporting. I'm preparing webtorrent to support connecting to browser peers with WebRTC, and I |
This comment has been minimized.
This comment has been minimized.
|
Okay, the reported crash should be fixed now. You can get the latest webtorrent dependencies by simply reinstalling:
Or by updating all dependencies:
|
This comment has been minimized.
This comment has been minimized.
|
So, the reported issue is fixed, but webtorrent will still crash if web peers are actually found from the webtorrent tracker. Admittedly, this is super rare, so you probably have nothing to worry about :) There will be a complete fix once the hybrid client is done. It's really close. Last thing I need to do is merge That's how |
This comment has been minimized.
This comment has been minimized.
|
I saw this error the first time I tried seeding with webtorrent after updating version, haven't seen it again:
|
This comment has been minimized.
This comment has been minimized.
|
I haven't seen this again and I think I might have hit ctrl-c, so I'm gonna go ahead and close this issue. I successfully seeded and downloaded using node with the new npm version. Thanks! |
Seeding a file from node is failing here:
results in:
(It's trying to use wss://tracker.webtorrent.io/)
Is it user error, or a bug?