jahschwa / sibyl

a python chatbot with a focus on XBMC
GNU General Public License v3.0
7 stars 6 forks source link

matrix: unhandled exception in sync #88

Open jahschwa opened 3 years ago

jahschwa commented 3 years ago
2021-07-11 01:10:15 | matrix_c | ERR | Exception thrown during sync
Traceback (most recent call last):
  File "/home/sibyl/.local/lib/python2.7/site-packages/matrix_client/client.py", line 473, in listen_forever
    self._sync(timeout_ms)
  File "/home/sibyl/.local/lib/python2.7/site-packages/matrix_client/client.py", line 555, in _sync
    response = self.api.sync(self.sync_token, timeout_ms, filter=self.sync_filter)
  File "/home/sibyl/.local/lib/python2.7/site-packages/matrix_client/api.py", line 105, in sync
    api_path=MATRIX_V2_API_PATH)
  File "/home/sibyl/.local/lib/python2.7/site-packages/matrix_client/api.py", line 673, in _send
    raise MatrixHttpLibError(e, method, endpoint)
MatrixHttpLibError: Something went wrong in GET requesting https://terracrypt.net/_matrix/client/r0/sync: HTTPSConnectionPool(host='terracrypt.net', port=443): Max retries exceeded with url: /_matrix/client/r0/sync?[REDACTED]&timeout=30000 (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f5e0122bb10>: Failed to establish a new connection: [Errno 110] Connection timed out',))
2021-07-11 01:13:25 | matrix   | DEB | Received error from Matrix SDK, stopping listener thread: Something went wrong in GET requesting https://terracrypt.net/_matrix/client/r0/sync: HTTPSConnectionPool(host='terracrypt.net', port=443): Max retries exceeded with url: /_matrix/client/r0/sync?[REDACTED]&timeout=30000 (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f5e0122bb10>: Failed to establish a new connection: [Errno 110] Connection timed out',))