We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Error while adding chain: Error: Data error
When running the demo, it is always returned:
This seems to be coming from the tiny-inflate and specifically from here that returns an error due to invalid length
tiny-inflate
The text was updated successfully, but these errors were encountered:
This should only happen if you had cloned the repo before #2506 and didn't run prepare.mjs since then
prepare.mjs
Sorry, something went wrong.
Managed to reproduce. Have no idea what the problem is. Decoding the base64 and re-inflating the buffer within prepare.mjs using zlib works fine.
zlib
I'll restore pako after #2522
Successfully merging a pull request may close this issue.
When running the demo, it is always returned:
This seems to be coming from the
tiny-inflate
and specifically from here that returns an error due to invalid lengthThe text was updated successfully, but these errors were encountered: