Advertisement
swimmerhair

Swimbot Error

Apr 28th, 2022
896
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.27 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "/home/pi/.local/lib/python3.7/site-packages/aiohttp/connector.py", line 936, in _wrap_create_connection
  3.     return await self._loop.create_connection(*args, **kwargs)  # type: ignore  # noqa
  4.   File "/usr/lib/python3.7/asyncio/base_events.py", line 959, in create_connection
  5.     raise exceptions[0]
  6.   File "/usr/lib/python3.7/asyncio/base_events.py", line 946, in create_connection
  7.     await self.sock_connect(sock, address)
  8.   File "/usr/lib/python3.7/asyncio/selector_events.py", line 464, in sock_connect
  9.     return await fut
  10.   File "/usr/lib/python3.7/asyncio/selector_events.py", line 494, in _sock_connect_cb
  11.     raise OSError(err, f'Connect call failed {address}')
  12. TimeoutError: [Errno 110] Connect call failed ('3.217.133.234', 443)
  13.  
  14. The above exception was the direct cause of the following exception:
  15.  
  16. Traceback (most recent call last):
  17.   File "/home/pi/.local/lib/python3.7/site-packages/discord/ext/commands/core.py", line 85, in wrapped
  18.     ret = await coro(*args, **kwargs)
  19.   File "/home/pi/Swimbot/cc.py", line 288, in k
  20.     f"https://archive.sunsetclash.com/cc_n/archive_fetch.php?context=member&tag={strip_search}"
  21.   File "/home/pi/.local/lib/python3.7/site-packages/aiohttp/client.py", line 1012, in __aenter__
  22.     self._resp = await self._coro
  23.   File "/home/pi/.local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
  24.     timeout=real_timeout
  25.   File "/home/pi/.local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
  26.     proto = await self._create_connection(req, traces, timeout)
  27.   File "/home/pi/.local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
  28.     req, traces, timeout)
  29.   File "/home/pi/.local/lib/python3.7/site-packages/aiohttp/connector.py", line 1004, in _create_direct_connection
  30.     raise last_exc
  31.   File "/home/pi/.local/lib/python3.7/site-packages/aiohttp/connector.py", line 986, in _create_direct_connection
  32.     req=req, client_error=client_error)
  33.   File "/home/pi/.local/lib/python3.7/site-packages/aiohttp/connector.py", line 943, in _wrap_create_connection
  34.     raise client_error(req.connection_key, exc) from exc
  35. aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host archive.sunsetclash.com:443 ssl:default [Connect call failed ('3.217.133.234', 443)]
  36.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement