Auto update from PufferPanel

This commit is contained in:
2026-05-23 18:36:36 +00:00
parent 42ffc82599
commit 505c7dd3e1
4 changed files with 1320 additions and 17 deletions

View File

@@ -1962,3 +1962,776 @@ future: <Task finished name='Task-1772' coro=<schedule_reminders.<locals>.delete
Traceback (most recent call last): Traceback (most recent call last):
File "/home/container/main.py", line 1738, in delete_expired_event File "/home/container/main.py", line 1738, in delete_expired_event
TypeError: can't subtract offset-naive and offset-aware datetimes 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]

View File

@@ -159,5 +159,472 @@
] ]
}, },
"poll_msg_id": 1489701264223899702 "poll_msg_id": 1489701264223899702
},
"echotvt20260408_2000": {
"event": {
"name": "ECHO LTvT",
"start_time": "2026-04-08T20:00:00"
},
"votes": {
"✅": [
278007533552009216,
267314456105582593,
629667692806406179,
372011095499603968
],
"❌": [
286822667162746880,
416588555159207937,
374264675019390978,
470907856313647114,
403999525917818891,
300334330050510859,
1221385300098682880,
1417127649725251645,
195263475189153793,
471992744106262528,
1486090455488794794,
1122518438267588729,
464707043358670848,
305741103724756993
],
"🤔": [
337304997085708288,
1035998745361391636,
226642233821102080,
441142301377429514
]
},
"poll_msg_id": 1491326877888024687
},
"echottvt20260409_2000": {
"event": {
"name": "ECHO Mihon_TTvT",
"start_time": "2026-04-09T20:00:00"
},
"votes": {
"✅": [
337304997085708288,
300334330050510859,
226642233821102080,
372011095499603968,
629667692806406179,
832904534049292309,
305741103724756993
],
"❌": [
286822667162746880,
374264675019390978,
470907856313647114,
416588555159207937,
441142301377429514,
195263475189153793,
403999525917818891,
1417127649725251645,
471992744106262528,
464707043358670848
],
"🤔": [
1035998745361391636
]
},
"poll_msg_id": 1491697501697216522
},
"echotvt20260412_1800": {
"event": {
"name": "ECHO TvT",
"start_time": "2026-04-12T18:00:00"
},
"votes": {
"✅": [
286822667162746880,
1221385300098682880,
195263475189153793,
372011095499603968,
337304997085708288,
226642233821102080,
471992744106262528
],
"❌": [
416588555159207937,
470907856313647114,
629667692806406179,
1035998745361391636,
441142301377429514,
441992840902344714
],
"🤔": [
300334330050510859
]
},
"poll_msg_id": 1492787481836392540
},
"echotvt20260415_2000": {
"event": {
"name": "ECHO LTvT",
"start_time": "2026-04-15T20:00:00"
},
"votes": {
"✅": [],
"❌": [
286822667162746880,
403999525917818891,
300334330050510859,
337304997085708288,
416588555159207937,
1221385300098682880,
470907856313647114,
372011095499603968,
441142301377429514,
471992744106262528,
305741103724756993,
629667692806406179
],
"🤔": [
226642233821102080
]
},
"poll_msg_id": 1493806592674762884
},
"echottvt20260416_2000": {
"event": {
"name": "ECHO Mihon_TTvT",
"start_time": "2026-04-16T20:00:00"
},
"votes": {
"✅": [
278007533552009216,
305741103724756993,
1035998745361391636,
337304997085708288,
629667692806406179,
195263475189153793
],
"❌": [
286822667162746880,
403999525917818891,
416588555159207937,
470907856313647114,
1221385300098682880,
1417127649725251645,
441142301377429514,
471992744106262528,
372011095499603968
],
"🤔": [
226642233821102080,
300334330050510859,
441992840902344714
]
},
"poll_msg_id": 1494223825317924924
},
"echotvt20260419_1800": {
"event": {
"name": "ECHO TvT",
"start_time": "2026-04-19T18:00:00"
},
"votes": {
"✅": [
286822667162746880,
195263475189153793,
226642233821102080,
629667692806406179,
337304997085708288,
278007533552009216,
305741103724756993,
660219187846840340,
471992744106262528
],
"❌": [
416588555159207937,
374264675019390978,
1035998745361391636,
372011095499603968,
470907856313647114,
441142301377429514,
464707043358670848,
441992840902344714,
1221385300098682880
],
"🤔": []
},
"poll_msg_id": 1495266887825887393
},
"echotvt20260426_1800": {
"event": {
"name": "ECHO TvT",
"start_time": "2026-04-26T18:00:00"
},
"votes": {
"✅": [
337304997085708288,
226642233821102080,
403999525917818891,
951803670142537738,
372011095499603968,
1221385300098682880,
305741103724756993,
278007533552009216
],
"❌": [
470907856313647114,
416588555159207937,
441142301377429514,
286822667162746880,
660219187846840340
],
"🤔": [
629667692806406179,
300334330050510859
]
},
"poll_msg_id": 1497868766866968608
},
"echotvt20260429_2000": {
"event": {
"name": "ECHO LTvT",
"start_time": "2026-04-29T20:00:00"
},
"votes": {
"✅": [
951803670142537738
],
"❌": [
286822667162746880,
471992744106262528,
300334330050510859,
416588555159207937,
226642233821102080,
470907856313647114,
1417127649725251645,
629667692806406179,
337304997085708288
],
"🤔": [
660219187846840340,
372011095499603968,
374264675019390978
]
},
"poll_msg_id": 1498953247736725564
},
"echottvt20260430_2000": {
"event": {
"name": "ECHO Mihon_TTvT",
"start_time": "2026-04-30T20:00:00"
},
"votes": {
"✅": [
300334330050510859,
278007533552009216,
471992744106262528,
1035998745361391636,
357556829116432394,
305741103724756993,
1122518438267588729,
337304997085708288
],
"❌": [
286822667162746880,
416588555159207937,
1417127649725251645,
403999525917818891
],
"🤔": [
372011095499603968,
226642233821102080
]
},
"poll_msg_id": 1499282752938184745
},
"echotvt20260506_2000": {
"event": {
"name": "ECHO LTvT",
"start_time": "2026-05-06T20:00:00"
},
"votes": {
"✅": [
951803670142537738
],
"❌": [
286822667162746880,
403999525917818891,
300334330050510859,
470907856313647114,
226642233821102080,
441142301377429514,
416588555159207937,
629667692806406179
],
"🤔": [
374264675019390978,
337304997085708288,
1305954939163377777,
441992840902344714,
357556829116432394
]
},
"poll_msg_id": 1501413306739458149
},
"echotvt20260510_1800": {
"event": {
"name": "ECHO TvT",
"start_time": "2026-05-10T18:00:00"
},
"votes": {
"✅": [
1083115812598055013,
471992744106262528,
337304997085708288,
470907856313647114,
694641411064332333,
305741103724756993,
1122518438267588729
],
"❌": [
416588555159207937,
403999525917818891,
195263475189153793,
1417127649725251645,
286822667162746880,
951803670142537738,
1033751985373069362
],
"🤔": [
1035998745361391636
]
},
"poll_msg_id": 1502931203345350878
},
"echottvt20260514_2000": {
"event": {
"name": "ECHO Mihon_TTvT",
"start_time": "2026-05-14T20:00:00"
},
"votes": {
"✅": [
300334330050510859,
629667692806406179,
441992840902344714,
694641411064332333,
1486090455488794794
],
"❌": [
286822667162746880,
337304997085708288,
226642233821102080,
305741103724756993,
470907856313647114,
1083115812598055013,
951803670142537738,
372011095499603968,
416588555159207937,
441142301377429514,
195263475189153793,
857711118424080435,
471992744106262528
],
"🤔": [
1305954939163377777,
834686410735747103
]
},
"poll_msg_id": 1504354925990252634
},
"echotvt20260517_1800": {
"event": {
"name": "ECHO TvT",
"start_time": "2026-05-17T18:00:00"
},
"votes": {
"✅": [
471992744106262528,
286822667162746880,
629667692806406179,
337304997085708288,
1083115812598055013,
694641411064332333,
470907856313647114,
834686410735747103,
300334330050510859
],
"❌": [
987742728471347220,
416588555159207937,
1305954939163377777,
195263475189153793,
374264675019390978,
857711118424080435
],
"🤔": [
1486090455488794794
]
},
"poll_msg_id": 1505292909807665303
},
"event20260523_1630": {
"event": {
"name": "AS VDV PSG (23.05.2026 16:30)",
"start_time": "2026-05-23T16:30:00+03:00"
},
"votes": {
"✅": [
629667692806406179,
305741103724756993,
286822667162746880,
195263475189153793,
337304997085708288
],
"❌": [
470907856313647114,
441142301377429514,
987742728471347220,
372011095499603968,
857711118424080435,
416588555159207937,
1486090455488794794,
694641411064332333,
403999525917818891,
834686410735747103
],
"🤔": [
441992840902344714,
374264675019390978
]
},
"poll_msg_id": 1507458270993055957
},
"echotvt20260523_1930": {
"event": {
"name": "ECHO TvT (23.05.2026 19:30)",
"start_time": "2026-05-23T19:30:00+03:00"
},
"votes": {
"✅": [
305741103724756993,
471992744106262528,
337304997085708288,
286822667162746880,
195263475189153793,
1035998745361391636,
470907856313647114,
629667692806406179
],
"❌": [
374264675019390978,
987742728471347220,
416588555159207937,
441142301377429514,
372011095499603968,
403999525917818891,
694641411064332333,
834686410735747103
],
"🤔": [
1305954939163377777
]
},
"poll_msg_id": 1507639250915692624
} }
} }

