Closed yellowtownhz closed 7 years ago
Hi,
There's logging for Visdom enabled by default. Make sure that visdom is running using sudo python3 -m visdom.server
before training.
The problem is solved. It's weird.
I knew i forgot to run visdom the first time i ran the code. So i ran sudo python3.5 -m visdom.server
, then i got a similar output just as above.
i suppose maybe all i need to do is to restart the terminal.......
anyway, thank u so much for ur help!~ haha ~
No problem :)
Hi, Sorry for bothering u again :) When i ran capsule-network.py, the terminal output a list of exception about visdom during every epoch. Do u have any idea wt happened and how to deal with this problem? Thx ~
Here are the outputs of the first epoch:
yellowtown@Yellowtown:/media/yellowtown/工作/Github/capsule-networks$ python3.5 capsule_network.py
parameters: 8215568
100%|███████████████████████████████████████| 6000/6000 [05:42<00:00, 17.50it/s] [Epoch 1] Training Loss: 0.4899 (Accuracy: 95.31%) Exception in user code:
Traceback (most recent call last): File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connection.py", line 141, in _new_conn (self.host, self.port), self.timeout, **extra_kw) File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/util/connection.py", line 83, in create_connection raise err File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connectionpool.py", line 601, in urlopen chunked=chunked) File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connectionpool.py", line 357, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3.5/http/client.py", line 1106, in request self._send_request(method, url, body, headers) File "/usr/lib/python3.5/http/client.py", line 1151, in _send_request self.endheaders(body) File "/usr/lib/python3.5/http/client.py", line 1102, in endheaders self._send_output(message_body) File "/usr/lib/python3.5/http/client.py", line 934, in _send_output self.send(msg) File "/usr/lib/python3.5/http/client.py", line 877, in send self.connect() File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connection.py", line 166, in connect conn = self._new_conn() File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connection.py", line 150, in _new_conn self, "Failed to establish a new connection: %s" % e) urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f6dcb2ef7f0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/adapters.py", line 440, in send timeout=timeout File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connectionpool.py", line 639, in urlopen _stacktrace=sys.exc_info()[2]) File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/util/retry.py", line 388, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=8097): Max retries exceeded with url: /events (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6dcb2ef7f0>: Failed to establish a new connection: [Errno 111] Connection refused',))
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/home/yellowtown/.local/lib/python3.5/site-packages/visdom/init.py", line 262, in _send data=json.dumps(msg), File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/api.py", line 112, in post return request('post', url, data=data, json=json, kwargs) File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/api.py", line 58, in request return session.request(method=method, url=url, kwargs) File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/sessions.py", line 508, in request resp = self.send(prep, send_kwargs) File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/sessions.py", line 618, in send r = adapter.send(request, kwargs) File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/adapters.py", line 508, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=8097): Max retries exceeded with url: /events (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6dcb2ef7f0>: Failed to establish a new connection: [Errno 111] Connection refused',)) Exception in user code:
Traceback (most recent call last): File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connection.py", line 141, in _new_conn (self.host, self.port), self.timeout, **extra_kw) File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/util/connection.py", line 83, in create_connection raise err File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connectionpool.py", line 601, in urlopen chunked=chunked) File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connectionpool.py", line 357, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3.5/http/client.py", line 1106, in request self._send_request(method, url, body, headers) File "/usr/lib/python3.5/http/client.py", line 1151, in _send_request self.endheaders(body) File "/usr/lib/python3.5/http/client.py", line 1102, in endheaders self._send_output(message_body) File "/usr/lib/python3.5/http/client.py", line 934, in _send_output self.send(msg) File "/usr/lib/python3.5/http/client.py", line 877, in send self.connect() File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connection.py", line 166, in connect conn = self._new_conn() File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connection.py", line 150, in _new_conn self, "Failed to establish a new connection: %s" % e) urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f6dfe5f4a90>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/adapters.py", line 440, in send timeout=timeout File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connectionpool.py", line 639, in urlopen _stacktrace=sys.exc_info()[2]) File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/util/retry.py", line 388, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=8097): Max retries exceeded with url: /events (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6dfe5f4a90>: Failed to establish a new connection: [Errno 111] Connection refused',))
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/home/yellowtown/.local/lib/python3.5/site-packages/visdom/init.py", line 262, in _send data=json.dumps(msg), File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/api.py", line 112, in post return request('post', url, data=data, json=json, kwargs) File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/api.py", line 58, in request return session.request(method=method, url=url, kwargs) File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/sessions.py", line 508, in request resp = self.send(prep, send_kwargs) File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/sessions.py", line 618, in send r = adapter.send(request, kwargs) File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/adapters.py", line 508, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=8097): Max retries exceeded with url: /events (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6dfe5f4a90>: Failed to establish a new connection: [Errno 111] Connection refused',)) Exception in user code:
Traceback (most recent call last): File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connection.py", line 141, in _new_conn (self.host, self.port), self.timeout, **extra_kw) File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/util/connection.py", line 83, in create_connection raise err File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connectionpool.py", line 601, in urlopen chunked=chunked) File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connectionpool.py", line 357, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3.5/http/client.py", line 1106, in request self._send_request(method, url, body, headers) File "/usr/lib/python3.5/http/client.py", line 1151, in _send_request self.endheaders(body) File "/usr/lib/python3.5/http/client.py", line 1102, in endheaders self._send_output(message_body) File "/usr/lib/python3.5/http/client.py", line 934, in _send_output self.send(msg) File "/usr/lib/python3.5/http/client.py", line 877, in send self.connect() File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connection.py", line 166, in connect conn = self._new_conn() File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connection.py", line 150, in _new_conn self, "Failed to establish a new connection: %s" % e) urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f6dc1a59128>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/adapters.py", line 440, in send timeout=timeout File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connectionpool.py", line 639, in urlopen _stacktrace=sys.exc_info()[2]) File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/util/retry.py", line 388, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=8097): Max retries exceeded with url: /events (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6dc1a59128>: Failed to establish a new connection: [Errno 111] Connection refused',))
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/home/yellowtown/.local/lib/python3.5/site-packages/visdom/init.py", line 262, in _send data=json.dumps(msg), File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/api.py", line 112, in post return request('post', url, data=data, json=json, kwargs) File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/api.py", line 58, in request return session.request(method=method, url=url, kwargs) File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/sessions.py", line 508, in request resp = self.send(prep, send_kwargs) File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/sessions.py", line 618, in send r = adapter.send(request, kwargs) File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/adapters.py", line 508, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=8097): Max retries exceeded with url: /events (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6dc1a59128>: Failed to establish a new connection: [Errno 111] Connection refused',)) Exception in user code:
Traceback (most recent call last): File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connection.py", line 141, in _new_conn (self.host, self.port), self.timeout, **extra_kw) File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/util/connection.py", line 83, in create_connection raise err File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connectionpool.py", line 601, in urlopen chunked=chunked) File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connectionpool.py", line 357, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3.5/http/client.py", line 1106, in request self._send_request(method, url, body, headers) File "/usr/lib/python3.5/http/client.py", line 1151, in _send_request self.endheaders(body) File "/usr/lib/python3.5/http/client.py", line 1102, in endheaders self._send_output(message_body) File "/usr/lib/python3.5/http/client.py", line 934, in _send_output self.send(msg) File "/usr/lib/python3.5/http/client.py", line 877, in send self.connect() File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connection.py", line 166, in connect conn = self._new_conn() File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connection.py", line 150, in _new_conn self, "Failed to establish a new connection: %s" % e) urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f6dc1a59898>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/adapters.py", line 440, in send timeout=timeout File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connectionpool.py", line 639, in urlopen _stacktrace=sys.exc_info()[2]) File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/util/retry.py", line 388, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=8097): Max retries exceeded with url: /events (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6dc1a59898>: Failed to establish a new connection: [Errno 111] Connection refused',))
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/home/yellowtown/.local/lib/python3.5/site-packages/visdom/init.py", line 262, in _send data=json.dumps(msg), File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/api.py", line 112, in post return request('post', url, data=data, json=json, kwargs) File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/api.py", line 58, in request return session.request(method=method, url=url, kwargs) File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/sessions.py", line 508, in request resp = self.send(prep, send_kwargs) File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/sessions.py", line 618, in send r = adapter.send(request, kwargs) File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/adapters.py", line 508, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=8097): Max retries exceeded with url: /events (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6dc1a59898>: Failed to establish a new connection: [Errno 111] Connection refused',)) Exception in user code:
Traceback (most recent call last): File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connection.py", line 141, in _new_conn (self.host, self.port), self.timeout, **extra_kw) File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/util/connection.py", line 83, in create_connection raise err File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connectionpool.py", line 601, in urlopen chunked=chunked) File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connectionpool.py", line 357, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3.5/http/client.py", line 1106, in request self._send_request(method, url, body, headers) File "/usr/lib/python3.5/http/client.py", line 1151, in _send_request self.endheaders(body) File "/usr/lib/python3.5/http/client.py", line 1102, in endheaders self._send_output(message_body) File "/usr/lib/python3.5/http/client.py", line 934, in _send_output self.send(msg) File "/usr/lib/python3.5/http/client.py", line 877, in send self.connect() File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connection.py", line 166, in connect conn = self._new_conn() File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connection.py", line 150, in _new_conn self, "Failed to establish a new connection: %s" % e) urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f6dc1a59f98>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/adapters.py", line 440, in send timeout=timeout File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connectionpool.py", line 639, in urlopen _stacktrace=sys.exc_info()[2]) File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/util/retry.py", line 388, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=8097): Max retries exceeded with url: /events (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6dc1a59f98>: Failed to establish a new connection: [Errno 111] Connection refused',))
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/home/yellowtown/.local/lib/python3.5/site-packages/visdom/init.py", line 262, in _send data=json.dumps(msg), File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/api.py", line 112, in post return request('post', url, data=data, json=json, kwargs) File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/api.py", line 58, in request return session.request(method=method, url=url, kwargs) File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/sessions.py", line 508, in request resp = self.send(prep, send_kwargs) File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/sessions.py", line 618, in send r = adapter.send(request, kwargs) File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/adapters.py", line 508, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=8097): Max retries exceeded with url: /events (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6dc1a59f98>: Failed to establish a new connection: [Errno 111] Connection refused',)) [Epoch 1] Testing Loss: 0.4768 (Accuracy: 98.14%) Exception in user code:
Traceback (most recent call last): File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connection.py", line 141, in _new_conn (self.host, self.port), self.timeout, **extra_kw) File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/util/connection.py", line 83, in create_connection raise err File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connectionpool.py", line 601, in urlopen chunked=chunked) File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connectionpool.py", line 357, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3.5/http/client.py", line 1106, in request self._send_request(method, url, body, headers) File "/usr/lib/python3.5/http/client.py", line 1151, in _send_request self.endheaders(body) File "/usr/lib/python3.5/http/client.py", line 1102, in endheaders self._send_output(message_body) File "/usr/lib/python3.5/http/client.py", line 934, in _send_output self.send(msg) File "/usr/lib/python3.5/http/client.py", line 877, in send self.connect() File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connection.py", line 166, in connect conn = self._new_conn() File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connection.py", line 150, in _new_conn self, "Failed to establish a new connection: %s" % e) urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f6db8004400>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/adapters.py", line 440, in send timeout=timeout File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connectionpool.py", line 639, in urlopen _stacktrace=sys.exc_info()[2]) File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/util/retry.py", line 388, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=8097): Max retries exceeded with url: /events (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6db8004400>: Failed to establish a new connection: [Errno 111] Connection refused',))
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/home/yellowtown/.local/lib/python3.5/site-packages/visdom/init.py", line 262, in _send data=json.dumps(msg), File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/api.py", line 112, in post return request('post', url, data=data, json=json, kwargs) File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/api.py", line 58, in request return session.request(method=method, url=url, kwargs) File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/sessions.py", line 508, in request resp = self.send(prep, send_kwargs) File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/sessions.py", line 618, in send r = adapter.send(request, kwargs) File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/adapters.py", line 508, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=8097): Max retries exceeded with url: /events (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6db8004400>: Failed to establish a new connection: [Errno 111] Connection refused',)) Exception in user code:
Traceback (most recent call last): File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connection.py", line 141, in _new_conn (self.host, self.port), self.timeout, **extra_kw) File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/util/connection.py", line 83, in create_connection raise err File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connectionpool.py", line 601, in urlopen chunked=chunked) File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connectionpool.py", line 357, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3.5/http/client.py", line 1106, in request self._send_request(method, url, body, headers) File "/usr/lib/python3.5/http/client.py", line 1151, in _send_request self.endheaders(body) File "/usr/lib/python3.5/http/client.py", line 1102, in endheaders self._send_output(message_body) File "/usr/lib/python3.5/http/client.py", line 934, in _send_output self.send(msg) File "/usr/lib/python3.5/http/client.py", line 877, in send self.connect() File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connection.py", line 166, in connect conn = self._new_conn() File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connection.py", line 150, in _new_conn self, "Failed to establish a new connection: %s" % e) urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f6db8004b70>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/adapters.py", line 440, in send timeout=timeout File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/connectionpool.py", line 639, in urlopen _stacktrace=sys.exc_info()[2]) File "/home/yellowtown/.local/lib/python3.5/site-packages/urllib3/util/retry.py", line 388, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=8097): Max retries exceeded with url: /events (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6db8004b70>: Failed to establish a new connection: [Errno 111] Connection refused',))
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/home/yellowtown/.local/lib/python3.5/site-packages/visdom/init.py", line 262, in _send data=json.dumps(msg), File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/api.py", line 112, in post return request('post', url, data=data, json=json, kwargs) File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/api.py", line 58, in request return session.request(method=method, url=url, kwargs) File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/sessions.py", line 508, in request resp = self.send(prep, send_kwargs) File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/sessions.py", line 618, in send r = adapter.send(request, kwargs) File "/home/yellowtown/.local/lib/python3.5/site-packages/requests/adapters.py", line 508, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=8097): Max retries exceeded with url: /events (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6db8004b70>: Failed to establish a new connection: [Errno 111] Connection refused',))