Skip to content
This repository has been archived by the owner on Nov 14, 2018. It is now read-only.

Authentication failed #2

Open
rafalsobota opened this issue Sep 16, 2013 · 2 comments
Open

Authentication failed #2

rafalsobota opened this issue Sep 16, 2013 · 2 comments

Comments

@rafalsobota
Copy link

I've run this buildpack on Heroku on a single free worker. It listens to logs of my another app and on R14 Error restarts particular dyno. I've set env variables and at the begining it worked properly. Unfortunately after a couple of hours I saw loop of Authentication Errors in logs:

2013-09-16T10:39:59.902700+00:00 app[worker.1]: Enter your Heroku credentials.
2013-09-16T10:39:59.902700+00:00 app[worker.1]: Authentication failed.
2013-09-16T10:39:59.902700+00:00 app[worker.1]: Email: Password (typing will be hidden):
2013-09-16T10:39:59.902700+00:00 app[worker.1]: Authentication failed.
2013-09-16T10:44:42.865437+00:00 app[worker.1]: Email: Password (typing will be hidden):
2013-09-16T10:44:42.865437+00:00 app[worker.1]: Restarting web.1 dyno...

What can cause this problem? Maybe Heroku block toolbelt on it's platform?

@IgorGradov
Copy link

So how to fix it ? Second day i can't log in to heroku. with brand new toolbelt

@gregburek
Copy link
Owner

Hello,
netrc is terrible and full of failures such as this. I recommend using this branch, which relies only on HEROKU_API_KEY for authentication: https://github.com/gregburek/heroku-buildpack-toolbelt/tree/no-netrc Once I get a few positive reports I'll merge it into master.

Let me know if this works for you.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants