Arceliar / yggdrasil-map

Yggdrasil network map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with running

cwchristerw opened this issue · comments

Traceback (most recent call last):
File "updateGraph.py", line 82, in
generate_graph()
File "updateGraph.py", line 33, in generate_graph
response = urllib.urlopen(url)
File "/usr/lib/python2.7/urllib.py", line 87, in urlopen
return opener.open(url)
File "/usr/lib/python2.7/urllib.py", line 213, in open
return getattr(self, name)(url)
File "/usr/lib/python2.7/urllib.py", line 350, in open_http
h.endheaders(data)
File "/usr/lib/python2.7/httplib.py", line 1038, in endheaders
self._send_output(message_body)
File "/usr/lib/python2.7/httplib.py", line 882, in _send_output
self.send(msg)
File "/usr/lib/python2.7/httplib.py", line 844, in send
self.connect()
File "/usr/lib/python2.7/httplib.py", line 821, in connect
self.timeout, self.source_address)
File "/usr/lib/python2.7/socket.py", line 575, in create_connection
raise err
IOError: [Errno socket error] [Errno 110] Connection timed out

My instance have not got any updates and have been stale. I updated Docker image and after that running code fails.