snappy icon indicating copy to clipboard operation
snappy copied to clipboard

input buffer is larger than allowed

Open amrthdivakr opened this issue 3 years ago • 3 comments

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

amrthdivakr avatar Mar 23 '22 11:03 amrthdivakr

same here

Ic3m4n34 avatar Apr 14 '22 08:04 Ic3m4n34

I've experienced the same issue.

twosdai avatar Jul 13 '22 02:07 twosdai

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.

LiranBri avatar Dec 13 '22 09:12 LiranBri