-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GHE + private repo: Receiving EOF exception for status and comment #196
Comments
Hmm, what if you make the call directly?
|
this works. I tried it for comments:
|
Okay and are you running that from inside the Atlantis docker container? |
yes... |
I see server reacting on comments, cloneing the repo but fails when using the gh api for comments or statuses, always EOF. I checked gh client repo for EOF issues, but couldn't spot anything helpful: https://github.com/google/go-github/issues?utf8=%E2%9C%93&q=EOF |
Mind coming on our slack channel and I can help you debug further? https://thawing-headland-22460.herokuapp.com/ |
@lkysow figured out it's related to my extra Run |
Update CHANGELOG.md for 0.1.3
I want to setup atlantis for a private repo on a GitHub Enterprise instance. I managed to run atlantis server 0.4.3 using the docker image and configured as described. The server receives the webhooks successfully and is able to clone the repo. BUT, it somehow is not able to report back on the PR via status or comments. The error message just says
EOF
like:Andy clue what this could be??? Thanks!
The text was updated successfully, but these errors were encountered: