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

Error: [Errno -3] Temporary failure in name resolution #29

Open
ishitat opened this issue Apr 21, 2017 · 3 comments
Open

Error: [Errno -3] Temporary failure in name resolution #29

ishitat opened this issue Apr 21, 2017 · 3 comments

Comments

@ishitat
Copy link

ishitat commented Apr 21, 2017

Getting below error when trying to run python main.py :

Traceback (most recent call last):
File "main.py", line 12, in
main()
File "main.py", line 5, in main
app = config.App(config)
File "/home/user/redis-ctl/app/core.py", line 68, in init
self.stats_client = self.init_stats_client(config)
File "/home/user/redis-ctl/app/core.py", line 169, in init_stats_client
return Client(**config.OPEN_FALCON)
File "/home/user/redis-ctl/thirdparty/openfalcon.py", line 28, in init
self.reconnect()
File "/home/user/redis-ctl/thirdparty/openfalcon.py", line 36, in reconnect
self.socket = socket.create_connection(self.write_addr)
File "/usr/lib/python2.7/socket.py", line 557, in create_connection
for res in getaddrinfo(host, port, 0, SOCK_STREAM):
socket.gaierror: [Errno -3] Temporary failure in name resolution

@zheplusplus
Copy link
Contributor

zheplusplus commented Apr 22, 2017

Temporary failure in name resolution

Seems like a problem with your DNS.

@ishitat
Copy link
Author

ishitat commented Apr 22, 2017 via email

@zheplusplus
Copy link
Contributor

What's the output of a nslookup or dig command to the domain for Open Falcon?

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