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 uphow to catch the Uncaught Error: Invalid torrent identifier #1809
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i've tried
client.on('error', function (err) {
console.error(err);
});
torrent.on('error', function (err) {
console.error(err);
});
but it does not work,hou can i catch this error?thanks