Advertisement
swimmerhair

Swimbot Error

May 9th, 2022
750
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.16 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "/home/pi/.local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
  3.     traces=traces), loop=self._loop)
  4.   File "/home/pi/.local/lib/python3.7/site-packages/aiohttp/connector.py", line 830, in _resolve_host
  5.     self._resolver.resolve(host, port, family=self._family)
  6.   File "/home/pi/.local/lib/python3.7/site-packages/aiohttp/resolver.py", line 30, in resolve
  7.     host, port, type=socket.SOCK_STREAM, family=family)
  8.   File "/usr/lib/python3.7/asyncio/base_events.py", line 789, in getaddrinfo
  9.     None, getaddr_func, host, port, family, type, proto, flags)
  10.   File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
  11.     result = self.fn(*self.args, **self.kwargs)
  12.   File "/usr/lib/python3.7/socket.py", line 748, in getaddrinfo
  13.     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  14. socket.gaierror: [Errno -2] Name or service not known
  15.  
  16. The above exception was the direct cause of the following exception:
  17.  
  18. Traceback (most recent call last):
  19.   File "/home/pi/.local/lib/python3.7/site-packages/discord/ext/commands/core.py", line 85, in wrapped
  20.     ret = await coro(*args, **kwargs)
  21.   File "/home/pi/Swimbot/cc.py", line 288, in k
  22.     f"https://archive.sunsetclash.com/cc_n/archive_fetch.php?context=member&tag={strip_search}"
  23.   File "/home/pi/.local/lib/python3.7/site-packages/aiohttp/client.py", line 1012, in __aenter__
  24.     self._resp = await self._coro
  25.   File "/home/pi/.local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
  26.     timeout=real_timeout
  27.   File "/home/pi/.local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
  28.     proto = await self._create_connection(req, traces, timeout)
  29.   File "/home/pi/.local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
  30.     req, traces, timeout)
  31.   File "/home/pi/.local/lib/python3.7/site-packages/aiohttp/connector.py", line 971, in _create_direct_connection
  32.     raise ClientConnectorError(req.connection_key, exc) from exc
  33. aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host archive.sunsetclash.com:443 ssl:default [Name or service not known]
  34.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement