Auto update from PufferPanel
This commit is contained in:
773
errors.log
773
errors.log
@@ -1962,3 +1962,776 @@ future: <Task finished name='Task-1772' coro=<schedule_reminders.<locals>.delete
|
||||
Traceback (most recent call last):
|
||||
File "/home/container/main.py", line 1738, in delete_expired_event
|
||||
TypeError: can't subtract offset-naive and offset-aware datetimes
|
||||
01.05.2026 22:30:00 | ERROR | Ошибка при удалении сообщения:
|
||||
Traceback (most recent call last):
|
||||
File "/pufferpanel/main.py", line 1750, in delete_expired_event
|
||||
msg = await channel.fetch_message(poll_msg_id)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/disnake/abc.py", line 1864, in fetch_message
|
||||
data = await self._state.http.get_message(channel.id, id)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/disnake/http.py", line 421, in request
|
||||
raise NotFound(response, data)
|
||||
disnake.errors.NotFound: 404 Not Found (error code: 10008): Unknown Message
|
||||
02.05.2026 19:30:00 | ERROR | Ошибка при удалении сообщения:
|
||||
Traceback (most recent call last):
|
||||
File "/pufferpanel/main.py", line 1750, in delete_expired_event
|
||||
msg = await channel.fetch_message(poll_msg_id)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/disnake/abc.py", line 1864, in fetch_message
|
||||
data = await self._state.http.get_message(channel.id, id)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/disnake/http.py", line 421, in request
|
||||
raise NotFound(response, data)
|
||||
disnake.errors.NotFound: 404 Not Found (error code: 10008): Unknown Message
|
||||
02.05.2026 22:30:00 | ERROR | Ошибка при удалении сообщения:
|
||||
Traceback (most recent call last):
|
||||
File "/pufferpanel/main.py", line 1750, in delete_expired_event
|
||||
msg = await channel.fetch_message(poll_msg_id)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/disnake/abc.py", line 1864, in fetch_message
|
||||
data = await self._state.http.get_message(channel.id, id)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/disnake/http.py", line 421, in request
|
||||
raise NotFound(response, data)
|
||||
disnake.errors.NotFound: 404 Not Found (error code: 10008): Unknown Message
|
||||
07.05.2026 12:16:55 | ERROR | Attempting a reconnect in 0.18s
|
||||
Traceback (most recent call last):
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1532, in _create_direct_connection
|
||||
hosts = await self._resolve_host(host, port, traces=traces)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1148, in _resolve_host
|
||||
return await asyncio.shield(resolved_host_task)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1179, in _resolve_host_with_throttle
|
||||
addrs = await self._resolver.resolve(host, port, family=self._family)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/resolver.py", line 40, in resolve
|
||||
infos = await self._loop.getaddrinfo(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
...<5 lines>...
|
||||
)
|
||||
^
|
||||
File "/usr/local/lib/python3.14/asyncio/base_events.py", line 936, in getaddrinfo
|
||||
return await self.run_in_executor(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
None, getaddr_func, host, port, family, type, proto, flags)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.14/concurrent/futures/thread.py", line 86, in run
|
||||
result = ctx.run(self.task)
|
||||
File "/usr/local/lib/python3.14/concurrent/futures/thread.py", line 73, in run
|
||||
return fn(*args, **kwargs)
|
||||
File "/usr/local/lib/python3.14/socket.py", line 983, in getaddrinfo
|
||||
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
|
||||
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
socket.gaierror: [Errno -3] Temporary failure in name resolution
|
||||
|
||||
The above exception was the direct cause of the following exception:
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/disnake/client.py", line 1116, in connect
|
||||
self.ws = await asyncio.wait_for(coro, timeout=60.0)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.14/asyncio/tasks.py", line 488, in wait_for
|
||||
return await fut
|
||||
^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/disnake/gateway.py", line 418, in from_client
|
||||
socket = await client.http.ws_connect(gateway)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/disnake/http.py", line 264, in ws_connect
|
||||
return await self.__session.ws_connect(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
...<10 lines>...
|
||||
)
|
||||
^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/client.py", line 1076, in _ws_connect
|
||||
resp = await self.request(
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
...<11 lines>...
|
||||
)
|
||||
^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/client.py", line 779, in _request
|
||||
resp = await handler(req)
|
||||
^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/client.py", line 734, in _connect_and_send_request
|
||||
conn = await self._connector.connect(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
req, traces=traces, timeout=real_timeout
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
)
|
||||
^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 642, in connect
|
||||
proto = await self._create_connection(req, traces, timeout)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1209, in _create_connection
|
||||
_, proto = await self._create_direct_connection(req, traces, timeout)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1538, in _create_direct_connection
|
||||
raise ClientConnectorDNSError(req.connection_key, exc) from exc
|
||||
aiohttp.client_exceptions.ClientConnectorDNSError: Cannot connect to host gateway-us-east1-c.discord.gg:443 ssl:default [Temporary failure in name resolution]
|
||||
07.05.2026 12:17:15 | ERROR | Attempting a reconnect in 2.55s
|
||||
Traceback (most recent call last):
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1532, in _create_direct_connection
|
||||
hosts = await self._resolve_host(host, port, traces=traces)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1148, in _resolve_host
|
||||
return await asyncio.shield(resolved_host_task)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1179, in _resolve_host_with_throttle
|
||||
addrs = await self._resolver.resolve(host, port, family=self._family)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/resolver.py", line 40, in resolve
|
||||
infos = await self._loop.getaddrinfo(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
...<5 lines>...
|
||||
)
|
||||
^
|
||||
File "/usr/local/lib/python3.14/asyncio/base_events.py", line 936, in getaddrinfo
|
||||
return await self.run_in_executor(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
None, getaddr_func, host, port, family, type, proto, flags)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.14/concurrent/futures/thread.py", line 86, in run
|
||||
result = ctx.run(self.task)
|
||||
File "/usr/local/lib/python3.14/concurrent/futures/thread.py", line 73, in run
|
||||
return fn(*args, **kwargs)
|
||||
File "/usr/local/lib/python3.14/socket.py", line 983, in getaddrinfo
|
||||
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
|
||||
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
socket.gaierror: [Errno -3] Temporary failure in name resolution
|
||||
|
||||
The above exception was the direct cause of the following exception:
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/disnake/client.py", line 1116, in connect
|
||||
self.ws = await asyncio.wait_for(coro, timeout=60.0)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.14/asyncio/tasks.py", line 488, in wait_for
|
||||
return await fut
|
||||
^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/disnake/gateway.py", line 418, in from_client
|
||||
socket = await client.http.ws_connect(gateway)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/disnake/http.py", line 264, in ws_connect
|
||||
return await self.__session.ws_connect(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
...<10 lines>...
|
||||
)
|
||||
^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/client.py", line 1076, in _ws_connect
|
||||
resp = await self.request(
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
...<11 lines>...
|
||||
)
|
||||
^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/client.py", line 779, in _request
|
||||
resp = await handler(req)
|
||||
^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/client.py", line 734, in _connect_and_send_request
|
||||
conn = await self._connector.connect(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
req, traces=traces, timeout=real_timeout
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
)
|
||||
^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 642, in connect
|
||||
proto = await self._create_connection(req, traces, timeout)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1209, in _create_connection
|
||||
_, proto = await self._create_direct_connection(req, traces, timeout)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1538, in _create_direct_connection
|
||||
raise ClientConnectorDNSError(req.connection_key, exc) from exc
|
||||
aiohttp.client_exceptions.ClientConnectorDNSError: Cannot connect to host gateway.discord.gg:443 ssl:default [Temporary failure in name resolution]
|
||||
07.05.2026 12:17:38 | ERROR | Attempting a reconnect in 4.77s
|
||||
Traceback (most recent call last):
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1532, in _create_direct_connection
|
||||
hosts = await self._resolve_host(host, port, traces=traces)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1148, in _resolve_host
|
||||
return await asyncio.shield(resolved_host_task)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1179, in _resolve_host_with_throttle
|
||||
addrs = await self._resolver.resolve(host, port, family=self._family)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/resolver.py", line 40, in resolve
|
||||
infos = await self._loop.getaddrinfo(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
...<5 lines>...
|
||||
)
|
||||
^
|
||||
File "/usr/local/lib/python3.14/asyncio/base_events.py", line 936, in getaddrinfo
|
||||
return await self.run_in_executor(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
None, getaddr_func, host, port, family, type, proto, flags)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.14/concurrent/futures/thread.py", line 86, in run
|
||||
result = ctx.run(self.task)
|
||||
File "/usr/local/lib/python3.14/concurrent/futures/thread.py", line 73, in run
|
||||
return fn(*args, **kwargs)
|
||||
File "/usr/local/lib/python3.14/socket.py", line 983, in getaddrinfo
|
||||
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
|
||||
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
socket.gaierror: [Errno -3] Temporary failure in name resolution
|
||||
|
||||
The above exception was the direct cause of the following exception:
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/disnake/client.py", line 1116, in connect
|
||||
self.ws = await asyncio.wait_for(coro, timeout=60.0)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.14/asyncio/tasks.py", line 488, in wait_for
|
||||
return await fut
|
||||
^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/disnake/gateway.py", line 418, in from_client
|
||||
socket = await client.http.ws_connect(gateway)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/disnake/http.py", line 264, in ws_connect
|
||||
return await self.__session.ws_connect(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
...<10 lines>...
|
||||
)
|
||||
^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/client.py", line 1076, in _ws_connect
|
||||
resp = await self.request(
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
...<11 lines>...
|
||||
)
|
||||
^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/client.py", line 779, in _request
|
||||
resp = await handler(req)
|
||||
^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/client.py", line 734, in _connect_and_send_request
|
||||
conn = await self._connector.connect(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
req, traces=traces, timeout=real_timeout
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
)
|
||||
^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 642, in connect
|
||||
proto = await self._create_connection(req, traces, timeout)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1209, in _create_connection
|
||||
_, proto = await self._create_direct_connection(req, traces, timeout)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1538, in _create_direct_connection
|
||||
raise ClientConnectorDNSError(req.connection_key, exc) from exc
|
||||
aiohttp.client_exceptions.ClientConnectorDNSError: Cannot connect to host gateway.discord.gg:443 ssl:default [Temporary failure in name resolution]
|
||||
07.05.2026 12:18:02 | ERROR | Attempting a reconnect in 5.86s
|
||||
Traceback (most recent call last):
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1532, in _create_direct_connection
|
||||
hosts = await self._resolve_host(host, port, traces=traces)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1148, in _resolve_host
|
||||
return await asyncio.shield(resolved_host_task)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1179, in _resolve_host_with_throttle
|
||||
addrs = await self._resolver.resolve(host, port, family=self._family)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/resolver.py", line 40, in resolve
|
||||
infos = await self._loop.getaddrinfo(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
...<5 lines>...
|
||||
)
|
||||
^
|
||||
File "/usr/local/lib/python3.14/asyncio/base_events.py", line 936, in getaddrinfo
|
||||
return await self.run_in_executor(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
None, getaddr_func, host, port, family, type, proto, flags)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.14/concurrent/futures/thread.py", line 86, in run
|
||||
result = ctx.run(self.task)
|
||||
File "/usr/local/lib/python3.14/concurrent/futures/thread.py", line 73, in run
|
||||
return fn(*args, **kwargs)
|
||||
File "/usr/local/lib/python3.14/socket.py", line 983, in getaddrinfo
|
||||
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
|
||||
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
socket.gaierror: [Errno -3] Temporary failure in name resolution
|
||||
|
||||
The above exception was the direct cause of the following exception:
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/disnake/client.py", line 1116, in connect
|
||||
self.ws = await asyncio.wait_for(coro, timeout=60.0)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.14/asyncio/tasks.py", line 488, in wait_for
|
||||
return await fut
|
||||
^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/disnake/gateway.py", line 418, in from_client
|
||||
socket = await client.http.ws_connect(gateway)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/disnake/http.py", line 264, in ws_connect
|
||||
return await self.__session.ws_connect(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
...<10 lines>...
|
||||
)
|
||||
^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/client.py", line 1076, in _ws_connect
|
||||
resp = await self.request(
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
...<11 lines>...
|
||||
)
|
||||
^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/client.py", line 779, in _request
|
||||
resp = await handler(req)
|
||||
^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/client.py", line 734, in _connect_and_send_request
|
||||
conn = await self._connector.connect(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
req, traces=traces, timeout=real_timeout
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
)
|
||||
^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 642, in connect
|
||||
proto = await self._create_connection(req, traces, timeout)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1209, in _create_connection
|
||||
_, proto = await self._create_direct_connection(req, traces, timeout)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1538, in _create_direct_connection
|
||||
raise ClientConnectorDNSError(req.connection_key, exc) from exc
|
||||
aiohttp.client_exceptions.ClientConnectorDNSError: Cannot connect to host gateway.discord.gg:443 ssl:default [Temporary failure in name resolution]
|
||||
07.05.2026 12:18:28 | ERROR | Attempting a reconnect in 12.86s
|
||||
Traceback (most recent call last):
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1532, in _create_direct_connection
|
||||
hosts = await self._resolve_host(host, port, traces=traces)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1148, in _resolve_host
|
||||
return await asyncio.shield(resolved_host_task)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1179, in _resolve_host_with_throttle
|
||||
addrs = await self._resolver.resolve(host, port, family=self._family)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/resolver.py", line 40, in resolve
|
||||
infos = await self._loop.getaddrinfo(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
...<5 lines>...
|
||||
)
|
||||
^
|
||||
File "/usr/local/lib/python3.14/asyncio/base_events.py", line 936, in getaddrinfo
|
||||
return await self.run_in_executor(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
None, getaddr_func, host, port, family, type, proto, flags)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.14/concurrent/futures/thread.py", line 86, in run
|
||||
result = ctx.run(self.task)
|
||||
File "/usr/local/lib/python3.14/concurrent/futures/thread.py", line 73, in run
|
||||
return fn(*args, **kwargs)
|
||||
File "/usr/local/lib/python3.14/socket.py", line 983, in getaddrinfo
|
||||
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
|
||||
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
socket.gaierror: [Errno -3] Temporary failure in name resolution
|
||||
|
||||
The above exception was the direct cause of the following exception:
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/disnake/client.py", line 1116, in connect
|
||||
self.ws = await asyncio.wait_for(coro, timeout=60.0)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.14/asyncio/tasks.py", line 488, in wait_for
|
||||
return await fut
|
||||
^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/disnake/gateway.py", line 418, in from_client
|
||||
socket = await client.http.ws_connect(gateway)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/disnake/http.py", line 264, in ws_connect
|
||||
return await self.__session.ws_connect(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
...<10 lines>...
|
||||
)
|
||||
^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/client.py", line 1076, in _ws_connect
|
||||
resp = await self.request(
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
...<11 lines>...
|
||||
)
|
||||
^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/client.py", line 779, in _request
|
||||
resp = await handler(req)
|
||||
^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/client.py", line 734, in _connect_and_send_request
|
||||
conn = await self._connector.connect(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
req, traces=traces, timeout=real_timeout
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
)
|
||||
^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 642, in connect
|
||||
proto = await self._create_connection(req, traces, timeout)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1209, in _create_connection
|
||||
_, proto = await self._create_direct_connection(req, traces, timeout)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1538, in _create_direct_connection
|
||||
raise ClientConnectorDNSError(req.connection_key, exc) from exc
|
||||
aiohttp.client_exceptions.ClientConnectorDNSError: Cannot connect to host gateway.discord.gg:443 ssl:default [Temporary failure in name resolution]
|
||||
07.05.2026 12:19:01 | ERROR | Attempting a reconnect in 16.32s
|
||||
Traceback (most recent call last):
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1532, in _create_direct_connection
|
||||
hosts = await self._resolve_host(host, port, traces=traces)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1148, in _resolve_host
|
||||
return await asyncio.shield(resolved_host_task)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1179, in _resolve_host_with_throttle
|
||||
addrs = await self._resolver.resolve(host, port, family=self._family)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/resolver.py", line 40, in resolve
|
||||
infos = await self._loop.getaddrinfo(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
...<5 lines>...
|
||||
)
|
||||
^
|
||||
File "/usr/local/lib/python3.14/asyncio/base_events.py", line 936, in getaddrinfo
|
||||
return await self.run_in_executor(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
None, getaddr_func, host, port, family, type, proto, flags)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.14/concurrent/futures/thread.py", line 86, in run
|
||||
result = ctx.run(self.task)
|
||||
File "/usr/local/lib/python3.14/concurrent/futures/thread.py", line 73, in run
|
||||
return fn(*args, **kwargs)
|
||||
File "/usr/local/lib/python3.14/socket.py", line 983, in getaddrinfo
|
||||
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
|
||||
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
socket.gaierror: [Errno -3] Temporary failure in name resolution
|
||||
|
||||
The above exception was the direct cause of the following exception:
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/disnake/client.py", line 1116, in connect
|
||||
self.ws = await asyncio.wait_for(coro, timeout=60.0)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.14/asyncio/tasks.py", line 488, in wait_for
|
||||
return await fut
|
||||
^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/disnake/gateway.py", line 418, in from_client
|
||||
socket = await client.http.ws_connect(gateway)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/disnake/http.py", line 264, in ws_connect
|
||||
return await self.__session.ws_connect(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
...<10 lines>...
|
||||
)
|
||||
^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/client.py", line 1076, in _ws_connect
|
||||
resp = await self.request(
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
...<11 lines>...
|
||||
)
|
||||
^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/client.py", line 779, in _request
|
||||
resp = await handler(req)
|
||||
^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/client.py", line 734, in _connect_and_send_request
|
||||
conn = await self._connector.connect(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
req, traces=traces, timeout=real_timeout
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
)
|
||||
^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 642, in connect
|
||||
proto = await self._create_connection(req, traces, timeout)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1209, in _create_connection
|
||||
_, proto = await self._create_direct_connection(req, traces, timeout)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1538, in _create_direct_connection
|
||||
raise ClientConnectorDNSError(req.connection_key, exc) from exc
|
||||
aiohttp.client_exceptions.ClientConnectorDNSError: Cannot connect to host gateway.discord.gg:443 ssl:default [Temporary failure in name resolution]
|
||||
07.05.2026 12:19:37 | ERROR | Attempting a reconnect in 39.95s
|
||||
Traceback (most recent call last):
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1532, in _create_direct_connection
|
||||
hosts = await self._resolve_host(host, port, traces=traces)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1148, in _resolve_host
|
||||
return await asyncio.shield(resolved_host_task)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1179, in _resolve_host_with_throttle
|
||||
addrs = await self._resolver.resolve(host, port, family=self._family)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/resolver.py", line 40, in resolve
|
||||
infos = await self._loop.getaddrinfo(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
...<5 lines>...
|
||||
)
|
||||
^
|
||||
File "/usr/local/lib/python3.14/asyncio/base_events.py", line 936, in getaddrinfo
|
||||
return await self.run_in_executor(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
None, getaddr_func, host, port, family, type, proto, flags)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.14/concurrent/futures/thread.py", line 86, in run
|
||||
result = ctx.run(self.task)
|
||||
File "/usr/local/lib/python3.14/concurrent/futures/thread.py", line 73, in run
|
||||
return fn(*args, **kwargs)
|
||||
File "/usr/local/lib/python3.14/socket.py", line 983, in getaddrinfo
|
||||
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
|
||||
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
socket.gaierror: [Errno -3] Temporary failure in name resolution
|
||||
|
||||
The above exception was the direct cause of the following exception:
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/disnake/client.py", line 1116, in connect
|
||||
self.ws = await asyncio.wait_for(coro, timeout=60.0)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.14/asyncio/tasks.py", line 488, in wait_for
|
||||
return await fut
|
||||
^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/disnake/gateway.py", line 418, in from_client
|
||||
socket = await client.http.ws_connect(gateway)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/disnake/http.py", line 264, in ws_connect
|
||||
return await self.__session.ws_connect(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
...<10 lines>...
|
||||
)
|
||||
^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/client.py", line 1076, in _ws_connect
|
||||
resp = await self.request(
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
...<11 lines>...
|
||||
)
|
||||
^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/client.py", line 779, in _request
|
||||
resp = await handler(req)
|
||||
^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/client.py", line 734, in _connect_and_send_request
|
||||
conn = await self._connector.connect(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
req, traces=traces, timeout=real_timeout
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
)
|
||||
^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 642, in connect
|
||||
proto = await self._create_connection(req, traces, timeout)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1209, in _create_connection
|
||||
_, proto = await self._create_direct_connection(req, traces, timeout)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1538, in _create_direct_connection
|
||||
raise ClientConnectorDNSError(req.connection_key, exc) from exc
|
||||
aiohttp.client_exceptions.ClientConnectorDNSError: Cannot connect to host gateway.discord.gg:443 ssl:default [Temporary failure in name resolution]
|
||||
07.05.2026 12:20:37 | ERROR | Attempting a reconnect in 62.40s
|
||||
Traceback (most recent call last):
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1532, in _create_direct_connection
|
||||
hosts = await self._resolve_host(host, port, traces=traces)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1148, in _resolve_host
|
||||
return await asyncio.shield(resolved_host_task)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1179, in _resolve_host_with_throttle
|
||||
addrs = await self._resolver.resolve(host, port, family=self._family)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/resolver.py", line 40, in resolve
|
||||
infos = await self._loop.getaddrinfo(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
...<5 lines>...
|
||||
)
|
||||
^
|
||||
File "/usr/local/lib/python3.14/asyncio/base_events.py", line 936, in getaddrinfo
|
||||
return await self.run_in_executor(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
None, getaddr_func, host, port, family, type, proto, flags)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.14/concurrent/futures/thread.py", line 86, in run
|
||||
result = ctx.run(self.task)
|
||||
File "/usr/local/lib/python3.14/concurrent/futures/thread.py", line 73, in run
|
||||
return fn(*args, **kwargs)
|
||||
File "/usr/local/lib/python3.14/socket.py", line 983, in getaddrinfo
|
||||
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
|
||||
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
socket.gaierror: [Errno -3] Temporary failure in name resolution
|
||||
|
||||
The above exception was the direct cause of the following exception:
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/disnake/client.py", line 1116, in connect
|
||||
self.ws = await asyncio.wait_for(coro, timeout=60.0)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.14/asyncio/tasks.py", line 488, in wait_for
|
||||
return await fut
|
||||
^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/disnake/gateway.py", line 418, in from_client
|
||||
socket = await client.http.ws_connect(gateway)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/disnake/http.py", line 264, in ws_connect
|
||||
return await self.__session.ws_connect(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
...<10 lines>...
|
||||
)
|
||||
^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/client.py", line 1076, in _ws_connect
|
||||
resp = await self.request(
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
...<11 lines>...
|
||||
)
|
||||
^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/client.py", line 779, in _request
|
||||
resp = await handler(req)
|
||||
^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/client.py", line 734, in _connect_and_send_request
|
||||
conn = await self._connector.connect(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
req, traces=traces, timeout=real_timeout
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
)
|
||||
^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 642, in connect
|
||||
proto = await self._create_connection(req, traces, timeout)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1209, in _create_connection
|
||||
_, proto = await self._create_direct_connection(req, traces, timeout)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1538, in _create_direct_connection
|
||||
raise ClientConnectorDNSError(req.connection_key, exc) from exc
|
||||
aiohttp.client_exceptions.ClientConnectorDNSError: Cannot connect to host gateway.discord.gg:443 ssl:default [Temporary failure in name resolution]
|
||||
07.05.2026 12:22:00 | ERROR | Attempting a reconnect in 302.09s
|
||||
Traceback (most recent call last):
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1532, in _create_direct_connection
|
||||
hosts = await self._resolve_host(host, port, traces=traces)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1148, in _resolve_host
|
||||
return await asyncio.shield(resolved_host_task)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1179, in _resolve_host_with_throttle
|
||||
addrs = await self._resolver.resolve(host, port, family=self._family)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/resolver.py", line 40, in resolve
|
||||
infos = await self._loop.getaddrinfo(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
...<5 lines>...
|
||||
)
|
||||
^
|
||||
File "/usr/local/lib/python3.14/asyncio/base_events.py", line 936, in getaddrinfo
|
||||
return await self.run_in_executor(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
None, getaddr_func, host, port, family, type, proto, flags)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.14/concurrent/futures/thread.py", line 86, in run
|
||||
result = ctx.run(self.task)
|
||||
File "/usr/local/lib/python3.14/concurrent/futures/thread.py", line 73, in run
|
||||
return fn(*args, **kwargs)
|
||||
File "/usr/local/lib/python3.14/socket.py", line 983, in getaddrinfo
|
||||
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
|
||||
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
socket.gaierror: [Errno -3] Temporary failure in name resolution
|
||||
|
||||
The above exception was the direct cause of the following exception:
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/disnake/client.py", line 1116, in connect
|
||||
self.ws = await asyncio.wait_for(coro, timeout=60.0)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.14/asyncio/tasks.py", line 488, in wait_for
|
||||
return await fut
|
||||
^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/disnake/gateway.py", line 418, in from_client
|
||||
socket = await client.http.ws_connect(gateway)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/disnake/http.py", line 264, in ws_connect
|
||||
return await self.__session.ws_connect(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
...<10 lines>...
|
||||
)
|
||||
^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/client.py", line 1076, in _ws_connect
|
||||
resp = await self.request(
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
...<11 lines>...
|
||||
)
|
||||
^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/client.py", line 779, in _request
|
||||
resp = await handler(req)
|
||||
^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/client.py", line 734, in _connect_and_send_request
|
||||
conn = await self._connector.connect(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
req, traces=traces, timeout=real_timeout
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
)
|
||||
^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 642, in connect
|
||||
proto = await self._create_connection(req, traces, timeout)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1209, in _create_connection
|
||||
_, proto = await self._create_direct_connection(req, traces, timeout)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1538, in _create_direct_connection
|
||||
raise ClientConnectorDNSError(req.connection_key, exc) from exc
|
||||
aiohttp.client_exceptions.ClientConnectorDNSError: Cannot connect to host gateway.discord.gg:443 ssl:default [Temporary failure in name resolution]
|
||||
07.05.2026 12:27:22 | ERROR | Attempting a reconnect in 1015.58s
|
||||
Traceback (most recent call last):
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1532, in _create_direct_connection
|
||||
hosts = await self._resolve_host(host, port, traces=traces)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1148, in _resolve_host
|
||||
return await asyncio.shield(resolved_host_task)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1179, in _resolve_host_with_throttle
|
||||
addrs = await self._resolver.resolve(host, port, family=self._family)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/resolver.py", line 40, in resolve
|
||||
infos = await self._loop.getaddrinfo(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
...<5 lines>...
|
||||
)
|
||||
^
|
||||
File "/usr/local/lib/python3.14/asyncio/base_events.py", line 936, in getaddrinfo
|
||||
return await self.run_in_executor(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
None, getaddr_func, host, port, family, type, proto, flags)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.14/concurrent/futures/thread.py", line 86, in run
|
||||
result = ctx.run(self.task)
|
||||
File "/usr/local/lib/python3.14/concurrent/futures/thread.py", line 73, in run
|
||||
return fn(*args, **kwargs)
|
||||
File "/usr/local/lib/python3.14/socket.py", line 983, in getaddrinfo
|
||||
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
|
||||
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
socket.gaierror: [Errno -3] Temporary failure in name resolution
|
||||
|
||||
The above exception was the direct cause of the following exception:
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/disnake/client.py", line 1116, in connect
|
||||
self.ws = await asyncio.wait_for(coro, timeout=60.0)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.14/asyncio/tasks.py", line 488, in wait_for
|
||||
return await fut
|
||||
^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/disnake/gateway.py", line 418, in from_client
|
||||
socket = await client.http.ws_connect(gateway)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/disnake/http.py", line 264, in ws_connect
|
||||
return await self.__session.ws_connect(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
...<10 lines>...
|
||||
)
|
||||
^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/client.py", line 1076, in _ws_connect
|
||||
resp = await self.request(
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
...<11 lines>...
|
||||
)
|
||||
^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/client.py", line 779, in _request
|
||||
resp = await handler(req)
|
||||
^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/client.py", line 734, in _connect_and_send_request
|
||||
conn = await self._connector.connect(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
req, traces=traces, timeout=real_timeout
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
)
|
||||
^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 642, in connect
|
||||
proto = await self._create_connection(req, traces, timeout)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1209, in _create_connection
|
||||
_, proto = await self._create_direct_connection(req, traces, timeout)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1538, in _create_direct_connection
|
||||
raise ClientConnectorDNSError(req.connection_key, exc) from exc
|
||||
aiohttp.client_exceptions.ClientConnectorDNSError: Cannot connect to host gateway.discord.gg:443 ssl:default [Temporary failure in name resolution]
|
||||
|
||||
Reference in New Issue
Block a user