-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
End of data reached ... Corrupted zip ? #543
Comments
Hi Mlksgto222 Where did you make those changes? I am having the same error. |
error reading zip Error: End of data reached (data length = 4290048, asked index = 4338619). Corrupted zip ? |
I'm also seeing this error for some zip files created by Ruby's |
This issue is likely caused by different factors. Could you provide a zip file that can reproduce the problem? |
Hello guys, would you have any updates on that? I'm facing the same problem. Tks in advance. |
Same issue here for larger files. |
jszip version: 3.1.5
zip file:
app_mage_v1.0.8_201808201647_mi_release.zip
Cannot unzip my signed apk generated by android studio, but debug apk work fine.
I found this is because of jsZip got
extraFieldsLength
is 3 when read the central part of a zip file namedresources.ascr
and extra field data is0x000000
.Thenlib/zipEntry.js:193:readExtraFields
out of index.Is that my apk corrupted?
I changed
readExtraFields
to fix is error:The text was updated successfully, but these errors were encountered: