max-mapper / max-mapper/extract-zip
Error [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string without null bytes. Received type object
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 398
- Forks
- 144
- PR merge metrics
- No merged PRs in 30d
Description
here's my code
extract(bufferZip.buffer, { dir: `${__dirname}/assets`}, err => {
if (err) console.log(err)
})
I throw buffer as the input arguments, thanks for helping.
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 from the extract(...) call shown in the issue and inspect the library's documented input API and implementation entry point. Determine whether bufferZip.buffer is supported, then reproduce the reported error and confirm the expected input behavior with a focused test or documentation update.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100