Skip to content

crashes on occasion with buffer overflow-like error  #68

@makingglitches

Description

@makingglitches

node:buffer:804
return this.utf8Slice(start, end);
^

Error: Cannot create a string longer than 0x1fffffe8 characters
at Buffer.toString (node:buffer:804:17)
at Request. (/home/john/Downloads/GooglePhotoDownload-0.75/node_modules/request/request.js:1128:39)
at Request.emit (node:events:406:35)
at Request.emit (node:domain:475:12)
at IncomingMessage. (/home/john/Downloads/GooglePhotoDownload-0.75/node_modules/request/request.js:1076:12)
at Object.onceWrapper (node:events:513:28)
at IncomingMessage.emit (node:events:406:35)
at IncomingMessage.emit (node:domain:475:12)
at endReadableNT (node:internal/streams/readable:1331:12)
at processTicksAndRejections (node:internal/process/task_queues:83:21) {
code: 'ERR_STRING_TOO_LONG'
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinglowpriority

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions