Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't register a user #7

Closed
lowks opened this issue Apr 26, 2014 · 5 comments
Closed

Can't register a user #7

lowks opened this issue Apr 26, 2014 · 5 comments

Comments

@lowks
Copy link

lowks commented Apr 26, 2014

When I try to register I get this error:

Registering...
Registration of user lowks failed (http_error)
{:failed_connect, [{:to_address, {'hex.pm', 443}}, {:inet, [:inet], :nxdomain}]}
@ericmj
Copy link
Member

ericmj commented Apr 26, 2014

You get this error if your DNS doesn't find hex.pm. It seems to be working for me.

Can you access hex.pm via your browser? What is the output from $ nslookup hex.pm or $ host hex.pm?

@lowks
Copy link
Author

lowks commented Apr 26, 2014

Output:

lowks@lowkster:~/Downloads/hex> host hex.pm
hex.pm has address 107.21.201.194
hex.pm has address 107.20.206.230
hex.pm has address 107.21.248.163

@lowks
Copy link
Author

lowks commented Apr 26, 2014

nslookup:

lowks@lowkster:~/Downloads/hex> nslookup hex.pm
Server:         8.8.8.8
Address:        8.8.8.8#53

Non-authoritative answer:
Name:   hex.pm
Address: 107.21.248.163
Name:   hex.pm
Address: 107.20.206.230
Name:   hex.pm
Address: 107.21.201.194

@ericmj
Copy link
Member

ericmj commented Apr 26, 2014

It seems to find hex.pm so I don't know why it doesn't work for you :/.

@lowks
Copy link
Author

lowks commented Apr 27, 2014

I finally got this sorted out. Noticed that I had a few entries in /etc/resolv.conf and taking out all the entries leaving only one solved it. Wonder if this is an upstream (Elixir) bug ?

@ericmj ericmj closed this as completed Apr 27, 2014
kianmeng pushed a commit to kianmeng/hex that referenced this issue Aug 6, 2022
hexpm#6 0.1.3 enhancements, improve cli user feedback, Makefile, cargo fmt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants