Traceback (most recent call last):
  File "aiohttp\connector.py", line 999, in _create_direct_connection
  File "aiohttp\connector.py", line 865, in _resolve_host
  File "aiohttp\resolver.py", line 31, in resolve
  File "asyncio\base_events.py", line 825, in getaddrinfo
  File "concurrent\futures\thread.py", line 57, in run
  File "electrum\dns_hacks.py", line 104, in _fast_getaddrinfo
  File "electrum\dns_hacks.py", line 104, in <listcomp>
  File "socket.py", line 918, in getaddrinfo
socket.gaierror: [Errno 11004] getaddrinfo failed

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "C:\Program Files (x86)\Electrum\electrum\plugins\trustedcoin\trustedcoin.py", line 153, in send_request
    response = Network.send_http_on_proxy(method, url,
  File "electrum\network.py", line 1322, in send_http_on_proxy
  File "concurrent\futures\_base.py", line 439, in result
  File "concurrent\futures\_base.py", line 388, in __get_result
  File "electrum\network.py", line 1299, in _send_http_on_proxy
  File "aiohttp\client.py", line 1117, in __aenter__
  File "aiohttp\client.py", line 520, in _request
  File "aiohttp\connector.py", line 535, in connect
  File "aiohttp\connector.py", line 892, in _create_connection
  File "aiohttp\connector.py", line 1011, in _create_direct_connection
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host api.trustedcoin.com:443 ssl:default [getaddrinfo failed]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Program Files (x86)\Electrum\electrum\plugins\trustedcoin\qt.py", line 256, in request_TOS
    tos = server.get_terms_of_service()
  File "C:\Program Files (x86)\Electrum\electrum\plugins\trustedcoin\trustedcoin.py", line 181, in get_terms_of_service
    return self.send_request('get', 'tos', payload)
  File "C:\Program Files (x86)\Electrum\electrum\plugins\trustedcoin\trustedcoin.py", line 169, in send_request
    raise ErrorConnectingServer(e)
electrum.plugins.trustedcoin.trustedcoin.ErrorConnectingServer: Error connecting to TrustedCoin server:
ClientConnectorError(ConnectionKey(host='api.trustedcoin.com', port=443, is_ssl=True, ssl=None, proxy=None, proxy_auth=None, proxy_headers_hash=1762175011), gaierror(11004, 'getaddrinfo failed'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "electrum\util.py", line 1063, in run_with_except_hook
  File "threading.py", line 870, in run
  File "C:\Program Files (x86)\Electrum\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