-
Notifications
You must be signed in to change notification settings - Fork 79
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
Unexpected EOF when inflating ZIP #208
Comments
I'll look into this and let you know what the issue is soon. The streaming unzip API has needed a bit of work for a while now... |
Still unsure of the issue here @101arrowz? |
Sorry, I've been busy for the last few weeks - I probably won't be able to get to this for a while. To be honest I would just advise against using the streaming unzip API until I can get around to fixing it. |
Hi @101arrowz, I'm encountering the same problem with this file: https://github.com/johan-tribus/fflate/blob/master/file.zip |
Hi 101arrowz Thank you for this great tool. I have the same problem, using unzipSync. I hope you find and solve the problem easily. |
Hi @101arrowz Thank you for this great tool. I had the same problem when using I hope you find and solve the problem easily. |
The problem
I have a zip file that I can decompress with other decompressors (ubuntu's
unzip
, yazul, python3) but when using fflate the zip is unable to be decompressed.How to reproduce
Using a simple script
with my sample zip file: https://public.chard.com/fflate/address.zip
The text was updated successfully, but these errors were encountered: