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 upECONNRESET #573
ECONNRESET #573
Comments
This comment has been minimized.
This comment has been minimized.
|
@Blixia I added some extra checks to Can you re-install WebTorrent and try it out again? The problem should be gone, but don't hesitate to leave a comment here or open a new issue if you see this again. |
This comment has been minimized.
This comment has been minimized.
|
I'm receiving this error when using the following snippet
|
This comment has been minimized.
This comment has been minimized.
|
@anurupr Why are you calling torrent.on('done', function () {
const torrentPath = torrent.path
console.log('Torrent finished downloading located at ', torrentPath)
console.log('Torrent file count is ', torrent.files.length)
console.log('Torrent magnet link is ', torrent.magnetURI)
}) |
This comment has been minimized.
This comment has been minimized.
|
@feross I apologize. I was not aware of that. Thanks for the help. |
This comment has been minimized.
This comment has been minimized.
|
No problem! |
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 am getting the following error while I add a torrent to the client:
I am not sure where to catch this error or where it is coming from?
Code used: