-
Notifications
You must be signed in to change notification settings - Fork 270
stdout maxBuffer exceeded when using mention-bot with GHE #160
Comments
Same error if I use a |
Can you add console.log in various places and try to figure out what is happening? I don't have access to a ghe instance unfortunately so all the code in the repo was contributed by external contributors |
So, 2 different issues are happening. Failure to find
|
Awesome investigation! For 1), a pr would be awesome thanks! For 2), do you know if there's a way to only get the first 1meg of data and just drop the rest? For such a big pull request we just want to get some data, processing everything is just a waste of resources. |
I am trying to use
mention-bot
with a private repo in a GitHub Enterprise instance and I am hitting an error. It is hard to debug unfortunately.I have set
GITHUB_TOKEN
,GITHUB_USER
andGITHUB_PASSWORD
. I have updatedconfig
insidepackage.json
also. I want to check ifmention-bot
works before deploying it in our network, so right now it is running locally and I am usingngrok
to create a tunnel on the web to my local instance ofmention-bot
.After creating a PR, GitHub says it got an error 500. The logs from
mention-bot
:It's hard to see which request returned a 404 😞 . As to why it failed, could it be because I stupidly followed the README and the token should have had access to private_repo too?
The text was updated successfully, but these errors were encountered: