File "./read_db_users.py", line 21, in <module>
data = dctx.decompress(data)
zstd.ZstdError: decompression error: Corrupted block detected
Conversation
Replying to
Oh lol -- I am using a custom dictionary for the compressor object and forgot to tell the decompressor object to use that custom dictionary.
PHEW.
10