View File

@@ -302,5 +302,25 @@
"1477287243529060513": { "1477287243529060513": {
"applicant_id": 660219187846840340, "applicant_id": 660219187846840340,
"resolved": true "resolved": true
},
"1495798586607272109": {
"applicant_id": 951803670142537738,
"resolved": true
},
"1499080049976934421": {
"applicant_id": 357556829116432394,
"resolved": true
},
"1500490708782547084": {
"applicant_id": 1305954939163377777,
"resolved": true
},
"1500508310711963818": {
"applicant_id": 987742728471347220,
"resolved": false
},
"1505197274685374604": {
"applicant_id": 857711118424080435,
"resolved": true
} }
} }

View File

@@ -1,8 +1,8 @@
{ {
"629667692806406179": { "629667692806406179": {
"xp": 4435, "xp": 6150,
"minutes": 4435, "minutes": 6150,
"level": 4, "level": 5,
"name": "[VLNKI] Свинтус Прийдет" "name": "[VLNKI] Свинтус Прийдет"
}, },
"573752997830721536": { "573752997830721536": {
@@ -16,8 +16,8 @@
"level": 3 "level": 3
}, },
"1122518438267588729": { "1122518438267588729": {
"xp": 2931, "xp": 3096,
"minutes": 2931, "minutes": 3096,
"level": 3, "level": 3,
"name": "[VLNKI] Сын чекушки(Максим)" "name": "[VLNKI] Сын чекушки(Максим)"
}, },
@@ -69,9 +69,10 @@
"minutes": 304 "minutes": 304
}, },
"403999525917818891": { "403999525917818891": {
"xp": 1290, "xp": 1393,
"minutes": 1290, "minutes": 1393,
"level": 2 "level": 2,
"name": "[VLNKI] Stunez(Даука)"
}, },
"617691559898513413": { "617691559898513413": {
"xp": 682, "xp": 682,
@@ -115,16 +116,16 @@
"minutes": 30 "minutes": 30
}, },
"470907856313647114": { "470907856313647114": {
"xp": 1454, "xp": 2431,
"minutes": 1454, "minutes": 2431,
"level": 2, "level": 2,
"name": "[VLNKI] andronm96 (Эндрю)" "name": "[VLNKI] andronm96 (Эндрю)"
}, },
"305741103724756993": { "305741103724756993": {
"xp": 2685, "xp": 4850,
"minutes": 2685, "minutes": 4850,
"name": "[VLNKI] Wagner(Dmintry)", "name": "[VLNKI] Wagner(Dmintry)",
"level": 2 "level": 4
}, },
"853723839334973440": { "853723839334973440": {
"xp": 1218, "xp": 1218,
@@ -158,11 +159,11 @@
"name": "[VLNKI] Heavy_ (Виталий)" "name": "[VLNKI] Heavy_ (Виталий)"
}, },
"471992744106262528": { "471992744106262528": {
"xp": 2133, "xp": 4229,
"minutes": 2133, "minutes": 4229,
"level": 2, "level": 3,
"last_active": "2026-01-30T19:32:42.400008+03:00", "last_active": "2026-01-30T19:32:42.400008+03:00",
"name": "[VLNKI] Scun" "name": "[VLNKI] Scan (вАДИМЫЧ)"
}, },
"827594844024471563": { "827594844024471563": {
"xp": 75, "xp": 75,
@@ -170,5 +171,47 @@
"level": 1, "level": 1,
"last_active": "2026-02-27T21:59:27.298657+03:00", "last_active": "2026-02-27T21:59:27.298657+03:00",
"name": "[VLNKI] пумба (Артём)" "name": "[VLNKI] пумба (Артём)"
},
"1035998745361391636": {
"xp": 1020,
"minutes": 1020,
"level": 2,
"last_active": "2026-04-10T19:41:25.658110+03:00",
"name": "[VLNKI] Zaserit (Дмитрий)"
},
"1221385300098682880": {
"xp": 89,
"minutes": 89,
"level": 1,
"last_active": "2026-04-11T18:41:39.638932+03:00",
"name": "[VLNKI] ratatys(MetroMan)"
},
"357556829116432394": {
"xp": 57,
"minutes": 57,
"level": 1,
"last_active": "2026-04-30T20:00:04.205325+03:00",
"name": "[VLNKI] ambasador"
},
"694641411064332333": {
"xp": 747,
"minutes": 747,
"level": 2,
"last_active": "2026-05-09T16:30:05.502534+03:00",
"name": "[VLNKI] Elay (Дима)"
},
"1305954939163377777": {
"xp": 64,
"minutes": 64,
"level": 1,
"last_active": "2026-05-15T20:55:27.256339+03:00",
"name": "[VLNKI] B Ⅸ"
},
"834686410735747103": {
"xp": 155,
"minutes": 155,
"level": 1,
"last_active": "2026-05-17T18:02:51.586010+03:00",
"name": "[VLNKI] Valenok"
} }
} }