crgpt icon indicating copy to clipboard operation
crgpt copied to clipboard

Face stdout maxBuffer length exceed

Open gjaya79 opened this issue 2 years ago • 1 comments
trafficstars

I am using crgpt in my bitbucket pipeline. When generating the diff, I get the following error

Error: Error: stdout maxBuffer length exceeded at /usr/local/lib/node_modules/crgpt/dist/lib/git.js:103:24 at ChildProcess.exithandler (node:child_process:406:5) at ChildProcess.emit (node:events:527:28) at maybeClose (node:internal/child_process:1092:16) at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5)

Any suggestion to resolve this issue?

gjaya79 avatar Sep 29 '23 21:09 gjaya79

run CRGPT
sourceBranch: tensoriterator
targetBranch: main
Error: Error: stdout maxBuffer length exceeded
    at /usr/local/lib/node_modules/crgpt/dist/lib/git.js:103:24
    at ChildProcess.exithandler (child_process.js:301:5)
    at ChildProcess.emit (events.js:198:13)
    at maybeClose (internal/child_process.js:982:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)

same here

rayesprankle avatar Jun 18 '24 11:06 rayesprankle

added to new replease: https://www.npmjs.com/package/crgpt/v/1.2.0

minhlucvan avatar Dec 17 '24 08:12 minhlucvan