Login to <mention-bot-username> failed
sugarcrm-mention-bot opened this issue · 0 comments
I've been using mention-bot for a couple years now, I'm running it on heroku against a private repo without a problem until a few weeks ago where out of nowhere it started failing on login (here's the error message: https://github.com/facebook/mention-bot/blob/master/githubAuthCookies.js#L89) thus not leaving comments on PRs.
The weird thing is that none of the environment settings, GITHUB_PASSWORD
, GITHUB_USER
and GITHUB_TOKEN
, have changed and I'm still able to manually login with those same settings via cURL with: curl -u <GITHUB_USER>:<GITHUB_TOKEN> https://api.github.com/user
Is anyone experiencing the same thing?
I tried to update to the latest master with no luck, still running into the same error:
> mention-bot@3.0.2 start /app
> node run-server.js
Login to <mention-bot-username> failed
Listening on port 10191