Traceback (most recent call last):
  File "/home/ivan/.local/lib/python3.10/site-packages/electrum/plugins/trustedcoin/trustedcoin.py", line 153, in send_request
    response = Network.send_http_on_proxy(method, url,
  File "/home/ivan/.local/lib/python3.10/site-packages/electrum/network.py", line 1341, in send_http_on_proxy
    return coro.result()
  File "/usr/lib/python3.10/concurrent/futures/_base.py", line 458, in result
    return self.__get_result()
  File "/usr/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result
    raise self._exception
  File "/home/ivan/.local/lib/python3.10/site-packages/electrum/network.py", line 1318, in async_send_http_on_proxy
    async with session.get(url, params=params, headers=headers) as resp:
  File "/home/ivan/.local/lib/python3.10/site-packages/aiohttp/client.py", line 1141, in __aenter__
    self._resp = await self._coro
  File "/home/ivan/.local/lib/python3.10/site-packages/aiohttp/client.py", line 467, in _request
    with timer:
  File "/home/ivan/.local/lib/python3.10/site-packages/aiohttp/helpers.py", line 720, in __exit__
    raise asyncio.TimeoutError from None
asyncio.exceptions.TimeoutError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/ivan/.local/lib/python3.10/site-packages/electrum/plugins/trustedcoin/qt.py", line 256, in request_TOS
    tos = server.get_terms_of_service()
  File "/home/ivan/.local/lib/python3.10/site-packages/electrum/plugins/trustedcoin/trustedcoin.py", line 181, in get_terms_of_service
    return self.send_request('get', 'tos', payload)
  File "/home/ivan/.local/lib/python3.10/site-packages/electrum/plugins/trustedcoin/trustedcoin.py", line 169, in send_request
    raise ErrorConnectingServer(e)
electrum.plugins.trustedcoin.trustedcoin.ErrorConnectingServer: Error connecting to TrustedCoin server:
TimeoutError()

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/ivan/.local/lib/python3.10/site-packages/electrum/util.py", line 1159, in run_with_except_hook
    run_original(*args2, **kwargs2)
  File "/usr/lib/python3.10/threading.py", line 953, in run
    self._target(*self._args, **self._kwargs)
  File "/home/ivan/.local/lib/python3.10/site-packages/electrum/plugins/trustedcoin/qt.py", line 259, in request_TOS
    tos_e.error_signal.emit(_('Could not retrieve Terms of Service:')
RuntimeError: wrapped C/C++ object of type TOS has been deleted