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 upError when torrentId is http/https url or filesystem path to a torrent file #295
Comments
This comment has been minimized.
This comment has been minimized.
|
I cannot reproduce this. We also have tests that verify this is working, so this sounds like an edge case bug . Can you post the http url you are trying to use? (Note: please do not share links to copyrighted content.) Are you running this in node or the browser? Both http/https and filesystem urls are only supported in node. |
This comment has been minimized.
This comment has been minimized.
|
I mistaked, client.get throws error, not client.add. client.get has parameter torrentid and returns null earlier. This confused me. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Parse-torrent throws error "Invalid torrent identifier" when torrentId is http/https url or filesystem path to a torrent file (string).
webtorrent version 0.30.0