Traceback (most recent call last):
  File "aiohttp\connector.py", line 980, in _wrap_create_connection
  File "asyncio\base_events.py", line 1065, in create_connection
  File "asyncio\base_events.py", line 1050, in create_connection
  File "asyncio\base_events.py", line 961, in _connect_sock
  File "asyncio\proactor_events.py", line 703, in sock_connect
  File "asyncio\windows_events.py", line 817, in _poll
  File "asyncio\windows_events.py", line 604, in finish_connect
OSError: [WinError 1231] The network location cannot be reached. For information about network troubleshooting, see Windows Help

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

Traceback (most recent call last):
  File "D:\Electrum\electrum\plugins\trustedcoin\trustedcoin.py", line 156, in send_request
    response = Network.send_http_on_proxy(method, url,
  File "electrum\network.py", line 1383, in send_http_on_proxy
  File "concurrent\futures\_base.py", line 446, in result
  File "concurrent\futures\_base.py", line 391, in __get_result
  File "electrum\network.py", line 1360, in async_send_http_on_proxy
  File "aiohttp\client.py", line 1141, in __aenter__
  File "aiohttp\client.py", line 536, in _request
  File "aiohttp\connector.py", line 540, in connect
  File "aiohttp\connector.py", line 901, in _create_connection
  File "aiohttp\connector.py", line 1206, in _create_direct_connection
  File "aiohttp\connector.py", line 1175, in _create_direct_connection
  File "aiohttp\connector.py", line 988, in _wrap_create_connection
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host api.trustedcoin.com:443 ssl:default [The network location cannot be reached. For information about network troubleshooting, see Windows Help]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\Electrum\electrum\plugins\trustedcoin\qt.py", line 258, in request_TOS
    tos = server.get_terms_of_service()
  File "D:\Electrum\electrum\plugins\trustedcoin\trustedcoin.py", line 184, in get_terms_of_service
    return self.send_request('get', 'tos', payload)
  File "D:\Electrum\electrum\plugins\trustedcoin\trustedcoin.py", line 172, 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=316164406), OSError(22, 'The network location cannot be reached. For information about network troubleshooting, see Windows Help', None, 1231, None))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "electrum\util.py", line 1231, in run_with_except_hook
  File "threading.py", line 917, in run
  File "D:\Electrum\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