-
Notifications
You must be signed in to change notification settings - Fork 25
Error: Offset is out of bounds #4
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
Comments
This is probably an issue with WebTorrent. Can you open an issue at https://github.com/feross/webtorrent with more info about how you're using WebTorrent? What methods are you calling to read the data? Thanks. |
@feross this is showing up in WebTorrent Desktop telemetry, too. Stacktrace:
|
fixed in 1.3.1 |
@mafintosh Nice! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello.
I use webtorrent in node, os windows 8.1 and got error:
I can wrap fs.read in try/catch and it solves the problem:
How better to solve this problem?
The text was updated successfully, but these errors were encountered: