-
Notifications
You must be signed in to change notification settings - Fork 374
extractAllTo is broken with 0.5.15 #533
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
Comments
The weird thing is that this happens only on some systems. |
We managed to reproduce this again on v0.5.16 and on master branch as of writing this (1cd32f7). To reproduce locally run The error is generated by this line: Line 62 in 1cd32f7
when descriptor.size does not match _centralHeader.size .For our example the values are 0 and 57 respectively.
As a workaround you can simply comment out the error on line 62 in |
Got the following error with v0.5.15. It was working until 0.5.14
Error: ADM-ZIP: Descriptor data is malformed at Object.DESCRIPTOR_FAULTY (/usr/src/app/node_modules/adm-zip/util/errors.js:56:16) at crc32OK (/usr/src/app/node_modules/adm-zip/zipEntry.js:62:36) at decompress (/usr/src/app/node_modules/adm-zip/zipEntry.js:121:26) at Object.getData (/usr/src/app/node_modules/adm-zip/zipEntry.js:320:24) at /usr/src/app/node_modules/adm-zip/adm-zip.js:762:37 at Array.forEach (<anonymous>) at Object.extractAllTo (/usr/src/app/node_modules/adm-zip/adm-zip.js:756:26) at download_and_unzip (/usr/src/app/processes/utils/batch.utils.js:64:9) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async module.exports.getProcessedFile (/usr/src/app/processes/utils/batch.utils.js:79:37)
The following data integrity check seems to be failing

The text was updated successfully, but these errors were encountered: