You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2018. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: