You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to extract a zip file, and I run into this error:
TypeError [ERR_INVALID_ARG_VALUE]: The argument 'path' must be a string or Uint8Array without null bytes. Received "/usr/src/app/workspace/\t\x00\x1C\x00README.mdUT\t\x00\x03Ó\x83aÓ\x83aux\x0B\x00\x01\x04\x00\x00\x00\x00\x04\x00\x00\x00\x00}...
According to the NodeJS docs, it should be possible to pass autoDestroy: false when creating the stream, and have it continue in these situations.
The text was updated successfully, but these errors were encountered:
I'm trying to extract a zip file, and I run into this error:
According to the NodeJS docs, it should be possible to pass
autoDestroy: false
when creating the stream, and have it continue in these situations.The text was updated successfully, but these errors were encountered: