Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Unable to run heroku login 'cannot unmarshal DNS message' #1899

Closed
mulchy opened this issue Feb 17, 2016 · 20 comments
Closed

Unable to run heroku login 'cannot unmarshal DNS message' #1899

mulchy opened this issue Feb 17, 2016 · 20 comments

Comments

@mulchy
Copy link

mulchy commented Feb 17, 2016

Hey,

My heroku version

heroku-toolbelt/3.42.22 (x86_64-darwin15) ruby/2.3.0
heroku-cli/4.27.21-839acbb (amd64-darwin) go1.5.3
=== Installed Plugins
heroku-apps@1.2.4
heroku-cli-addons@0.2.1
heroku-fork@4.1.1
heroku-git@2.4.5
heroku-local@4.1.7
heroku-pipelines@1.0.2
heroku-run@2.9.2
heroku-spaces@2.0.13
heroku-status@2.1.0

Result of running heroku login

Enter your Heroku credentials.
Email: mulchy81@gmail.com
Password (typing will be hidden):
 ▸    Post https://api.heroku.com/login: dial tcp: lookup api.heroku.com on 10.100.100.1:53: cannot unmarshal DNS message

I believe this is related to golang 1.5.3 and this issue golang/go#11070
I don't know too much about the DNS spec, but your DNS servers might be sending responses over 512 bytes?

@mulchy
Copy link
Author

mulchy commented Feb 17, 2016

Updated to the latest version,

heroku-toolbelt/3.42.33 (x86_64-darwin15) ruby/2.3.0
heroku-cli/4.27.21-839acbb (amd64-darwin) go1.5.3
=== Installed Plugins
heroku-apps@1.2.4
heroku-cli-addons@0.2.1
heroku-fork@4.1.1
heroku-git@2.4.5
heroku-local@4.1.7
heroku-pipelines@1.0.2
heroku-run@2.9.2
heroku-spaces@2.0.13
heroku-status@2.1.0

Same result.

@nitinsurana
Copy link

Facing the same issue +1

@ransombriggs
Copy link
Contributor

@mulchy @nitinsurana Sorry for the delayed response, but I have not been able to reproduce this locally. Thank you for the link that you posted, it should help me debug things from your side. Would either of you feel comfortable using tcpdump to analyze things from your side? I ran it locally and could not find any records > 512 which seems to be the underlying issue. Basically open two windows, one running sudo tcpdump -n udp port 53 and do a heroku login in the other one and look for DNS requests for api.heroku.com. By comparing your results and mine, we should be able to track down the issue.

@ransombriggs
Copy link
Contributor

Could you also check .heroku/error.log to see if there is a backtrack for this?

@nitinsurana
Copy link

Here is what I get when running tcp dump in another terminal simultaneously :

listening on pktap, link-type PKTAP (Packet Tap), capture size 65535 bytes
23:18:59.690498 IP 10.5.51.6.55821 > 10.5.48.1.53: 41898+ AAAA? api.heroku.com. (32)
23:18:59.690597 IP 10.5.51.6.59713 > 10.5.48.1.53: 14354+ A? api.heroku.com. (32)
23:18:59.752743 IP 10.5.48.1.53 > 10.5.51.6.59713: 14354 5/13/12 CNAME api-default.herokussl.com., CNAME elb027033-298234319.us-east-1.elb.amazonaws.com., A 184.72.252.139, A 184.73.210.26, A 107.21.218.33 (590)
23:18:59.753033 IP 10.5.51.6.59223 > 8.8.8.8.53: 50342+ A? api.heroku.com. (32)
23:18:59.762949 IP 10.5.48.1.53 > 10.5.51.6.55821: 41898 2/13/18 CNAME api-default.herokussl.com., CNAME elb027033-298234319.us-east-1.elb.amazonaws.com. (638)
23:18:59.763242 IP 10.5.51.6.64155 > 8.8.8.8.53: 1810+ AAAA? api.heroku.com. (32)
23:18:59.814722 IP 8.8.8.8.53 > 10.5.51.6.59223: 50342 5/13/12 CNAME api-default.herokussl.com., CNAME elb027033-298234319.us-east-1.elb.amazonaws.com., A 184.73.210.26, A 107.21.218.33, A 184.72.252.139 (590)
23:18:59.815017 IP 10.5.51.6.60397 > 182.48.200.3.53: 33497+ A? api.heroku.com. (32)
23:18:59.819883 IP 8.8.8.8.53 > 10.5.51.6.64155: 1810 2/13/18 CNAME api-default.herokussl.com., CNAME elb027033-298234319.us-east-1.elb.amazonaws.com. (638)
23:18:59.820154 IP 10.5.51.6.52105 > 182.48.200.3.53: 36652+ AAAA? api.heroku.com. (32)
23:18:59.836964 IP 182.48.200.3.53 > 10.5.51.6.52105: 36652 2/13/18 CNAME api-default.herokussl.com., CNAME elb027033-298234319.us-east-1.elb.amazonaws.com. (638)
23:18:59.837226 IP 10.5.51.6.51644 > 10.5.48.1.53: 22146+ AAAA? api.heroku.com. (32)
23:18:59.888274 IP 182.48.200.3.53 > 10.5.51.6.60397: 33497 5/13/12 CNAME api-default.herokussl.com., CNAME elb027033-298234319.us-east-1.elb.amazonaws.com., A 184.72.252.139, A 184.73.210.26, A 107.21.218.33 (590)
23:18:59.888551 IP 10.5.51.6.50689 > 10.5.48.1.53: 17390+ A? api.heroku.com. (32)
23:18:59.926014 IP 10.5.48.1.53 > 10.5.51.6.50689: 17390 5/13/12 CNAME api-default.herokussl.com., CNAME elb027033-298234319.us-east-1.elb.amazonaws.com., A 184.72.252.139, A 184.73.210.26, A 107.21.218.33 (590)
23:18:59.926299 IP 10.5.51.6.56341 > 8.8.8.8.53: 27109+ A? api.heroku.com. (32)
23:18:59.937704 IP 8.8.8.8.53 > 10.5.51.6.56341: 27109 5/13/12 CNAME api-default.herokussl.com., CNAME elb027033-298234319.us-east-1.elb.amazonaws.com., A 184.72.252.139, A 184.73.210.26, A 107.21.218.33 (590)
23:18:59.937970 IP 10.5.51.6.58545 > 182.48.200.3.53: 19093+ A? api.heroku.com. (32)
23:18:59.942408 IP 182.48.200.3.53 > 10.5.51.6.58545: 19093 5/13/12 CNAME api-default.herokussl.com., CNAME elb027033-298234319.us-east-1.elb.amazonaws.com., A 184.72.252.139, A 184.73.210.26, A 107.21.218.33 (590)
23:19:01.915862 IP 10.5.48.1.53 > 10.5.51.6.51644: 22146 2/13/18 CNAME api-default.herokussl.com., CNAME elb027033-298234319.us-east-1.elb.amazonaws.com. (638)
23:19:01.916192 IP 10.5.51.6.61857 > 8.8.8.8.53: 48067+ AAAA? api.heroku.com. (32)
23:19:02.006935 IP 8.8.8.8.53 > 10.5.51.6.61857: 48067 2/13/18 CNAME api-default.herokussl.com., CNAME elb027033-298234319.us-east-1.elb.amazonaws.com. (638)
23:19:02.007213 IP 10.5.51.6.51084 > 182.48.200.3.53: 55301+ AAAA? api.heroku.com. (32)
23:19:02.114018 IP 182.48.200.3.53 > 10.5.51.6.51084: 55301 2/13/18 CNAME api-default.herokussl.com., CNAME elb027033-298234319.us-east-1.elb.amazonaws.com. (638)

And below is the content of error.log file

2016/02/25 02:30:18 heroku-cli: Adding dependencies...
2016/02/25 02:32:19  done
2016/02/25 02:32:19 heroku-cli: Installing core plugins...
2016/02/25 02:35:15  done
2016/02/25 02:52:33 Email: 
2016/02/25 02:52:40  ▸    Post https://api.heroku.com/login: dial tcp: lookup api.heroku.com on 182.48.200.3:53: cannot unmarshal DNS message
2016/02/25 02:52:43 Email: 
2016/02/25 02:52:49  ▸    Post https://api.heroku.com/login: dial tcp: lookup api.heroku.com on 182.48.200.3:53: cannot unmarshal DNS message
2016/02/25 02:56:25 Email: 
2016/02/25 02:56:29  ▸    Post https://api.heroku.com/login: dial tcp: lookup api.heroku.com on 182.48.200.3:53: cannot unmarshal DNS message
2016/02/25 02:56:40 Email: 
2016/02/25 02:56:48  ▸    Post https://api.heroku.com/login: dial tcp: lookup api.heroku.com on 182.48.200.3:53: cannot unmarshal DNS message
2016/02/25 23:18:23 Email: 
2016/02/25 23:18:30  ▸    Post https://api.heroku.com/login: dial tcp: lookup api.heroku.com on 182.48.200.3:53: cannot unmarshal DNS message
2016/02/25 23:18:31  ▸    Error updating CLI
2016/02/25 23:18:31  ▸    Get https://cli-assets.heroku.com/master/manifest.json: dial tcp: lookup cli-assets.heroku.com on 182.48.200.3:53: cannot unmarshal DNS message
2016/02/25 23:18:31 Updating plugins... 
2016/02/25 23:18:38 no plugins to update.
2016/02/25 23:18:55 Email: 
2016/02/25 23:19:02  ▸    Post https://api.heroku.com/login: dial tcp: lookup api.heroku.com on 182.48.200.3:53: cannot unmarshal DNS message

@ransombriggs
Copy link
Contributor

@nitinsurana thanks so much for your tcpdump, I updated my dns to 8.8.8.8, but was not able to recreate. Could you please run dig api.heroku.com and paste in the results as well, I am still trying to figure out why we get different results.

14:15:32.741510 IP 192.168.0.32.53802 > 8.8.8.8.53: 63763+ AAAA? api.heroku.com. (32)
14:15:32.741628 IP 192.168.0.32.60581 > 8.8.8.8.53: 59232+ A? api.heroku.com. (32)
14:15:32.843849 IP 8.8.8.8.53 > 192.168.0.32.53802: 63763 2/1/0 CNAME api-default.herokussl.com., CNAME elb027033-298234319.us-east-1.elb.amazonaws.com. (208)
14:15:32.853168 IP 8.8.8.8.53 > 192.168.0.32.60581: 59232 5/0/0 CNAME api-default.herokussl.com., CNAME elb027033-298234319.us-east-1.elb.amazonaws.com., A 184.73.210.26, A 107.21.218.33, A 184.72.252.139 (174)

@nitinsurana
Copy link

It works at my office though. At home wifi, will run the dig command tonight and paste the results here.

@mulchy
Copy link
Author

mulchy commented Feb 26, 2016

@ransombriggs I am having the opposite problem of @nitinsurana, and can only reproduce this at work. :) I will check and see if I am still facing the issue tomorrow. If I am understanding the situation correctly, some DNS server (potentially totally unrelated to Heroku) is not following the spec and sending too large of a message? Maybe this is not even really a Heroku cli issue?

@ransombriggs
Copy link
Contributor

@mulchy I was originally thinking the same thing, that it was a misconfigured DNS server outside of our control. But the fact that @nitinsurana is using 8.8.8.8 made me want to investigate this further, as I suspect there is a decently large group of people that use the Google public DNS. As for why I get a different size response from 8.8.8.8, I need to investigate that further, thinking possibly it is a configuration setting. Wanted to get just a little more information before I take this issue to a true DNS expert.

@nitinsurana
Copy link

Here is the output of dig command

➜  ~ dig api.heroku.com

; <<>> DiG 9.8.3-P1 <<>> api.heroku.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 46954
;; flags: qr rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 13, ADDITIONAL: 11

;; QUESTION SECTION:
;api.heroku.com.            IN  A

;; ANSWER SECTION:
api.heroku.com.     8   IN  CNAME   api-default.herokussl.com.
api-default.herokussl.com. 3578 IN  CNAME   elb027033-298234319.us-east-1.elb.amazonaws.com.
elb027033-298234319.us-east-1.elb.amazonaws.com. 37 IN A 184.72.252.139
elb027033-298234319.us-east-1.elb.amazonaws.com. 37 IN A 107.21.218.33
elb027033-298234319.us-east-1.elb.amazonaws.com. 37 IN A 184.73.210.26

;; AUTHORITY SECTION:
com.            138529  IN  NS  c.gtld-servers.net.
com.            138529  IN  NS  m.gtld-servers.net.
com.            138529  IN  NS  f.gtld-servers.net.
com.            138529  IN  NS  l.gtld-servers.net.
com.            138529  IN  NS  k.gtld-servers.net.
com.            138529  IN  NS  h.gtld-servers.net.
com.            138529  IN  NS  i.gtld-servers.net.
com.            138529  IN  NS  e.gtld-servers.net.
com.            138529  IN  NS  g.gtld-servers.net.
com.            138529  IN  NS  a.gtld-servers.net.
com.            138529  IN  NS  j.gtld-servers.net.
com.            138529  IN  NS  d.gtld-servers.net.
com.            138529  IN  NS  b.gtld-servers.net.

;; ADDITIONAL SECTION:
c.gtld-servers.net. 141913  IN  A   192.26.92.30
f.gtld-servers.net. 133428  IN  A   192.35.51.30
k.gtld-servers.net. 133428  IN  A   192.52.178.30
h.gtld-servers.net. 51694   IN  A   192.54.112.30
i.gtld-servers.net. 41069   IN  A   192.43.172.30
e.gtld-servers.net. 41519   IN  A   192.12.94.30
g.gtld-servers.net. 127468  IN  A   192.42.93.30
a.gtld-servers.net. 74193   IN  A   192.5.6.30
j.gtld-servers.net. 133428  IN  A   192.48.79.30
d.gtld-servers.net. 138529  IN  A   192.31.80.30
b.gtld-servers.net. 138529  IN  A   192.33.14.30

;; Query time: 3 msec
;; SERVER: 10.5.48.1#53(10.5.48.1)
;; WHEN: Fri Feb 26 23:39:21 2016
;; MSG SIZE  rcvd: 574

@jdx
Copy link
Contributor

jdx commented Feb 26, 2016

@ransombriggs I get this (not sure if this is helpful or not)

   ~/s/g/h/elephant   testing  dig api.heroku.com

; <<>> DiG 9.8.3-P1 <<>> api.heroku.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 37822
;; flags: qr rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;api.heroku.com.                        IN      A

;; ANSWER SECTION:
api.heroku.com.         29      IN      CNAME   api-default.herokussl.com.
api-default.herokussl.com. 3599 IN      CNAME   elb027033-298234319.us-east-1.elb.amazonaws.com.
elb027033-298234319.us-east-1.elb.amazonaws.com. 59 IN A 184.73.210.26
elb027033-298234319.us-east-1.elb.amazonaws.com. 59 IN A 107.21.218.33
elb027033-298234319.us-east-1.elb.amazonaws.com. 59 IN A 184.72.252.139

;; Query time: 116 msec
;; SERVER: 10.0.1.1#53(10.0.1.1)
;; WHEN: Fri Feb 26 10:22:14 2016
;; MSG SIZE  rcvd: 174

@mulchy
Copy link
Author

mulchy commented Feb 26, 2016

output of tcpdump -n udp port 53 while running heroku login

13:19:09.355894 IP 10.100.100.147.64155 > 10.100.100.1.53: 27+ PTR? 147.100.100.10.in-addr.arpa. (45)
13:19:09.359504 IP 10.100.100.1.53 > 10.100.100.147.64155: 27 NXDomain 0/0/0 (45)
13:19:22.319199 IP 10.100.100.147.54184 > 10.100.100.1.53: 2418+ AAAA? api.heroku.com. (32)
13:19:22.319295 IP 10.100.100.147.62557 > 10.100.100.1.53: 48490+ A? api.heroku.com. (32)
13:19:22.346962 IP 10.100.100.1.53 > 10.100.100.147.54184: 2418 2/13/18 CNAME api-default.herokussl.com., CNAME elb027033-298234319.us-east-1.elb.amazonaws.com. (638)
13:19:22.347435 IP 10.100.100.147.60304 > 10.100.100.1.53: 61923+ AAAA? api.heroku.com. (32)
13:19:22.354385 IP 10.100.100.1.53 > 10.100.100.147.62557: 48490 5/13/12 CNAME api-default.herokussl.com., CNAME elb027033-298234319.us-east-1.elb.amazonaws.com., A 184.73.210.26, A 107.21.218.33, A 184.72.252.139 (590)
13:19:22.354817 IP 10.100.100.147.58530 > 10.100.100.1.53: 2847+ A? api.heroku.com. (32)
13:19:22.365210 IP 10.100.100.1.53 > 10.100.100.147.60304: 61923 2/13/18 CNAME api-default.herokussl.com., CNAME elb027033-298234319.us-east-1.elb.amazonaws.com. (638)
13:19:22.371825 IP 10.100.100.1.53 > 10.100.100.147.58530: 2847 5/13/12 CNAME api-default.herokussl.com., CNAME elb027033-298234319.us-east-1.elb.amazonaws.com., A 184.72.252.139, A 184.73.210.26, A 107.21.218.33 (590)

If I am reading this output correctly it looks like the amazon servers are sending responses larger than 512 bytes.

output of dig api.heroku.com (very similar to others)

; <<>> DiG 9.8.3-P1 <<>> api.heroku.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 53844
;; flags: qr rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 13, ADDITIONAL: 12

;; QUESTION SECTION:
;api.heroku.com.            IN  A

;; ANSWER SECTION:
api.heroku.com.     30  IN  CNAME   api-default.herokussl.com.
api-default.herokussl.com. 1203 IN  CNAME   elb027033-298234319.us-east-1.elb.amazonaws.com.
elb027033-298234319.us-east-1.elb.amazonaws.com. 60 IN A 184.73.210.26
elb027033-298234319.us-east-1.elb.amazonaws.com. 60 IN A 107.21.218.33
elb027033-298234319.us-east-1.elb.amazonaws.com. 60 IN A 184.72.252.139

;; AUTHORITY SECTION:
com.            148892  IN  NS  m.gtld-servers.net.
com.            148892  IN  NS  a.gtld-servers.net.
com.            148892  IN  NS  b.gtld-servers.net.
com.            148892  IN  NS  c.gtld-servers.net.
com.            148892  IN  NS  d.gtld-servers.net.
com.            148892  IN  NS  e.gtld-servers.net.
com.            148892  IN  NS  f.gtld-servers.net.
com.            148892  IN  NS  g.gtld-servers.net.
com.            148892  IN  NS  h.gtld-servers.net.
com.            148892  IN  NS  i.gtld-servers.net.
com.            148892  IN  NS  j.gtld-servers.net.
com.            148892  IN  NS  k.gtld-servers.net.
com.            148892  IN  NS  l.gtld-servers.net.

;; ADDITIONAL SECTION:
a.gtld-servers.net. 79047   IN  A   192.5.6.30
b.gtld-servers.net. 79047   IN  A   192.33.14.30
c.gtld-servers.net. 79047   IN  A   192.26.92.30
d.gtld-servers.net. 79047   IN  A   192.31.80.30
e.gtld-servers.net. 79047   IN  A   192.12.94.30
f.gtld-servers.net. 79047   IN  A   192.35.51.30
g.gtld-servers.net. 79047   IN  A   192.42.93.30
h.gtld-servers.net. 79047   IN  A   192.54.112.30
i.gtld-servers.net. 79047   IN  A   192.43.172.30
j.gtld-servers.net. 79047   IN  A   192.48.79.30
k.gtld-servers.net. 79047   IN  A   192.52.178.30
l.gtld-servers.net. 9860    IN  A   192.41.162.30

;; Query time: 73 msec
;; SERVER: 10.100.100.1#53(10.100.100.1)
;; WHEN: Fri Feb 26 13:49:06 2016
;; MSG SIZE  rcvd: 590

@ransombriggs
Copy link
Contributor

@mulchy @nitinsurana Could you please run the following commands? We recently updated Go from 1.5.3 to 1.6 and I want to make sure that you still have the DNS issue with the updated version of the compiler.

rm ~/.heroku/heroku-cli`
heroku update
heroku version

@ransombriggs
Copy link
Contributor

@nitinsurana Could you also run this as well, I noticed that you get a response too large from the Google Public DNS, but the dig example from before went against your local DNS. Being able to use a publicly available DNS server as an example will make debugging easier. Also, what is your exact OS version?

dig @8.8.8.8 api.heroku.com

@ransombriggs
Copy link
Contributor

@mulchy @nitinsurana I was doing some more research into the problems you were having when a co-worker pointed me to the following issue golang/go#6464 which indicates that the go dns resolver does not support edns which would explain your problem. I turned off the netgo compilation flag, which we had enabled to try and fix this issue #1886 which I will try and fix in a different manner. Could you please run the following commands to verify you have heroku-cli/4.27.25 and let me know if this fixed your problem.

rm ~/.heroku/heroku-cli`
heroku update
heroku version

