After a password change on heroku's website, I can't access the heroku api.
When I do heroku login
, I get Authentication successful, even though it shouldn't because the password has changed. It doesn't even ask for my email or password, like it should!
If I try heroku apps
(or any other application related command), I get Authentication failure.
If I try heroku status
, it works.
I don't have any plugins installed.
Logs:
$ heroku version
heroku-gem/3.6.0 (i686-linux) ruby/2.1.0
$ heroku logout
Local credentials cleared.
$ heroku login
Authentication successful.
$ heroku apps
Authentication failure
$ heroku plugins
You have no installed plugins.
I'll appreciate any help or ideas I can get. I already opened a ticket and waiting for the Heroku Support to get back to me.
Thanks
heroku accounts
(which doesn't exist anymore, and the replacement asks for credentials creating a catch-22) and trying other things that did not help, the GEM commandline did the trick. – Arrington