You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this to compress a large XML file (120mb) in the browser and trying to decompress server-side using python-lz4 (which can decompress every other file compressed with lz4js except this one). It also couldn't be decompressed using the standard lz4 tool, getting the error:
I've chopped down the file to a minimum working case, which I've attached. Removing the first 10 lines from the start or end will make it succeed, but I'm not sure why. Run with:
I'm using this to compress a large XML file (120mb) in the browser and trying to decompress server-side using python-lz4 (which can decompress every other file compressed with lz4js except this one). It also couldn't be decompressed using the standard lz4 tool, getting the error:
My file is here: test.zip
Compressing/decompressing the same file with the standard tools succeeds.
My code to replicate this issue is here:
I've chopped down the file to a minimum working case, which I've attached. Removing the first 10 lines from the start or end will make it succeed, but I'm not sure why. Run with:
The text was updated successfully, but these errors were encountered: