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
(node:90142) UnhandledPromiseRejectionWarning: Error: Missing content length header
at Request. (/Users/yotamshacham/WORK/zip-file-collector/node_modules/unzipper/lib/Open/index.js:63:22)
at Request.emit (events.js:375:28)
at Request.onRequestResponse (/Users/yotamshacham/WORK/zip-file-collector/node_modules/request/request.js:1059:10)
at ClientRequest.emit (events.js:375:28)
at HTTPParser.parserOnIncomingClient [as onIncoming] (_http_client.js:647:27)
at HTTPParser.parserOnHeadersComplete (_http_common.js:126:17)
at TLSSocket.socketOnData (_http_client.js:515:22)
at TLSSocket.emit (events.js:375:28)
at addChunk (internal/streams/readable.js:290:12)
at readableAddChunk (internal/streams/readable.js:265:9)
at TLSSocket.Readable.push (internal/streams/readable.js:204:10)
at TLSWrap.onStreamRead (internal/stream_base_commons.js:188:23)
I'm using node v14.17.1, "request": "2.88.2", "unzipper": "0.10.11"
The text was updated successfully, but these errors were encountered:
When running the sample for extracting from a zip:
Receiving the following error:
I'm using node v14.17.1, "request": "2.88.2", "unzipper": "0.10.11"
The text was updated successfully, but these errors were encountered: