commonsense/conceptnet5

Connection Fails

ghamzak opened this issue · 0 comments

Connection to the server fails. Here is the last two lines of the error when I keyboard interrupt:

~/anaconda3/lib/python3.6/site-packages/urllib3/connection.py in _new_conn(self)
139 try:
140 conn = connection.create_connection(
--> 141 (self.host, self.port), self.timeout, **extra_kw)
142
143 except SocketTimeout as e:

~/anaconda3/lib/python3.6/site-packages/urllib3/util/connection.py in create_connection(address, timeout, source_address, socket_options)
71 if source_address:
72 sock.bind(source_address)
---> 73 sock.connect(sa)
74 return sock
75

KeyboardInterrupt: