Traceback (most recent call last):
  File "/tmp/.mount_electrqIdw0F/usr/lib/python3.9/site-packages/electrum/plugins/trustedcoin/trustedcoin.py", line 156, in send_request
    response = Network.send_http_on_proxy(method, url,
  File "/tmp/.mount_electrqIdw0F/usr/lib/python3.9/site-packages/electrum/network.py", line 1383, in send_http_on_proxy
    return coro.result()
  File "/tmp/.mount_electrqIdw0F/usr/lib/python3.9/concurrent/futures/_base.py", line 446, in result
    return self.__get_result()
  File "/tmp/.mount_electrqIdw0F/usr/lib/python3.9/concurrent/futures/_base.py", line 391, in __get_result
    raise self._exception
  File "/tmp/.mount_electrqIdw0F/usr/lib/python3.9/site-packages/electrum/network.py", line 1360, in async_send_http_on_proxy
    async with session.get(url, params=params, headers=headers) as resp:
  File "/tmp/.mount_electrqIdw0F/usr/lib/python3.9/site-packages/aiohttp/client.py", line 1141, in __aenter__
    self._resp = await self._coro
  File "/tmp/.mount_electrqIdw0F/usr/lib/python3.9/site-packages/aiohttp/client.py", line 637, in _request
    break
  File "/tmp/.mount_electrqIdw0F/usr/lib/python3.9/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 "/tmp/.mount_electrqIdw0F/usr/lib/python3.9/site-packages/electrum/plugins/trustedcoin/qt.py", line 258, in request_TOS
    tos = server.get_terms_of_service()
  File "/tmp/.mount_electrqIdw0F/usr/lib/python3.9/site-packages/electrum/plugins/trustedcoin/trustedcoin.py", line 184, in get_terms_of_service
    return self.send_request('get', 'tos', payload)
  File "/tmp/.mount_electrqIdw0F/usr/lib/python3.9/site-packages/electrum/plugins/trustedcoin/trustedcoin.py", line 172, 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 "/tmp/.mount_electrqIdw0F/usr/lib/python3.9/site-packages/electrum/util.py", line 1230, in run_with_except_hook
    run_original(*args2, **kwargs2)
  File "/tmp/.mount_electrqIdw0F/usr/lib/python3.9/threading.py", line 917, in run
    self._target(*self._args, **self._kwargs)
  File "/tmp/.mount_electrqIdw0F/usr/lib/python3.9/site-packages/electrum/plugins/trustedcoin/qt.py", line 261, 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