-
-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-s / --select flag is broken #222
Labels
Comments
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? |
Yes, it is still relevant, as this issue has not yet been resolved. And no, I cannot really help as I don't know anything about the codebase of this project. |
ghost
mentioned this issue
Dec 29, 2022
it would be cool if this was fixed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of this package are you using?
according to
webtorrent --version
it is 4.0.2 (1.6.0)What operating system, Node.js, and npm version?
node --version
it is v16.11.1npm --version
it is 8.1.3What happened?
When executing
webtorrent [magnet link] -s 13
I tried to select and download the file corresponding to index 13. But instead, this error came up after showingverifying existing torrent data...
and before the download started. The problem is, whenever I enter a index higher than 10 to the-s
/--select
flag, webtorrent instead downloads the file corresponing to index number 1.What did you expect to happen?
I didn't expect that webtorrent start downloading file index 1 instead of file number 13 when i specified
-s 13
.Are you willing to submit a pull request to fix this bug?
No, since I have zero experience with Node and as of now couldn't really be beneficial to this project in contributing code.
The text was updated successfully, but these errors were encountered: