node-unzip icon indicating copy to clipboard operation
node-unzip copied to clipboard

invalid signature fatal error

Open missinglink opened this issue 10 years ago • 2 comments

Error: invalid signature: 0xcb633d21
    at /var/www/xxx/unzip/lib/parse.js:63:13
    at process._tickCallback (node.js:415:13)

missinglink avatar May 09 '14 07:05 missinglink

The issue here is that when an error occurs; an 'error' event is emitted on the stream. This causes the upstream socket to unpipe and disconnect; essentially halting the whole stream.

missinglink avatar Jun 30 '14 11:06 missinglink

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

seagullua avatar Dec 11 '14 13:12 seagullua