-
Notifications
You must be signed in to change notification settings - Fork 345
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
invalid signature: 0x80014 #89
Comments
@EvanOxfeld would you deprecate this project? For those who encounter the same problem, here are some alternatives I found: upzip file on disk: unzip and ignore error: |
I get a slightly different error: |
+1 |
|
If you're still having this issue, I've published unzip-stream which should solve it. |
@mhr3 Thanks! This solved the issue for me |
@mhr3 I'm getting Error: Invalid signature in zip file in your lib too. Any ideas? |
@hiddenkirby Is it a zip64? Those are not supported. Otherwise should open a bug there - https://github.com/mhr3/unzip-stream/issues - ideally with the zip attached. |
How does one determine if it's a zip64? |
For example mac's |
Hrm. i was able to unzip on the mac. I will say i was able to use https://github.com/cthackers/adm-zip .. if that helps. I'm sorry i cannot provide the zip, but i wonder if size of the zip file matters? |
Only if the archive (or any of the files within) is >=2GB. |
I would bet that was it. |
Also, what error exactly do you get from |
I have the same issue. I tried unzip-stream to see if it resolved my issue but no luck. If it can help, here are the values I get when I put a breakpoint here https://github.com/mhr3/unzip-stream/blob/master/lib/unzip-stream.js#L84 Here, the chunk value should be equal to LOCAL_FILE_HEADER_SIG but it is not, so it default to 'Invalid signature' error. The file works on mac with unzip and Discolure: I don't anything about zip file binary format. |
1329865020 in hexadecimal is |
Oh no. Thanks for the noticing this. The webpage I am downloading the script from is blocking the download if it's not a browser apparently... |
Error: invalid signature: 0x80014
at /Users/yinrong/dev/olap/fetcher/node_modules/unzip/lib/parse.js:59:13
at processImmediate as _immediateCallback
It's just an ordinary zip file and node-unzip can't unzip.
The text was updated successfully, but these errors were encountered: