max-mapper / max-mapper/extract-zip
Failed to extract .tar.xz file on macOS, Archive Utility succesfully extracts it
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 398
- Forks
- 144
- PR merge metrics
- No merged PRs in 30d
Description
Here's the file, I zipped it to upload it on Github.
pkg.tar.xz.zip
Uncaught (in promise) Error: end of central directory record signature not found
at /Users/qashto/dev/apps/nostlan/node_modules/yauzl/index.js:187
at /Users/qashto/dev/apps/nostlan/node_modules/yauzl/index.js:631
at /Users/qashto/dev/apps/nostlan/node_modules/fd-slicer/index.js:32
at FSReqCallback.wrapper [as oncomplete] (fs.js:470)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the failure with the supplied pkg.tar.xz.zip archive and follow the stack trace through node_modules/yauzl/index.js and fd-slicer/index.js. Determine why the archive is rejected despite extracting in macOS Archive Utility; done means the reported archive is handled correctly or the incompatibility is clearly documented with a regression test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100