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
Describe the bug
When I unzip my .zip file I get this error, Error: Failed to extract file invalid END header (bad central directory offset)
Error: Failed to extract file invalid END header (bad central directory offset). The zip file is not corrupt because I am able to download that file from my firebase account and unzip that very .zip file locally using my computer.
Expected behavior
To unzip the .zip file like usual
Reproduction
I put together this Expo Snack to show the issue, but for some reason the unzip function is not working, https://snack.expo.dev/@oiver55/8e424e
Please if there is more information you need from me to answer or help just let me know. I don't understand why the unzip function is working in my app from google play store, however when I make a eas debug build of it, it doesn't work.
Describe the bug
When I unzip my .zip file I get this error, Error: Failed to extract file invalid END header (bad central directory offset)
Error: Failed to extract file invalid END header (bad central directory offset). The zip file is not corrupt because I am able to download that file from my firebase account and unzip that very .zip file locally using my computer.
Here is the basic Code
Expected behavior
To unzip the .zip file like usual
Reproduction
I put together this Expo Snack to show the issue, but for some reason the unzip function is not working, https://snack.expo.dev/@oiver55/8e424e
Env (please complete the following information):
Additional context
Here is a link (https://firebasestorage.googleapis.com/v0/b/vthwritings.appspot.com/o/english%2Fzip%2Fcovers.zip?alt=media&token=1a388104-6499-4eb4-8044-08d1c55755e5) to the zip file in question. Please let me know if you too have the same error if you decide to give it a shot.
The text was updated successfully, but these errors were encountered: