Skip to content
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

input buffer is larger than allowed #65

Open
amrthdivakr opened this issue Mar 23, 2022 · 3 comments
Open

input buffer is larger than allowed #65

amrthdivakr opened this issue Mar 23, 2022 · 3 comments

Comments

@amrthdivakr
Copy link

This error appears when uncompressing json data that i stringified and compressed
Error: snappy: input buffer (size = 257026677592) is larger than allowed (size = 4294967295)]

@Ic3m4n34
Copy link

same here

@twosdai
Copy link

twosdai commented Jul 13, 2022

I've experienced the same issue.

@LiranBri
Copy link

LiranBri commented Dec 13, 2022

It happened to me when i tried due to bug to uncompress an invalid type (in my case I fetched the Buffer from redis with get instead of getBuffer, and executed the uncompress on the response).
fixing the bug and using Buffer solved the issue for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants