From d82e2d28c15bd04b66de386b3c59ee6d15daeb85 Mon Sep 17 00:00:00 2001 From: hope Date: Mon, 6 Apr 2026 17:04:32 +0000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=B7=D0=B0=D0=BD=D0=BE=D0=B2=D0=BE=20=D0=B8=D0=BD=D1=84=D0=BE?= =?UTF-8?q?=D1=80=D0=BC=D0=B0=D1=86=D0=B8=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- errors.log | 1964 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1964 insertions(+) diff --git a/errors.log b/errors.log index e69de29..661bee8 100644 --- a/errors.log +++ b/errors.log @@ -0,0 +1,1964 @@ + +09.11.2025 05:38:04 | ERROR | Attempting a reconnect in 0.04s +Traceback (most recent call last): + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1532, in _create_direct_connection + hosts = await self._resolve_host(host, port, traces=traces) + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1148, in _resolve_host + return await asyncio.shield(resolved_host_task) + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1179, in _resolve_host_with_throttle + addrs = await self._resolver.resolve(host, port, family=self._family) + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/resolver.py", line 40, in resolve + infos = await self._loop.getaddrinfo( + File "/usr/lib/python3.10/asyncio/base_events.py", line 863, in getaddrinfo + return await self.run_in_executor( + File "/usr/lib/python3.10/concurrent/futures/thread.py", line 58, in run + result = self.fn(*self.args, **self.kwargs) + File "/usr/lib/python3.10/socket.py", line 955, 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 "/home/botmanager/.local/lib/python3.10/site-packages/disnake/client.py", line 1121, in connect + self.ws = await asyncio.wait_for(coro, timeout=60.0) + File "/usr/lib/python3.10/asyncio/tasks.py", line 445, in wait_for + return fut.result() + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/gateway.py", line 422, in from_client + socket = await client.http.ws_connect(gateway) + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/http.py", line 260, in ws_connect + return await self.__session.ws_connect( + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/client.py", line 1067, in _ws_connect + resp = await self.request( + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/client.py", line 770, in _request + resp = await handler(req) + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/client.py", line 725, in _connect_and_send_request + conn = await self._connector.connect( + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 642, in connect + proto = await self._create_connection(req, traces, timeout) + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1209, in _create_connection + _, proto = await self._create_direct_connection(req, traces, timeout) + File "/home/botmanager/.local/lib/python3.10/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-b.discord.gg:443 ssl:default [Temporary failure in name resolution] +09.11.2025 05:38:14 | ERROR | Attempting a reconnect in 2.57s +Traceback (most recent call last): + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1532, in _create_direct_connection + hosts = await self._resolve_host(host, port, traces=traces) + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1148, in _resolve_host + return await asyncio.shield(resolved_host_task) + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1179, in _resolve_host_with_throttle + addrs = await self._resolver.resolve(host, port, family=self._family) + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/resolver.py", line 40, in resolve + infos = await self._loop.getaddrinfo( + File "/usr/lib/python3.10/asyncio/base_events.py", line 863, in getaddrinfo + return await self.run_in_executor( + File "/usr/lib/python3.10/concurrent/futures/thread.py", line 58, in run + result = self.fn(*self.args, **self.kwargs) + File "/usr/lib/python3.10/socket.py", line 955, 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 "/home/botmanager/.local/lib/python3.10/site-packages/disnake/client.py", line 1121, in connect + self.ws = await asyncio.wait_for(coro, timeout=60.0) + File "/usr/lib/python3.10/asyncio/tasks.py", line 445, in wait_for + return fut.result() + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/gateway.py", line 422, in from_client + socket = await client.http.ws_connect(gateway) + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/http.py", line 260, in ws_connect + return await self.__session.ws_connect( + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/client.py", line 1067, in _ws_connect + resp = await self.request( + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/client.py", line 770, in _request + resp = await handler(req) + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/client.py", line 725, in _connect_and_send_request + conn = await self._connector.connect( + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 642, in connect + proto = await self._create_connection(req, traces, timeout) + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1209, in _create_connection + _, proto = await self._create_direct_connection(req, traces, timeout) + File "/home/botmanager/.local/lib/python3.10/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] +09.11.2025 05:38:24 | ERROR | Не удалось получить сообщение: +Traceback (most recent call last): + File "/home/botmanager/discordbot/main.py", line 2000, in restore_ticket_buttons + msg = await ticket_channel.fetch_message(int(msg_id)) + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/abc.py", line 1849, in fetch_message + data = await self._state.http.get_message(channel.id, id) + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/http.py", line 417, in request + raise NotFound(response, data) +disnake.errors.NotFound: 404 Not Found (error code: 10008): Unknown Message +12.11.2025 23:54:00 | ERROR | Attempting a reconnect in 0.02s +Traceback (most recent call last): + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1532, in _create_direct_connection + hosts = await self._resolve_host(host, port, traces=traces) + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1148, in _resolve_host + return await asyncio.shield(resolved_host_task) + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1179, in _resolve_host_with_throttle + addrs = await self._resolver.resolve(host, port, family=self._family) + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/resolver.py", line 40, in resolve + infos = await self._loop.getaddrinfo( + File "/usr/lib/python3.10/asyncio/base_events.py", line 863, in getaddrinfo + return await self.run_in_executor( + File "/usr/lib/python3.10/concurrent/futures/thread.py", line 58, in run + result = self.fn(*self.args, **self.kwargs) + File "/usr/lib/python3.10/socket.py", line 955, 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 "/home/botmanager/.local/lib/python3.10/site-packages/disnake/client.py", line 1121, in connect + self.ws = await asyncio.wait_for(coro, timeout=60.0) + File "/usr/lib/python3.10/asyncio/tasks.py", line 445, in wait_for + return fut.result() + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/gateway.py", line 422, in from_client + socket = await client.http.ws_connect(gateway) + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/http.py", line 260, in ws_connect + return await self.__session.ws_connect( + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/client.py", line 1067, in _ws_connect + resp = await self.request( + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/client.py", line 770, in _request + resp = await handler(req) + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/client.py", line 725, in _connect_and_send_request + conn = await self._connector.connect( + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 642, in connect + proto = await self._create_connection(req, traces, timeout) + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1209, in _create_connection + _, proto = await self._create_direct_connection(req, traces, timeout) + File "/home/botmanager/.local/lib/python3.10/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-b.discord.gg:443 ssl:default [Temporary failure in name resolution] +12.11.2025 23:54:10 | ERROR | Attempting a reconnect in 1.97s +Traceback (most recent call last): + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1532, in _create_direct_connection + hosts = await self._resolve_host(host, port, traces=traces) + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1148, in _resolve_host + return await asyncio.shield(resolved_host_task) + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1179, in _resolve_host_with_throttle + addrs = await self._resolver.resolve(host, port, family=self._family) + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/resolver.py", line 40, in resolve + infos = await self._loop.getaddrinfo( + File "/usr/lib/python3.10/asyncio/base_events.py", line 863, in getaddrinfo + return await self.run_in_executor( + File "/usr/lib/python3.10/concurrent/futures/thread.py", line 58, in run + result = self.fn(*self.args, **self.kwargs) + File "/usr/lib/python3.10/socket.py", line 955, 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 "/home/botmanager/.local/lib/python3.10/site-packages/disnake/client.py", line 1121, in connect + self.ws = await asyncio.wait_for(coro, timeout=60.0) + File "/usr/lib/python3.10/asyncio/tasks.py", line 445, in wait_for + return fut.result() + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/gateway.py", line 422, in from_client + socket = await client.http.ws_connect(gateway) + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/http.py", line 260, in ws_connect + return await self.__session.ws_connect( + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/client.py", line 1067, in _ws_connect + resp = await self.request( + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/client.py", line 770, in _request + resp = await handler(req) + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/client.py", line 725, in _connect_and_send_request + conn = await self._connector.connect( + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 642, in connect + proto = await self._create_connection(req, traces, timeout) + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1209, in _create_connection + _, proto = await self._create_direct_connection(req, traces, timeout) + File "/home/botmanager/.local/lib/python3.10/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] +12.11.2025 23:54:22 | ERROR | Attempting a reconnect in 0.48s +Traceback (most recent call last): + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1532, in _create_direct_connection + hosts = await self._resolve_host(host, port, traces=traces) + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1148, in _resolve_host + return await asyncio.shield(resolved_host_task) + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1179, in _resolve_host_with_throttle + addrs = await self._resolver.resolve(host, port, family=self._family) + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/resolver.py", line 40, in resolve + infos = await self._loop.getaddrinfo( + File "/usr/lib/python3.10/asyncio/base_events.py", line 863, in getaddrinfo + return await self.run_in_executor( + File "/usr/lib/python3.10/concurrent/futures/thread.py", line 58, in run + result = self.fn(*self.args, **self.kwargs) + File "/usr/lib/python3.10/socket.py", line 955, 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 "/home/botmanager/.local/lib/python3.10/site-packages/disnake/client.py", line 1121, in connect + self.ws = await asyncio.wait_for(coro, timeout=60.0) + File "/usr/lib/python3.10/asyncio/tasks.py", line 445, in wait_for + return fut.result() + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/gateway.py", line 422, in from_client + socket = await client.http.ws_connect(gateway) + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/http.py", line 260, in ws_connect + return await self.__session.ws_connect( + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/client.py", line 1067, in _ws_connect + resp = await self.request( + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/client.py", line 770, in _request + resp = await handler(req) + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/client.py", line 725, in _connect_and_send_request + conn = await self._connector.connect( + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 642, in connect + proto = await self._create_connection(req, traces, timeout) + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1209, in _create_connection + _, proto = await self._create_direct_connection(req, traces, timeout) + File "/home/botmanager/.local/lib/python3.10/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] +12.11.2025 23:54:32 | ERROR | Attempting a reconnect in 8.86s +Traceback (most recent call last): + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1532, in _create_direct_connection + hosts = await self._resolve_host(host, port, traces=traces) + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1148, in _resolve_host + return await asyncio.shield(resolved_host_task) + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1179, in _resolve_host_with_throttle + addrs = await self._resolver.resolve(host, port, family=self._family) + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/resolver.py", line 40, in resolve + infos = await self._loop.getaddrinfo( + File "/usr/lib/python3.10/asyncio/base_events.py", line 863, in getaddrinfo + return await self.run_in_executor( + File "/usr/lib/python3.10/concurrent/futures/thread.py", line 58, in run + result = self.fn(*self.args, **self.kwargs) + File "/usr/lib/python3.10/socket.py", line 955, 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 "/home/botmanager/.local/lib/python3.10/site-packages/disnake/client.py", line 1121, in connect + self.ws = await asyncio.wait_for(coro, timeout=60.0) + File "/usr/lib/python3.10/asyncio/tasks.py", line 445, in wait_for + return fut.result() + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/gateway.py", line 422, in from_client + socket = await client.http.ws_connect(gateway) + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/http.py", line 260, in ws_connect + return await self.__session.ws_connect( + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/client.py", line 1067, in _ws_connect + resp = await self.request( + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/client.py", line 770, in _request + resp = await handler(req) + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/client.py", line 725, in _connect_and_send_request + conn = await self._connector.connect( + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 642, in connect + proto = await self._create_connection(req, traces, timeout) + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1209, in _create_connection + _, proto = await self._create_direct_connection(req, traces, timeout) + File "/home/botmanager/.local/lib/python3.10/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] +12.11.2025 23:54:54 | ERROR | Не удалось получить сообщение: +Traceback (most recent call last): + File "/home/botmanager/discordbot/main.py", line 2000, in restore_ticket_buttons + msg = await ticket_channel.fetch_message(int(msg_id)) + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/abc.py", line 1849, in fetch_message + data = await self._state.http.get_message(channel.id, id) + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/http.py", line 417, in request + raise NotFound(response, data) +disnake.errors.NotFound: 404 Not Found (error code: 10008): Unknown Message +16.11.2025 19:57:48 | ERROR | Task exception was never retrieved +future: .check_absent() done, defined at /home/botmanager/discordbot/main.py:1459> exception=NameError("name 'REPORT_CHANNEL_ID' is not defined")> +Traceback (most recent call last): + File "/home/botmanager/discordbot/main.py", line 1473, in check_absent + task5 = asyncio.create_task(delete_expired_event()) # Через 4 часов удаление +NameError: name 'REPORT_CHANNEL_ID' is not defined +16.11.2025 19:57:48 | ERROR | Task exception was never retrieved +future: .check_absent() done, defined at /home/botmanager/discordbot/main.py:1459> exception=NameError("name 'REPORT_CHANNEL_ID' is not defined")> +Traceback (most recent call last): + File "/home/botmanager/discordbot/main.py", line 1473, in check_absent + task5 = asyncio.create_task(delete_expired_event()) # Через 4 часов удаление +NameError: name 'REPORT_CHANNEL_ID' is not defined +16.11.2025 19:57:48 | ERROR | Task exception was never retrieved +future: .delete_expired_event() done, defined at /home/botmanager/discordbot/main.py:1476> exception=TypeError("can't subtract offset-naive and offset-aware datetimes")> +Traceback (most recent call last): + File "/home/botmanager/discordbot/main.py", line 1478, in delete_expired_event + tasks = scheduled_tasks.get(event_id) +TypeError: can't subtract offset-naive and offset-aware datetimes +16.11.2025 19:57:48 | ERROR | Task exception was never retrieved +future: .check_absent() done, defined at /home/botmanager/discordbot/main.py:1459> exception=TypeError("can't subtract offset-naive and offset-aware datetimes")> +Traceback (most recent call last): + File "/home/botmanager/discordbot/main.py", line 1461, in check_absent + # Удаление из памяти +TypeError: can't subtract offset-naive and offset-aware datetimes +16.11.2025 19:57:48 | ERROR | Task exception was never retrieved +future: .send_stats() done, defined at /home/botmanager/discordbot/main.py:1448> exception=TypeError("can't subtract offset-naive and offset-aware datetimes")> +Traceback (most recent call last): + File "/home/botmanager/discordbot/main.py", line 1450, in send_stats +TypeError: can't subtract offset-naive and offset-aware datetimes +16.11.2025 19:57:48 | ERROR | Task exception was never retrieved +future: .check_absent() done, defined at /home/botmanager/discordbot/main.py:1459> exception=NameError("name 'REPORT_CHANNEL_ID' is not defined")> +Traceback (most recent call last): + File "/home/botmanager/discordbot/main.py", line 1473, in check_absent + task5 = asyncio.create_task(delete_expired_event()) # Через 4 часов удаление +NameError: name 'REPORT_CHANNEL_ID' is not defined +16.11.2025 19:57:48 | ERROR | Task exception was never retrieved +future: .check_absent() done, defined at /home/botmanager/discordbot/main.py:1459> exception=NameError("name 'REPORT_CHANNEL_ID' is not defined")> +Traceback (most recent call last): + File "/home/botmanager/discordbot/main.py", line 1473, in check_absent + task5 = asyncio.create_task(delete_expired_event()) # Через 4 часов удаление +NameError: name 'REPORT_CHANNEL_ID' is not defined +16.11.2025 19:57:48 | ERROR | Task exception was never retrieved +future: .check_absent() done, defined at /home/botmanager/discordbot/main.py:1459> exception=NameError("name 'REPORT_CHANNEL_ID' is not defined")> +Traceback (most recent call last): + File "/home/botmanager/discordbot/main.py", line 1473, in check_absent + task5 = asyncio.create_task(delete_expired_event()) # Через 4 часов удаление +NameError: name 'REPORT_CHANNEL_ID' is not defined +16.11.2025 19:57:48 | ERROR | Task exception was never retrieved +future: .check_absent() done, defined at /home/botmanager/discordbot/main.py:1459> exception=NameError("name 'REPORT_CHANNEL_ID' is not defined")> +Traceback (most recent call last): + File "/home/botmanager/discordbot/main.py", line 1473, in check_absent + task5 = asyncio.create_task(delete_expired_event()) # Через 4 часов удаление +NameError: name 'REPORT_CHANNEL_ID' is not defined +16.11.2025 19:57:48 | ERROR | Task exception was never retrieved +future: .delete_expired_event() done, defined at /home/botmanager/discordbot/main.py:1476> exception=TypeError("can't subtract offset-naive and offset-aware datetimes")> +Traceback (most recent call last): + File "/home/botmanager/discordbot/main.py", line 1478, in delete_expired_event + tasks = scheduled_tasks.get(event_id) +TypeError: can't subtract offset-naive and offset-aware datetimes +16.11.2025 19:57:48 | ERROR | Task exception was never retrieved +future: .check_absent() done, defined at /home/botmanager/discordbot/main.py:1459> exception=TypeError("can't subtract offset-naive and offset-aware datetimes")> +Traceback (most recent call last): + File "/home/botmanager/discordbot/main.py", line 1461, in check_absent + # Удаление из памяти +TypeError: can't subtract offset-naive and offset-aware datetimes +16.11.2025 19:57:48 | ERROR | Task exception was never retrieved +future: .send_stats() done, defined at /home/botmanager/discordbot/main.py:1448> exception=TypeError("can't subtract offset-naive and offset-aware datetimes")> +Traceback (most recent call last): + File "/home/botmanager/discordbot/main.py", line 1450, in send_stats +TypeError: can't subtract offset-naive and offset-aware datetimes +16.11.2025 19:57:52 | ERROR | Не удалось получить сообщение: +Traceback (most recent call last): + File "/home/botmanager/discordbot/main.py", line 1971, in restore_ticket_buttons + msg = await ticket_channel.fetch_message(int(msg_id)) + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/abc.py", line 1849, in fetch_message + data = await self._state.http.get_message(channel.id, id) + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/http.py", line 417, in request + raise NotFound(response, data) +disnake.errors.NotFound: 404 Not Found (error code: 10008): Unknown Message +16.11.2025 20:09:37 | ERROR | Не удалось получить сообщение: +Traceback (most recent call last): + File "/home/botmanager/discordbot/main.py", line 1971, in restore_ticket_buttons + msg = await ticket_channel.fetch_message(int(msg_id)) + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/abc.py", line 1849, in fetch_message + data = await self._state.http.get_message(channel.id, id) + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/http.py", line 417, in request + raise NotFound(response, data) +disnake.errors.NotFound: 404 Not Found (error code: 10008): Unknown Message +22.11.2025 05:48:34 | ERROR | Ошибка восстановления: +Traceback (most recent call last): + File "/home/botmanager/discordbot/main.py", line 895, in restore_event + await create_poll(info, message_id=fake_id, is_restore=True) + File "/home/botmanager/discordbot/main.py", line 1255, in create_poll + await schedule_reminders(event_id) + File "/home/botmanager/discordbot/main.py", line 1471, in schedule_reminders + task3 = asyncio.create_task(send_stats()) # Через 12 часов +NameError: name 'send_stats' is not defined +22.11.2025 05:51:07 | ERROR | Ошибка восстановления: +Traceback (most recent call last): + File "/home/botmanager/discordbot/main.py", line 895, in restore_event + await create_poll(info, message_id=fake_id, is_restore=True) + File "/home/botmanager/discordbot/main.py", line 1255, in create_poll + await schedule_reminders(event_id) + File "/home/botmanager/discordbot/main.py", line 1471, in schedule_reminders + task3 = asyncio.create_task(send_stats()) # Через 12 часов +NameError: name 'send_stats' is not defined +24.11.2025 06:15:37 | ERROR | Task exception was never retrieved +future: exception=NameError("name 'send_stats' is not defined")> +Traceback (most recent call last): + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/ext/tasks/__init__.py", line 162, in _loop + await self.coro(*args, **kwargs) + File "/home/botmanager/discordbot/scheduler.py", line 80, in scheduled_event_loop + await create_poll(info, message_id=event["key"]) + File "/home/botmanager/discordbot/main.py", line 1255, in create_poll + await schedule_reminders(event_id) + File "/home/botmanager/discordbot/main.py", line 1471, in schedule_reminders + task3 = asyncio.create_task(send_stats()) # Через 12 часов +NameError: name 'send_stats' is not defined +24.11.2025 06:15:41 | ERROR | Не удалось получить сообщение: +Traceback (most recent call last): + File "/home/botmanager/discordbot/main.py", line 1971, in restore_ticket_buttons + msg = await ticket_channel.fetch_message(int(msg_id)) + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/abc.py", line 1849, in fetch_message + data = await self._state.http.get_message(channel.id, id) + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/http.py", line 417, in request + raise NotFound(response, data) +disnake.errors.NotFound: 404 Not Found (error code: 10008): Unknown Message +27.11.2025 10:54:22 | ERROR | Ошибка восстановления: +Traceback (most recent call last): + File "/home/botmanager/discordbot/main.py", line 895, in restore_event + await create_poll(info, message_id=fake_id, is_restore=True) + File "/home/botmanager/discordbot/main.py", line 1255, in create_poll + await schedule_reminders(event_id) + File "/home/botmanager/discordbot/main.py", line 1471, in schedule_reminders + task3 = asyncio.create_task(send_stats()) # Через 12 часов +NameError: name 'send_stats' is not defined +29.11.2025 04:07:50 | ERROR | Ошибка восстановления: +Traceback (most recent call last): + File "/home/botmanager/discordbot/main.py", line 895, in restore_event + await create_poll(info, message_id=fake_id, is_restore=True) + File "/home/botmanager/discordbot/main.py", line 1255, in create_poll + await schedule_reminders(event_id) + File "/home/botmanager/discordbot/main.py", line 1471, in schedule_reminders + task3 = asyncio.create_task(send_stats()) # Через 12 часов +NameError: name 'send_stats' is not defined +29.11.2025 07:25:34 | ERROR | Ошибка восстановления: +Traceback (most recent call last): + File "/home/botmanager/discordbot/main.py", line 895, in restore_event + await create_poll(info, message_id=fake_id, is_restore=True) + File "/home/botmanager/discordbot/main.py", line 1255, in create_poll + await schedule_reminders(event_id) + File "/home/botmanager/discordbot/main.py", line 1471, in schedule_reminders + task3 = asyncio.create_task(send_stats()) # Через 12 часов +NameError: name 'send_stats' is not defined +30.11.2025 06:27:55 | ERROR | Ошибка восстановления: +Traceback (most recent call last): + File "/home/botmanager/discordbot/main.py", line 895, in restore_event + await create_poll(info, message_id=fake_id, is_restore=True) + File "/home/botmanager/discordbot/main.py", line 1255, in create_poll + await schedule_reminders(event_id) + File "/home/botmanager/discordbot/main.py", line 1471, in schedule_reminders + task3 = asyncio.create_task(send_stats()) # Через 12 часов +NameError: name 'send_stats' is not defined +01.12.2025 10:59:52 | ERROR | Task exception was never retrieved +future: exception=NameError("name 'send_stats' is not defined")> +Traceback (most recent call last): + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/ext/tasks/__init__.py", line 162, in _loop + await self.coro(*args, **kwargs) + File "/home/botmanager/discordbot/scheduler.py", line 80, in scheduled_event_loop + await create_poll(info, message_id=event["key"]) + File "/home/botmanager/discordbot/main.py", line 1255, in create_poll + await schedule_reminders(event_id) + File "/home/botmanager/discordbot/main.py", line 1471, in schedule_reminders + task3 = asyncio.create_task(send_stats()) # Через 12 часов +NameError: name 'send_stats' is not defined +01.12.2025 11:03:15 | ERROR | Не удалось получить сообщение: +Traceback (most recent call last): + File "/home/botmanager/discordbot/main.py", line 1969, in restore_ticket_buttons + msg = await ticket_channel.fetch_message(int(msg_id)) + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/abc.py", line 1849, in fetch_message + data = await self._state.http.get_message(channel.id, id) + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/http.py", line 417, in request + raise NotFound(response, data) +disnake.errors.NotFound: 404 Not Found (error code: 10008): Unknown Message +07.12.2025 02:41:40 | ERROR | Attempting a reconnect in 0.07s +Traceback (most recent call last): + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/gateway.py", line 422, in from_client + socket = await client.http.ws_connect(gateway) + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/http.py", line 260, in ws_connect + return await self.__session.ws_connect( + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/client.py", line 1067, in _ws_connect + resp = await self.request( + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/client.py", line 770, in _request + resp = await handler(req) + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/client.py", line 725, in _connect_and_send_request + conn = await self._connector.connect( + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 642, in connect + proto = await self._create_connection(req, traces, timeout) + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1209, in _create_connection + _, proto = await self._create_direct_connection(req, traces, timeout) + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1550, in _create_direct_connection + transp, proto = await self._wrap_create_connection( + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1268, in _wrap_create_connection + sock = await aiohappyeyeballs.start_connection( + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohappyeyeballs/impl.py", line 87, in start_connection + sock, _, _ = await _staggered.staggered_race( + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohappyeyeballs/_staggered.py", line 165, in staggered_race + done = await _wait_one( + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohappyeyeballs/_staggered.py", line 46, in _wait_one + return await wait_next +asyncio.exceptions.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/lib/python3.10/asyncio/tasks.py", line 456, in wait_for + return fut.result() +asyncio.exceptions.CancelledError + +The above exception was the direct cause of the following exception: + +Traceback (most recent call last): + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/client.py", line 1121, in connect + self.ws = await asyncio.wait_for(coro, timeout=60.0) + File "/usr/lib/python3.10/asyncio/tasks.py", line 458, in wait_for + raise exceptions.TimeoutError() from exc +asyncio.exceptions.TimeoutError +07.12.2025 02:42:40 | ERROR | Attempting a reconnect in 3.34s +Traceback (most recent call last): + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/gateway.py", line 422, in from_client + socket = await client.http.ws_connect(gateway) + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/http.py", line 260, in ws_connect + return await self.__session.ws_connect( + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/client.py", line 1067, in _ws_connect + resp = await self.request( + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/client.py", line 770, in _request + resp = await handler(req) + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/client.py", line 725, in _connect_and_send_request + conn = await self._connector.connect( + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 642, in connect + proto = await self._create_connection(req, traces, timeout) + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1209, in _create_connection + _, proto = await self._create_direct_connection(req, traces, timeout) + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1550, in _create_direct_connection + transp, proto = await self._wrap_create_connection( + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1268, in _wrap_create_connection + sock = await aiohappyeyeballs.start_connection( + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohappyeyeballs/impl.py", line 87, in start_connection + sock, _, _ = await _staggered.staggered_race( + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohappyeyeballs/_staggered.py", line 165, in staggered_race + done = await _wait_one( + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohappyeyeballs/_staggered.py", line 46, in _wait_one + return await wait_next +asyncio.exceptions.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/lib/python3.10/asyncio/tasks.py", line 456, in wait_for + return fut.result() +asyncio.exceptions.CancelledError + +The above exception was the direct cause of the following exception: + +Traceback (most recent call last): + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/client.py", line 1121, in connect + self.ws = await asyncio.wait_for(coro, timeout=60.0) + File "/usr/lib/python3.10/asyncio/tasks.py", line 458, in wait_for + raise exceptions.TimeoutError() from exc +asyncio.exceptions.TimeoutError +07.12.2025 02:43:28 | ERROR | Не удалось получить сообщение: +Traceback (most recent call last): + File "/home/botmanager/discordbot/main.py", line 1969, in restore_ticket_buttons + msg = await ticket_channel.fetch_message(int(msg_id)) + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/abc.py", line 1849, in fetch_message + data = await self._state.http.get_message(channel.id, id) + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/http.py", line 417, in request + raise NotFound(response, data) +disnake.errors.NotFound: 404 Not Found (error code: 10008): Unknown Message +07.12.2025 10:08:05 | ERROR | Attempting a reconnect in 0.50s +Traceback (most recent call last): + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/gateway.py", line 422, in from_client + socket = await client.http.ws_connect(gateway) + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/http.py", line 260, in ws_connect + return await self.__session.ws_connect( + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/client.py", line 1067, in _ws_connect + resp = await self.request( + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/client.py", line 770, in _request + resp = await handler(req) + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/client.py", line 725, in _connect_and_send_request + conn = await self._connector.connect( + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 642, in connect + proto = await self._create_connection(req, traces, timeout) + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1209, in _create_connection + _, proto = await self._create_direct_connection(req, traces, timeout) + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1550, in _create_direct_connection + transp, proto = await self._wrap_create_connection( + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1268, in _wrap_create_connection + sock = await aiohappyeyeballs.start_connection( + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohappyeyeballs/impl.py", line 87, in start_connection + sock, _, _ = await _staggered.staggered_race( + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohappyeyeballs/_staggered.py", line 165, in staggered_race + done = await _wait_one( + File "/home/botmanager/.local/lib/python3.10/site-packages/aiohappyeyeballs/_staggered.py", line 46, in _wait_one + return await wait_next +asyncio.exceptions.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/lib/python3.10/asyncio/tasks.py", line 456, in wait_for + return fut.result() +asyncio.exceptions.CancelledError + +The above exception was the direct cause of the following exception: + +Traceback (most recent call last): + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/client.py", line 1121, in connect + self.ws = await asyncio.wait_for(coro, timeout=60.0) + File "/usr/lib/python3.10/asyncio/tasks.py", line 458, in wait_for + raise exceptions.TimeoutError() from exc +asyncio.exceptions.TimeoutError +07.12.2025 10:08:29 | ERROR | Не удалось получить сообщение ID: +Traceback (most recent call last): + File "/home/botmanager/discordbot/main.py", line 1279, in rebind_poll_buttons + poll_msg = await channel.fetch_message(msg_id) + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/abc.py", line 1849, in fetch_message + data = await self._state.http.get_message(channel.id, id) + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/http.py", line 417, in request + raise NotFound(response, data) +disnake.errors.NotFound: 404 Not Found (error code: 10008): Unknown Message +07.12.2025 10:08:29 | ERROR | Не удалось получить сообщение: +Traceback (most recent call last): + File "/home/botmanager/discordbot/main.py", line 1969, in restore_ticket_buttons + msg = await ticket_channel.fetch_message(int(msg_id)) + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/abc.py", line 1849, in fetch_message + data = await self._state.http.get_message(channel.id, id) + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/http.py", line 417, in request + raise NotFound(response, data) +disnake.errors.NotFound: 404 Not Found (error code: 10008): Unknown Message +07.12.2025 19:00:00 | ERROR | Ошибка при удалении сообщения: +Traceback (most recent call last): + File "/home/botmanager/discordbot/main.py", line 1455, in delete_expired_event + msg = await channel.fetch_message(poll_msg_id) + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/abc.py", line 1849, in fetch_message + data = await self._state.http.get_message(channel.id, id) + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/http.py", line 417, in request + raise NotFound(response, data) +disnake.errors.NotFound: 404 Not Found (error code: 10008): Unknown Message +08.12.2025 07:32:20 | ERROR | Не удалось получить сообщение: +Traceback (most recent call last): + File "/home/botmanager/discordbot/main.py", line 1969, in restore_ticket_buttons + msg = await ticket_channel.fetch_message(int(msg_id)) + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/abc.py", line 1864, in fetch_message + data = await self._state.http.get_message(channel.id, id) + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/http.py", line 421, in request + raise NotFound(response, data) +disnake.errors.NotFound: 404 Not Found (error code: 10008): Unknown Message +08.12.2025 07:34:09 | ERROR | Не удалось получить сообщение: +Traceback (most recent call last): + File "/home/botmanager/discordbot/main.py", line 1969, in restore_ticket_buttons + msg = await ticket_channel.fetch_message(int(msg_id)) + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/abc.py", line 1864, in fetch_message + data = await self._state.http.get_message(channel.id, id) + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/http.py", line 421, in request + raise NotFound(response, data) +disnake.errors.NotFound: 404 Not Found (error code: 10008): Unknown Message +08.12.2025 07:34:56 | ERROR | Не удалось получить сообщение: +Traceback (most recent call last): + File "/home/botmanager/discordbot/main.py", line 1969, in restore_ticket_buttons + msg = await ticket_channel.fetch_message(int(msg_id)) + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/abc.py", line 1864, in fetch_message + data = await self._state.http.get_message(channel.id, id) + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/http.py", line 421, in request + raise NotFound(response, data) +disnake.errors.NotFound: 404 Not Found (error code: 10008): Unknown Message +08.12.2025 07:35:16 | ERROR | Не удалось получить сообщение: +Traceback (most recent call last): + File "/home/botmanager/discordbot/main.py", line 1969, in restore_ticket_buttons + msg = await ticket_channel.fetch_message(int(msg_id)) + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/abc.py", line 1864, in fetch_message + data = await self._state.http.get_message(channel.id, id) + File "/home/botmanager/.local/lib/python3.10/site-packages/disnake/http.py", line 421, in request + raise NotFound(response, data) +disnake.errors.NotFound: 404 Not Found (error code: 10008): Unknown Message +14.12.2025 13:09:47 | ERROR | Task exception was never retrieved +future: .delete_expired_event() done, defined at /home/botmanager/discordbot/main.py:1447> exception=TypeError("can't subtract offset-naive and offset-aware datetimes")> +Traceback (most recent call last): + File "/home/botmanager/discordbot/main.py", line 1449, in delete_expired_event + await asyncio.sleep((start_time - datetime.datetime.now(MOSCOW_TZ)).total_seconds() + 4 * 3600) +TypeError: can't subtract offset-naive and offset-aware datetimes +14.12.2025 13:25:08 | ERROR | Не удалось получить сообщение: +Traceback (most recent call last): + File "/pufferpanel/main.py", line 1969, in restore_ticket_buttons + msg = await ticket_channel.fetch_message(int(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 +14.12.2025 13:25:08 | ERROR | Не удалось получить сообщение ID: +Traceback (most recent call last): + File "/pufferpanel/main.py", line 1279, in rebind_poll_buttons + poll_msg = await channel.fetch_message(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 +14.12.2025 19:00:00 | ERROR | Ошибка при удалении сообщения: +Traceback (most recent call last): + File "/pufferpanel/main.py", line 1455, 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 +15.12.2025 19:15:14 | ERROR | Task exception was never retrieved +future: .delete_expired_event() done, defined at /pufferpanel/main.py:1447> exception=TypeError("can't subtract offset-naive and offset-aware datetimes")> +Traceback (most recent call last): + File "/pufferpanel/main.py", line 1449, in delete_expired_event + await asyncio.sleep((start_time - datetime.datetime.now(MOSCOW_TZ)).total_seconds() + 4 * 3600) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +TypeError: can't subtract offset-naive and offset-aware datetimes +15.12.2025 19:16:05 | ERROR | Не удалось получить сообщение: +Traceback (most recent call last): + File "/pufferpanel/main.py", line 1969, in restore_ticket_buttons + msg = await ticket_channel.fetch_message(int(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 +21.12.2025 19:00:00 | ERROR | Ошибка при удалении сообщения: +Traceback (most recent call last): + File "/pufferpanel/main.py", line 1455, 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 +24.12.2025 22:55:16 | ERROR | Attempting a reconnect in 0.71s +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-b.discord.gg:443 ssl:default [Temporary failure in name resolution] +24.12.2025 22:56:17 | ERROR | Attempting a reconnect in 1.42s +Traceback (most recent call last): + 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 1550, in _create_direct_connection + transp, proto = await self._wrap_create_connection( + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + ...<7 lines>... + ) + ^ + File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1283, in _wrap_create_connection + return await self._loop.create_connection(*args, **kwargs, sock=sock) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/usr/local/lib/python3.14/asyncio/base_events.py", line 1198, in create_connection + transport, protocol = await self._create_connection_transport( + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + ...<2 lines>... + ssl_shutdown_timeout=ssl_shutdown_timeout) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/usr/local/lib/python3.14/asyncio/base_events.py", line 1231, in _create_connection_transport + await waiter +asyncio.exceptions.CancelledError + +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 487, in wait_for + async with timeouts.timeout(timeout): + ~~~~~~~~~~~~~~~~^^^^^^^^^ + File "/usr/local/lib/python3.14/asyncio/timeouts.py", line 114, in __aexit__ + raise TimeoutError from exc_val +TimeoutError +24.12.2025 22:56:38 | ERROR | Attempting a reconnect in 2.26s +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] +24.12.2025 23:00:40 | ERROR | Attempting a reconnect in 0.47s +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-b.discord.gg:443 ssl:default [Temporary failure in name resolution] +24.12.2025 23:01:40 | ERROR | Attempting a reconnect in 14.01s +Traceback (most recent call last): + 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 1550, in _create_direct_connection + transp, proto = await self._wrap_create_connection( + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + ...<7 lines>... + ) + ^ + File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1283, in _wrap_create_connection + return await self._loop.create_connection(*args, **kwargs, sock=sock) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/usr/local/lib/python3.14/asyncio/base_events.py", line 1198, in create_connection + transport, protocol = await self._create_connection_transport( + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + ...<2 lines>... + ssl_shutdown_timeout=ssl_shutdown_timeout) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/usr/local/lib/python3.14/asyncio/base_events.py", line 1231, in _create_connection_transport + await waiter +asyncio.exceptions.CancelledError + +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 487, in wait_for + async with timeouts.timeout(timeout): + ~~~~~~~~~~~~~~~~^^^^^^^^^ + File "/usr/local/lib/python3.14/asyncio/timeouts.py", line 114, in __aexit__ + raise TimeoutError from exc_val +TimeoutError +24.12.2025 23:06:24 | ERROR | Attempting a reconnect in 51.27s +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-d.discord.gg:443 ssl:default [Temporary failure in name resolution] +24.12.2025 23:08:57 | ERROR | Attempting a reconnect in 124.47s +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] +24.12.2025 23:26:28 | ERROR | Attempting a reconnect in 31.16s +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] +24.12.2025 23:27:19 | ERROR | Attempting a reconnect in 411.70s +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] +24.12.2025 23:46:58 | ERROR | Attempting a reconnect in 664.81s +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] +24.12.2025 23:58:10 | ERROR | Не удалось получить сообщение: +Traceback (most recent call last): + File "/pufferpanel/main.py", line 1969, in restore_ticket_buttons + msg = await ticket_channel.fetch_message(int(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 +27.12.2025 15:13:38 | ERROR | Unclosed connection +client_connection: Connection +27.12.2025 15:13:38 | ERROR | Unclosed connection +client_connection: Connection +27.12.2025 15:13:38 | ERROR | Unclosed connection +client_connection: Connection +27.12.2025 15:13:38 | ERROR | Unclosed connection +client_connection: Connection +29.12.2025 07:12:48 | ERROR | Не удалось получить сообщение: +Traceback (most recent call last): + File "/pufferpanel/main.py", line 2199, in restore_ticket_buttons + msg = await ticket_channel.fetch_message(int(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 +09.01.2026 00:01:45 | ERROR | Task exception was never retrieved +future: .delete_expired_event() done, defined at /pufferpanel/main.py:1712> exception=TypeError("can't subtract offset-naive and offset-aware datetimes")> +Traceback (most recent call last): + File "/pufferpanel/main.py", line 1714, in delete_expired_event +TypeError: can't subtract offset-naive and offset-aware datetimes +10.01.2026 16:40:09 | ERROR | Attempting a reconnect in 1.57s +Traceback (most recent call last): + 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 757, in _connect_and_send_request + await resp.start(conn) + File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/client_reqrep.py", line 539, in start + message, payload = await protocol.read() # type: ignore[union-attr] + ^^^^^^^^^^^^^^^^^^^^^ + File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/streams.py", line 680, in read + await self._waiter +asyncio.exceptions.CancelledError + +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 487, in wait_for + async with timeouts.timeout(timeout): + ~~~~~~~~~~~~~~~~^^^^^^^^^ + File "/usr/local/lib/python3.14/asyncio/timeouts.py", line 114, in __aexit__ + raise TimeoutError from exc_val +TimeoutError +10.01.2026 16:42:02 | ERROR | Attempting a reconnect in 0.15s +Traceback (most recent call last): + 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 1550, in _create_direct_connection + transp, proto = await self._wrap_create_connection( + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + ...<7 lines>... + ) + ^ + File "/pufferpanel/.local/lib/python3.14/site-packages/aiohttp/connector.py", line 1268, in _wrap_create_connection + sock = await aiohappyeyeballs.start_connection( + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + ...<6 lines>... + ) + ^ + File "/pufferpanel/.local/lib/python3.14/site-packages/aiohappyeyeballs/impl.py", line 87, in start_connection + sock, _, _ = await _staggered.staggered_race( + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + ...<13 lines>... + ) + ^ + File "/pufferpanel/.local/lib/python3.14/site-packages/aiohappyeyeballs/_staggered.py", line 165, in staggered_race + done = await _wait_one( + ^^^^^^^^^^^^^^^^ + (*tasks, start_next) if start_next else tasks, loop + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + ) + ^ + File "/pufferpanel/.local/lib/python3.14/site-packages/aiohappyeyeballs/_staggered.py", line 46, in _wait_one + return await wait_next + ^^^^^^^^^^^^^^^ +asyncio.exceptions.CancelledError + +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 487, in wait_for + async with timeouts.timeout(timeout): + ~~~~~~~~~~~~~~~~^^^^^^^^^ + File "/usr/local/lib/python3.14/asyncio/timeouts.py", line 114, in __aexit__ + raise TimeoutError from exc_val +TimeoutError +10.01.2026 16:42:12 | ERROR | Task exception was never retrieved +future: .delete_expired_event() done, defined at /pufferpanel/main.py:1712> exception=TypeError("can't subtract offset-naive and offset-aware datetimes")> +Traceback (most recent call last): + File "/pufferpanel/main.py", line 1714, in delete_expired_event + await asyncio.sleep((start_time - datetime.datetime.now(MOSCOW_TZ)).total_seconds() + 4 * 3600) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +TypeError: can't subtract offset-naive and offset-aware datetimes +16.02.2026 09:48:25 | ERROR | Task exception was never retrieved +future: .delete_expired_event() done, defined at /home/container/main.py:1712> exception=TypeError("can't subtract offset-naive and offset-aware datetimes")> +Traceback (most recent call last): + File "/home/container/main.py", line 1714, in delete_expired_event +TypeError: can't subtract offset-naive and offset-aware datetimes +16.02.2026 09:48:25 | ERROR | Task exception was never retrieved +future: .delete_expired_event() done, defined at /home/container/main.py:1712> exception=TypeError("can't subtract offset-naive and offset-aware datetimes")> +Traceback (most recent call last): + File "/home/container/main.py", line 1714, in delete_expired_event +TypeError: can't subtract offset-naive and offset-aware datetimes +16.02.2026 09:48:25 | ERROR | Task exception was never retrieved +future: .delete_expired_event() done, defined at /home/container/main.py:1712> exception=TypeError("can't subtract offset-naive and offset-aware datetimes")> +Traceback (most recent call last): + File "/home/container/main.py", line 1714, in delete_expired_event +TypeError: can't subtract offset-naive and offset-aware datetimes +16.02.2026 09:52:59 | ERROR | Не удалось удалить сообщение: +Traceback (most recent call last): + File "/home/container/main.py", line 1838, in delete_event + msg = await channel.fetch_message(poll_msg_id) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/home/container/.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 "/home/container/.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 +16.02.2026 09:53:10 | ERROR | Не удалось удалить сообщение: +Traceback (most recent call last): + File "/home/container/main.py", line 1838, in delete_event + msg = await channel.fetch_message(poll_msg_id) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/home/container/.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 "/home/container/.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 +16.02.2026 09:53:20 | ERROR | Не удалось удалить сообщение: +Traceback (most recent call last): + File "/home/container/main.py", line 1838, in delete_event + msg = await channel.fetch_message(poll_msg_id) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/home/container/.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 "/home/container/.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 +16.02.2026 09:57:10 | ERROR | Не удалось удалить сообщение: +Traceback (most recent call last): + File "/home/container/main.py", line 1838, in delete_event + msg = await channel.fetch_message(poll_msg_id) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/home/container/.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 "/home/container/.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 +16.02.2026 09:57:22 | ERROR | Не удалось удалить сообщение: +Traceback (most recent call last): + File "/home/container/main.py", line 1838, in delete_event + msg = await channel.fetch_message(poll_msg_id) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/home/container/.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 "/home/container/.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 +16.02.2026 09:57:31 | ERROR | Не удалось удалить сообщение: +Traceback (most recent call last): + File "/home/container/main.py", line 1838, in delete_event + msg = await channel.fetch_message(poll_msg_id) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/home/container/.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 "/home/container/.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 +16.02.2026 10:29:29 | ERROR | Не удалось получить сообщение ID: +Traceback (most recent call last): + File "/home/container/main.py", line 1549, in rebind_poll_buttons + poll_msg = await channel.fetch_message(msg_id) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/home/container/.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 "/home/container/.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 +16.02.2026 10:29:30 | ERROR | Не удалось получить сообщение ID: +Traceback (most recent call last): + File "/home/container/main.py", line 1549, in rebind_poll_buttons + poll_msg = await channel.fetch_message(msg_id) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/home/container/.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 "/home/container/.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 +16.02.2026 10:29:30 | ERROR | Не удалось получить сообщение ID: +Traceback (most recent call last): + File "/home/container/main.py", line 1549, in rebind_poll_buttons + poll_msg = await channel.fetch_message(msg_id) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/home/container/.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 "/home/container/.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 +16.02.2026 10:30:08 | ERROR | Не удалось удалить сообщение: +Traceback (most recent call last): + File "/home/container/main.py", line 1838, in delete_event + msg = await channel.fetch_message(poll_msg_id) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/home/container/.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 "/home/container/.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 +16.02.2026 10:30:14 | ERROR | Не удалось удалить сообщение: +Traceback (most recent call last): + File "/home/container/main.py", line 1838, in delete_event + msg = await channel.fetch_message(poll_msg_id) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/home/container/.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 "/home/container/.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 +16.02.2026 10:30:22 | ERROR | Не удалось удалить сообщение: +Traceback (most recent call last): + File "/home/container/main.py", line 1838, in delete_event + msg = await channel.fetch_message(poll_msg_id) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/home/container/.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 "/home/container/.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 +16.02.2026 10:31:31 | ERROR | Не удалось удалить сообщение: +Traceback (most recent call last): + File "/home/container/main.py", line 1838, in delete_event + msg = await channel.fetch_message(poll_msg_id) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/home/container/.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 "/home/container/.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 +16.02.2026 10:31:40 | ERROR | Не удалось удалить сообщение: +Traceback (most recent call last): + File "/home/container/main.py", line 1838, in delete_event + msg = await channel.fetch_message(poll_msg_id) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/home/container/.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 "/home/container/.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 +16.02.2026 10:31:48 | ERROR | Не удалось удалить сообщение: +Traceback (most recent call last): + File "/home/container/main.py", line 1838, in delete_event + msg = await channel.fetch_message(poll_msg_id) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/home/container/.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 "/home/container/.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 +16.02.2026 10:55:19 | ERROR | Не удалось получить сообщение ID: +Traceback (most recent call last): + File "/home/container/main.py", line 1569, in rebind_poll_buttons + poll_msg = await channel.fetch_message(msg_id) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/home/container/.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 "/home/container/.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 +16.02.2026 10:55:19 | ERROR | Не удалось получить сообщение ID: +Traceback (most recent call last): + File "/home/container/main.py", line 1569, in rebind_poll_buttons + poll_msg = await channel.fetch_message(msg_id) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/home/container/.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 "/home/container/.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 +16.02.2026 10:55:20 | ERROR | Не удалось получить сообщение ID: +Traceback (most recent call last): + File "/home/container/main.py", line 1569, in rebind_poll_buttons + poll_msg = await channel.fetch_message(msg_id) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/home/container/.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 "/home/container/.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 +16.02.2026 10:55:59 | ERROR | Не удалось удалить сообщение: +Traceback (most recent call last): + File "/home/container/main.py", line 1858, in delete_event + msg = await channel.fetch_message(poll_msg_id) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/home/container/.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 "/home/container/.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 +16.02.2026 10:56:15 | ERROR | Не удалось удалить сообщение: +Traceback (most recent call last): + File "/home/container/main.py", line 1858, in delete_event + msg = await channel.fetch_message(poll_msg_id) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/home/container/.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 "/home/container/.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 +16.02.2026 10:56:23 | ERROR | Не удалось удалить сообщение: +Traceback (most recent call last): + File "/home/container/main.py", line 1858, in delete_event + msg = await channel.fetch_message(poll_msg_id) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/home/container/.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 "/home/container/.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 +16.02.2026 11:01:56 | ERROR | Не удалось удалить сообщение: +Traceback (most recent call last): + File "/home/container/main.py", line 1858, in delete_event + msg = await channel.fetch_message(poll_msg_id) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/home/container/.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 "/home/container/.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 +16.02.2026 11:02:07 | ERROR | Не удалось удалить сообщение: +Traceback (most recent call last): + File "/home/container/main.py", line 1858, in delete_event + msg = await channel.fetch_message(poll_msg_id) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/home/container/.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 "/home/container/.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 +16.02.2026 11:02:16 | ERROR | Не удалось удалить сообщение: +Traceback (most recent call last): + File "/home/container/main.py", line 1858, in delete_event + msg = await channel.fetch_message(poll_msg_id) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/home/container/.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 "/home/container/.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 +16.02.2026 11:03:02 | ERROR | Не удалось удалить сообщение: +Traceback (most recent call last): + File "/home/container/main.py", line 1858, in delete_event + msg = await channel.fetch_message(poll_msg_id) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/home/container/.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 "/home/container/.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 +16.02.2026 11:03:12 | ERROR | Не удалось удалить сообщение: +Traceback (most recent call last): + File "/home/container/main.py", line 1858, in delete_event + msg = await channel.fetch_message(poll_msg_id) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/home/container/.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 "/home/container/.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 +16.02.2026 11:03:25 | ERROR | Не удалось удалить сообщение: +Traceback (most recent call last): + File "/home/container/main.py", line 1858, in delete_event + msg = await channel.fetch_message(poll_msg_id) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/home/container/.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 "/home/container/.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 +16.02.2026 11:23:41 | ERROR | Task exception was never retrieved +future: .delete_expired_event() done, defined at /home/container/main.py:1736> exception=TypeError("can't subtract offset-naive and offset-aware datetimes")> +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 +16.02.2026 11:25:24 | ERROR | Task exception was never retrieved +future: .delete_expired_event() done, defined at /home/container/main.py:1736> exception=TypeError("can't subtract offset-naive and offset-aware datetimes")> +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 +18.02.2026 13:47:12 | ERROR | Task exception was never retrieved +future: .delete_expired_event() done, defined at /home/container/main.py:1736> exception=TypeError("can't subtract offset-naive and offset-aware datetimes")> +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 +28.02.2026 14:53:01 | ERROR | Не удалось удалить сообщение: +Traceback (most recent call last): + File "/home/container/main.py", line 1863, in delete_event + msg = await channel.fetch_message(poll_msg_id) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/home/container/.local/lib/python3.14/site-packages/disnake/abc.py", line 1878, in fetch_message + data = await self._state.http.get_message(channel.id, id) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/home/container/.local/lib/python3.14/site-packages/disnake/http.py", line 417, in request + raise NotFound(response, data) +disnake.errors.NotFound: 404 Not Found (error code: 10008): Unknown Message +28.02.2026 21:28:25 | ERROR | Task exception was never retrieved +future: .delete_expired_event() done, defined at /home/container/main.py:1736> exception=TypeError("can't subtract offset-naive and offset-aware datetimes")> +Traceback (most recent call last): + File "/home/container/main.py", line 1738, in delete_expired_event + delay = (start_time - now_local).total_seconds() + 6 * 3600 + ^^^^^^^^^^^^^^^^^^^^^^ +TypeError: can't subtract offset-naive and offset-aware datetimes +03.03.2026 22:02:31 | ERROR | Task exception was never retrieved +future: .delete_expired_event() done, defined at /home/container/main.py:1736> exception=TypeError("can't subtract offset-naive and offset-aware datetimes")> +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