Skip to content

crashes on occasion with buffer overflow-like error  #68

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'
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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