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

Multiple 'invalid signature' errors when piping a non-file-stream #63

Open
silverwind opened this issue Sep 15, 2014 · 5 comments
Open

Comments

@silverwind
Copy link

Piping in a zip stream directly from archiver, results in a series of invalid signature errors. It seems as if all bytes in the stream are checked for a signature. On the other hand, the same zip gets extracted correctly when going through file streams first.

See @ctalkington's comments in archiverjs/node-archiver#91. Also, here's a test case.

@gunish
Copy link

gunish commented Oct 3, 2014

+1 .. Can anyone suggest an alternative library while this fails ?

@jladuval
Copy link

Also getting this error here as well. What can we do to work around this?

@missinglink
Copy link

@silverwind @gunish @jladuval FYI #64 << works for me

@silverwind
Copy link
Author

Confirmed working with that fork, awesome!

@seagullua
Copy link

This is fixed in new version https://www.npmjs.com/package/unzip2

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

5 participants