heroku / platform-api

Ruby HTTP client for the Heroku API
MIT License
213 stars 86 forks source link

Error with app.info method #120

Closed MrJuanGaviriaK closed 3 years ago

MrJuanGaviriaK commented 3 years ago

Hi

Today, I had an error with app.info method, I tried to connect by console to heroku app but it was impossible for the following error:

Screen Shot 2021-04-20 at 5 04 12 PM

I didn't change anything related to this gem and I haven't installed any new gem either.

Thanks.

MrJuanGaviriaK commented 3 years ago

Hi

The cause of this issue was the Heroku API Key variable, I had to renew this variable with heroku authorizations:create, and change it on the project.

Thanks