@mulchy
Copy link
Author

mulchy commented Mar 1, 2016

After upgrading

heroku-toolbelt/3.42.33 (x86_64-darwin15) ruby/2.3.0
heroku-cli/4.27.25-3b727e5 (amd64-darwin) go1.6
=== Installed Plugins
heroku-apps@1.2.4
heroku-cli-addons@0.2.1
heroku-fork@4.1.1
heroku-git@2.4.5
heroku-local@4.1.7
heroku-orgs@1.0.1
heroku-pipelines@1.0.2
heroku-run@2.9.2
heroku-spaces@2.0.14
heroku-status@2.1.0

I still see DNS messages over 512 bytes coming through, but I am able to login successfully. I would recommend closing this issue.

output of tcpdump -n udp port 53

15:12:58.804120 IP 10.100.100.138.29397 > 10.100.100.1.53: 13631+ A? mail.google.com. (33)
15:12:58.809097 IP 10.100.100.1.53 > 10.100.100.138.29397: 13631 2/4/4 CNAME googlemail.l.google.com., A 216.58.216.69 (212)
15:13:04.548089 IP 10.100.100.138.23500 > 10.100.100.1.53: 20553+ A? chatenabled.mail.google.com. (45)
15:13:04.555518 IP 10.100.100.1.53 > 10.100.100.138.23500: 20553 2/4/4 CNAME b.googlemail.l.google.com., A 216.58.216.71 (226)
15:13:05.217354 IP 10.100.100.138.60040 > 10.100.100.1.53: 46445+ A? api.heroku.com. (32)
15:13:05.217614 IP 10.100.100.138.57162 > 10.100.100.1.53: 60529+ AAAA? api.heroku.com. (32)
15:13:05.288676 IP 10.100.100.1.53 > 10.100.100.138.57162: 60529 3/13/13 CNAME midgard.heroku.com., CNAME midgard.herokussl.com., CNAME elb072391-1995917250.us-east-1.elb.amazonaws.com. (577)
15:13:05.288681 IP 10.100.100.1.53 > 10.100.100.138.60040: 46445 5/13/13 CNAME api-default.herokussl.com., CNAME elb027033-298234319.us-east-1.elb.amazonaws.com., A 184.73.210.26, A 107.21.218.33, A 184.72.252.139 (606)
15:13:05.289833 IP 10.100.100.138.51542 > 10.100.100.1.53: 39120+ A? elb027033-298234319.us-east-1.elb.amazonaws.com. (65)
15:13:05.289920 IP 10.100.100.138.59981 > 10.100.100.1.53: 30044+ AAAA? elb027033-298234319.us-east-1.elb.amazonaws.com. (65)
15:13:05.394461 IP 10.100.100.1.53 > 10.100.100.138.51542: 39120 3/4/4 A 184.72.252.139, A 184.73.210.26, A 107.21.218.33 (314)
15:13:05.510434 IP 10.100.100.1.53 > 10.100.100.138.59981: 30044 0/4/4 (266)
15:13:07.681505 IP 10.100.100.138.51649 > 10.100.100.1.53: 4785+ PTR? 138.100.100.10.in-addr.arpa. (45)
15:13:07.684785 IP 10.100.100.1.53 > 10.100.100.138.51649: 4785 NXDomain 0/0/0 (45)
15:13:20.072595 IP 10.100.100.138.53571 > 10.100.100.1.53: 48573+ A? 0.docs.google.com. (35)
15:13:20.121894 IP 10.100.100.1.53 > 10.100.100.138.53571: 48573 2/4/4 CNAME browserchannel-docs.l.google.com., A 173.194.197.189 (223)

@mulchy
Copy link
Author

mulchy commented Mar 1, 2016

Also thanks so much for your help @ransombriggs!

@ransombriggs
Copy link
Contributor

@mulchy thanks for all your debugging help, glad to hear this worked!

@nitinsurana
Copy link

After upgrading heroku-toolbelt using heroku update, I'm able to login successfully.
Thanks for all the help.

@ransombriggs
Copy link
Contributor

Good to hear!

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

4 participants