Skip to content

Instantly share code, notes, and snippets.

@pcppcp
Created July 20, 2018 09:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pcppcp/ad494bfa2f5ce7706897d8ff13940b89 to your computer and use it in GitHub Desktop.
Save pcppcp/ad494bfa2f5ce7706897d8ff13940b89 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/home/xoza/.pyenv/versions/360_raiden/lib/python3.6/site-packages/urllib3/connection.py", line 171, in _new_conn
(self._dns_host, self.port), self.timeout, **extra_kw)
File "/home/xoza/.pyenv/versions/360_raiden/lib/python3.6/site-packages/urllib3/util/connection.py", line 79, in create_connection
raise err
File "/home/xoza/.pyenv/versions/360_raiden/lib/python3.6/site-packages/urllib3/util/connection.py", line 69, in create_connection
sock.connect(sa)
File "/home/xoza/.pyenv/versions/360_raiden/lib/python3.6/site-packages/gevent/_socket3.py", line 336, in connect
raise error(err, strerror(err))
TimeoutError: [Errno 110] Connection timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/xoza/.pyenv/versions/360_raiden/lib/python3.6/site-packages/urllib3/connectionpool.py", line 600, in urlopen
chunked=chunked)
File "/home/xoza/.pyenv/versions/360_raiden/lib/python3.6/site-packages/urllib3/connectionpool.py", line 343, in _make_request
self._validate_conn(conn)
File "/home/xoza/.pyenv/versions/360_raiden/lib/python3.6/site-packages/urllib3/connectionpool.py", line 849, in _validate_conn
conn.connect()
File "/home/xoza/.pyenv/versions/360_raiden/lib/python3.6/site-packages/urllib3/connection.py", line 314, in connect
conn = self._new_conn()
File "/home/xoza/.pyenv/versions/360_raiden/lib/python3.6/site-packages/urllib3/connection.py", line 180, in _new_conn
self, "Failed to establish a new connection: %s" % e)
urllib3.exceptions.NewConnectionError: <urllib3.connection.VerifiedHTTPSConnection object at 0x7f38c16d4a20>: Failed to establish a new connection: [Errno 110] Connection timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/xoza/.pyenv/versions/360_raiden/lib/python3.6/site-packages/requests/adapters.py", line 445, in send
timeout=timeout
File "/home/xoza/.pyenv/versions/360_raiden/lib/python3.6/site-packages/urllib3/connectionpool.py", line 638, in urlopen
_stacktrace=sys.exc_info()[2])
File "/home/xoza/.pyenv/versions/360_raiden/lib/python3.6/site-packages/urllib3/util/retry.py", line 398, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='transport03.raiden.network', port=443): Max retries exceeded with url: /_matrix/client/r0/rooms/%21rwzJxxfMVXpIGrbFll%3Atransport01.raiden.network/send/m.room.message/1831532079824457?access_token=MDAyOGxvY2F0aW9uIHRyYW5zcG9ydDAzLnJhaWRlbi5uZXR3b3JrCjAwMTNpZGVudGlmaWVyIGtleQowMDEwY2lkIGdlbiA9IDEKMDA1OWNpZCB1c2VyX2lkID0gQDB4OWQ0NDg0OWQ5ZTA2MTFmNmI4Y2QzNzQyY2I0NjgyOWJjZGQwNjA1Yjp0cmFuc3BvcnQwMy5yYWlkZW4ubmV0d29yawowMDE2Y2lkIHR5cGUgPSBhY2Nlc3MKMDAyMWNpZCBub25jZSA9IFNKUkZza19NYSYtOjJHcXMKMDAyZnNpZ25hdHVyZSDjyvqqQoCvwGyRTH0rv-GrI_9AXpVRNISNoTZdmeRHvwo (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f38c16d4a20>: Failed to establish a new connection: [Errno 110] Connection timed out',))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/xoza/.pyenv/versions/360_raiden/lib/python3.6/site-packages/matrix_client/api.py", line 670, in _send
verify=self.validate_cert
File "/home/xoza/.pyenv/versions/360_raiden/lib/python3.6/site-packages/requests/sessions.py", line 512, in request
resp = self.send(prep, **send_kwargs)
File "/home/xoza/.pyenv/versions/360_raiden/lib/python3.6/site-packages/requests/sessions.py", line 622, in send
r = adapter.send(request, **kwargs)
File "/home/xoza/.pyenv/versions/360_raiden/lib/python3.6/site-packages/requests/adapters.py", line 513, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='transport03.raiden.network', port=443): Max retries exceeded with url: /_matrix/client/r0/rooms/%21rwzJxxfMVXpIGrbFll%3Atransport01.raiden.network/send/m.room.message/1831532079824457?access_token=MDAyOGxvY2F0aW9uIHRyYW5zcG9ydDAzLnJhaWRlbi5uZXR3b3JrCjAwMTNpZGVudGlmaWVyIGtleQowMDEwY2lkIGdlbiA9IDEKMDA1OWNpZCB1c2VyX2lkID0gQDB4OWQ0NDg0OWQ5ZTA2MTFmNmI4Y2QzNzQyY2I0NjgyOWJjZGQwNjA1Yjp0cmFuc3BvcnQwMy5yYWlkZW4ubmV0d29yawowMDE2Y2lkIHR5cGUgPSBhY2Nlc3MKMDAyMWNpZCBub25jZSA9IFNKUkZza19NYSYtOjJHcXMKMDAyZnNpZ25hdHVyZSDjyvqqQoCvwGyRTH0rv-GrI_9AXpVRNISNoTZdmeRHvwo (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f38c16d4a20>: Failed to establish a new connection: [Errno 110] Connection timed out',))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/xoza/src/raiden/raiden/ui/cli.py", line 948, in _run_app
event.wait()
File "src/gevent/event.py", line 240, in gevent._event.Event.wait
File "src/gevent/event.py", line 140, in gevent._event._AbstractLinkable._wait
File "src/gevent/event.py", line 117, in gevent._event._AbstractLinkable._wait_core
File "src/gevent/event.py", line 119, in gevent._event._AbstractLinkable._wait_core
File "src/gevent/_greenlet_primitives.py", line 59, in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch
File "src/gevent/_greenlet_primitives.py", line 59, in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch
File "src/gevent/_greenlet_primitives.py", line 63, in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch
File "src/gevent/__greenlet_primitives.pxd", line 35, in gevent.__greenlet_primitives._greenlet_switch
matrix_client.errors.MatrixHttpLibError: Something went wrong in PUT requesting https://transport03.raiden.network/_matrix/client/r0/rooms/%21rwzJxxfMVXpIGrbFll%3Atransport01.raiden.network/send/m.room.message/1831532079824457: HTTPSConnectionPool(host='transport03.raiden.network', port=443): Max retries exceeded with url: /_matrix/client/r0/rooms/%21rwzJxxfMVXpIGrbFll%3Atransport01.raiden.network/send/m.room.message/1831532079824457?access_token=MDAyOGxvY2F0aW9uIHRyYW5zcG9ydDAzLnJhaWRlbi5uZXR3b3JrCjAwMTNpZGVudGlmaWVyIGtleQowMDEwY2lkIGdlbiA9IDEKMDA1OWNpZCB1c2VyX2lkID0gQDB4OWQ0NDg0OWQ5ZTA2MTFmNmI4Y2QzNzQyY2I0NjgyOWJjZGQwNjA1Yjp0cmFuc3BvcnQwMy5yYWlkZW4ubmV0d29yawowMDE2Y2lkIHR5cGUgPSBhY2Nlc3MKMDAyMWNpZCBub25jZSA9IFNKUkZza19NYSYtOjJHcXMKMDAyZnNpZ25hdHVyZSDjyvqqQoCvwGyRTH0rv-GrI_9AXpVRNISNoTZdmeRHvwo (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f38c16d4a20>: Failed to establish a new connection: [Errno 110] Connection timed out',))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment