You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: