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 upfile.createReadStream([opts]) yields "Uncaught Error: invalid selection" #794
Comments
This comment has been minimized.
This comment has been minimized.
|
See torrent.js#L758 In your opts start > end, that's why. |
This comment has been minimized.
This comment has been minimized.
|
That's right. Thank you. I did not expect that from my program. |
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
file.createReadStream([opts]) yields "Uncaught Error: invalid selection".
opts === {start: 0, end: 129241752} works
opts === {start: 1008813135, end: 129241752} yields "Uncaught Error: invalid selection".
Is there a lower limit on the difference between start and end?
If yes, please remove it.