-
Notifications
You must be signed in to change notification settings - Fork 318
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
ZipException: Expected central directory entry not found (#1) #290
Comments
Issue identified. Fix in progress. |
Thank you for the work you are doing. I wanted to ask you for an info on this issue. I see you're working on it. Best regards Paolo |
@srikanth-lingala we are also running into this issue on production. Do you perhaps have an indication when there will be a release with this fix included? |
@ucchino @bobvandenberge I will try to get a fix out by this weekend. Free time is hard to find nowadays with lockdowns and all (work, kids at home, etc). But I understand your position, and will work on this fix in the next days. |
Issue fixed. I will include the fix in the next release which should be in a day or two. I will update this thread again once the new version is available |
Fixed in v2.8.0 released today. |
One of my users is getting this error when the app is calling ZipFile.getFileHeaders(). I've attached the zip file for your reference. The zip was created using zip4j v2.7.0 on the user's Android device.
error.zip
I've also tested extracting it with 7z and it works fine. Also tried the 'Test archive' option in 7z and it reports that there are no errors in the archive.
Can you try it out at your end? Please let me know if you need more information.
The text was updated successfully, but these errors were encountered: