-
Notifications
You must be signed in to change notification settings - Fork 382
Heroku login fails on macOS #2039
Comments
This is a networking error on your side. It doesn't look like the dns is configured correctly. |
I just tried:
System info:
@kalyandechiraju, did you sort this out? Can we close this issue? |
@trimble Am still facing the same issue. heroku-toolbelt/3.43.11 (x86_64-darwin10.8.0) ruby/1.9.3 |
With previous version of heroku, I used to get DNS lookup failed error. But with this new version, that is gone but i/o time out is troubling a lot. |
Does Mine reliably gives:
If your system can't reach api.heroku.com, login won't work. As for the change in error message, I'll look and see if that's explained somewhere. |
I got the same. Non-authoritative answer: |
@trimble There is no change in error message now! Am still facing Post https://api.heroku.com/login: dial tcp: lookup api.heroku.com on 8.8.4.4:53: read udp :->8.8.4.4:53: i/o timeout DNS issue was with older version of heroku CLI. |
@dickeyxxx in what way would Google's Public DNS be misconfigured? I can resolve the hostname via |
No idea. This is an issue attempting to reach google's servers, it has nothing to do with our code. |
Sure, but how come
Hence my question: in what way would it be possible for DNS to work perfectly normal but not within the heroku-cli ? E.g. how is our DNS misconfigured (because then I can search for a fix)? |
Are you having the same error as the user above? |
Even after switching to my default DNS provider, am facing the same issue. (as above which was with google dns servers) |
there really isn't anything we can do about it if you can't connect to |
Am unable to connect only through heroku-cli...
Kalyan DechirajuOn Dec 14, 2016 9:26 PM, Jeff Dickey <[email protected]> wrote:
…
there really isn't anything we can do about it if you can't connect to api.heroku.com
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Are you using Little Snitch at all? Just spotted that nothing works if the network monitor is on, you may need to add heroku.com and api.heroku.com to the app manually like I just did. |
heroku login is not working on macOS from a long time. Unable to use heroku because of this.
Error:
Post https://api.heroku.com/login: dial tcp: lookup api.heroku.com on 8.8.4.4:53: read udp :->8.8.4.4:53: i/o timeout
Tried reinstalling, but same error.
The text was updated successfully, but these errors were encountered: