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
#64 2 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.