-
Notifications
You must be signed in to change notification settings - Fork 7
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
RangeError: The value of "byteLength" is out of range. #5
Comments
You can refer to this demo for usage Or provide the specific version you are using |
我也碰到这个问题了,我是把录像直接保存到文件了,然后录制完成后再通过这个工具进行修复,但报错了。
|
Same for me, excepting that I'm getting this both in development and in release build. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi i'm using this module in electron and everything works fine after until i've built the app with electron-builder
Then I get this error:
RangeError: The value of "byteLength" is out of range. It must be >= 1 and <= 6. Received 7
Anyone know whats going on here?
The text was updated successfully, but these errors were encountered: