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

invalid signature - error

Open pidugusundeep opened this issue 4 years ago • 5 comments

I never had an issue as such earlier, but recently when I tried to extract a folder and it was showing me extraction failed.Error: invalid signature: 0x50117193. Unsure what this refers to, can someone help??

pidugusundeep avatar Nov 25 '20 07:11 pidugusundeep

So I was in a similar boat. Spot check the size of your file matches what your uploading. Its possible you may have a byte diff?

cybercussion avatar Dec 08 '20 22:12 cybercussion

Hi, I am having an issue with Zipper. the error is described below...

self.emit('error', new Error('invalid signature: 0x' + signature.toString(16))); ^

Error: invalid signature: 0x6e614d0c

manoellvitor avatar Sep 15 '21 09:09 manoellvitor

Hi, I am having an issue with Zipper. the error is described below...

self.emit('error', new Error('invalid signature: 0x' + signature.toString(16))); ^

Error: invalid signature: 0x6e614d0c

Actually, i found out it is related to the size of the file name, is there any way to increase this size?

manoellvitor avatar Sep 15 '21 09:09 manoellvitor

Any updates on this at all? I've run into the same issue.

bright-stone avatar Sep 24 '21 02:09 bright-stone

I am facing this similar issue, did't the cause. self.emit('error', new Error('invalid signature: 0x' + signature.toString(16))); where signature is "525312".

bilal68 avatar Sep 27 '21 06:09 bilal68