Skip to content
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

Error: end of central directory record signature not found #115

Open
Ilthizam opened this issue Jan 11, 2021 · 5 comments
Open

Error: end of central directory record signature not found #115

Ilthizam opened this issue Jan 11, 2021 · 5 comments

Comments

@Ilthizam
Copy link

``
err

@rpatrick00
Copy link

I saw this same error but the cause in my case was that the previous step that was downloading the zip file had not completed prior to calling extract. If you can open the zip file with WinZip or 7zip, the file is probably ok and maybe you have a timing problem.

@fishcharlie
Copy link

fishcharlie commented Jul 11, 2021

Same issue. I have a file that I downloaded using the AWS CLI aws s3 cp, then ran npx extract-zip file.gz, and it produced the same error.

Should also mention, I can uncompress this file fine on my Mac by double clicking it.

@ideadesignmedia
Copy link

I am experiencing the same issue

@simPod
Copy link

simPod commented Nov 14, 2022

downloading the zip file had not completed prior to calling extract

this was it

@sGambolati
Copy link

Any solution to this issue? I get the same error when I've downloaded the file from S3 and also file can be exported with other tools.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants