Hermes Agent backup - 2026-06-02 07:55:19
Browse files- logs/agent.log +157 -0
- logs/errors.log +154 -0
- logs/gateway.log +152 -0
- metadata.json +1 -1
logs/agent.log
CHANGED
|
@@ -487,3 +487,160 @@
|
|
| 487 |
2026-06-02 07:53:50,399 INFO gateway.run: Reconnecting api_server (attempt 4)...
|
| 488 |
2026-06-02 07:53:50,411 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
|
| 489 |
2026-06-02 07:53:50,433 INFO gateway.run: Reconnect api_server failed, next retry in 240s
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 487 |
2026-06-02 07:53:50,399 INFO gateway.run: Reconnecting api_server (attempt 4)...
|
| 488 |
2026-06-02 07:53:50,411 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
|
| 489 |
2026-06-02 07:53:50,433 INFO gateway.run: Reconnect api_server failed, next retry in 240s
|
| 490 |
+
2026-06-02 07:55:10,501 INFO gateway.run: Reconnecting discord (attempt 4)...
|
| 491 |
+
2026-06-02 07:55:10,515 WARNING gateway.run: Gateway swallowed transient network error from Task-24: ClientConnectorError: Cannot connect to host discord.com:443 ssl:default [None]
|
| 492 |
+
Traceback (most recent call last):
|
| 493 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1313, in _wrap_create_connection
|
| 494 |
+
return await self._loop.create_connection(*args, **kwargs, sock=sock)
|
| 495 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 496 |
+
File "/usr/local/lib/python3.11/asyncio/base_events.py", line 1113, in create_connection
|
| 497 |
+
transport, protocol = await self._create_connection_transport(
|
| 498 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 499 |
+
File "/usr/local/lib/python3.11/asyncio/base_events.py", line 1146, in _create_connection_transport
|
| 500 |
+
await waiter
|
| 501 |
+
File "/usr/local/lib/python3.11/asyncio/sslproto.py", line 578, in _on_handshake_complete
|
| 502 |
+
raise handshake_exc
|
| 503 |
+
ConnectionResetError
|
| 504 |
+
|
| 505 |
+
The above exception was the direct cause of the following exception:
|
| 506 |
+
|
| 507 |
+
Traceback (most recent call last):
|
| 508 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/client.py", line 850, in start
|
| 509 |
+
await self.login(token)
|
| 510 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/client.py", line 679, in login
|
| 511 |
+
data = await self.http.static_login(token)
|
| 512 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 513 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/http.py", line 844, in static_login
|
| 514 |
+
data = await self.request(Route('GET', '/users/@me'))
|
| 515 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 516 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/http.py", line 659, in request
|
| 517 |
+
async with self.__session.request(method, url, **kwargs) as response:
|
| 518 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 1510, in __aenter__
|
| 519 |
+
self._resp: _RetType = await self._coro
|
| 520 |
+
^^^^^^^^^^^^^^^^
|
| 521 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 779, in _request
|
| 522 |
+
resp = await handler(req)
|
| 523 |
+
^^^^^^^^^^^^^^^^^^
|
| 524 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 734, in _connect_and_send_request
|
| 525 |
+
conn = await self._connector.connect(
|
| 526 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 527 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 672, in connect
|
| 528 |
+
proto = await self._create_connection(req, traces, timeout)
|
| 529 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 530 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1239, in _create_connection
|
| 531 |
+
_, proto = await self._create_direct_connection(req, traces, timeout)
|
| 532 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 533 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1611, in _create_direct_connection
|
| 534 |
+
raise last_exc
|
| 535 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1580, in _create_direct_connection
|
| 536 |
+
transp, proto = await self._wrap_create_connection(
|
| 537 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 538 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1321, in _wrap_create_connection
|
| 539 |
+
raise client_error(req.connection_key, exc) from exc
|
| 540 |
+
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host discord.com:443 ssl:default [None]
|
| 541 |
+
2026-06-02 07:55:10,535 ERROR asyncio: Unclosed client session
|
| 542 |
+
client_session: <aiohttp.client.ClientSession object at 0x7f2086ca6d10>
|
| 543 |
+
2026-06-02 07:55:10,535 WARNING gateway.run: Gateway swallowed transient network error from Task-34: ClientConnectorError: Cannot connect to host discord.com:443 ssl:default [None]
|
| 544 |
+
Traceback (most recent call last):
|
| 545 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1313, in _wrap_create_connection
|
| 546 |
+
return await self._loop.create_connection(*args, **kwargs, sock=sock)
|
| 547 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 548 |
+
File "/usr/local/lib/python3.11/asyncio/base_events.py", line 1113, in create_connection
|
| 549 |
+
transport, protocol = await self._create_connection_transport(
|
| 550 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 551 |
+
File "/usr/local/lib/python3.11/asyncio/base_events.py", line 1146, in _create_connection_transport
|
| 552 |
+
await waiter
|
| 553 |
+
File "/usr/local/lib/python3.11/asyncio/sslproto.py", line 578, in _on_handshake_complete
|
| 554 |
+
raise handshake_exc
|
| 555 |
+
ConnectionResetError
|
| 556 |
+
|
| 557 |
+
The above exception was the direct cause of the following exception:
|
| 558 |
+
|
| 559 |
+
Traceback (most recent call last):
|
| 560 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/client.py", line 850, in start
|
| 561 |
+
await self.login(token)
|
| 562 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/client.py", line 679, in login
|
| 563 |
+
data = await self.http.static_login(token)
|
| 564 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 565 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/http.py", line 844, in static_login
|
| 566 |
+
data = await self.request(Route('GET', '/users/@me'))
|
| 567 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 568 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/http.py", line 659, in request
|
| 569 |
+
async with self.__session.request(method, url, **kwargs) as response:
|
| 570 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 1510, in __aenter__
|
| 571 |
+
self._resp: _RetType = await self._coro
|
| 572 |
+
^^^^^^^^^^^^^^^^
|
| 573 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 779, in _request
|
| 574 |
+
resp = await handler(req)
|
| 575 |
+
^^^^^^^^^^^^^^^^^^
|
| 576 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 734, in _connect_and_send_request
|
| 577 |
+
conn = await self._connector.connect(
|
| 578 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 579 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 672, in connect
|
| 580 |
+
proto = await self._create_connection(req, traces, timeout)
|
| 581 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 582 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1239, in _create_connection
|
| 583 |
+
_, proto = await self._create_direct_connection(req, traces, timeout)
|
| 584 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 585 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1611, in _create_direct_connection
|
| 586 |
+
raise last_exc
|
| 587 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1580, in _create_direct_connection
|
| 588 |
+
transp, proto = await self._wrap_create_connection(
|
| 589 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 590 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1321, in _wrap_create_connection
|
| 591 |
+
raise client_error(req.connection_key, exc) from exc
|
| 592 |
+
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host discord.com:443 ssl:default [None]
|
| 593 |
+
2026-06-02 07:55:10,547 ERROR asyncio: Unclosed client session
|
| 594 |
+
client_session: <aiohttp.client.ClientSession object at 0x7f20856d9310>
|
| 595 |
+
2026-06-02 07:55:10,648 WARNING gateway.run: Gateway swallowed transient network error from Task-6: ClientConnectorError: Cannot connect to host discord.com:443 ssl:default [None]
|
| 596 |
+
Traceback (most recent call last):
|
| 597 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1313, in _wrap_create_connection
|
| 598 |
+
return await self._loop.create_connection(*args, **kwargs, sock=sock)
|
| 599 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 600 |
+
File "/usr/local/lib/python3.11/asyncio/base_events.py", line 1113, in create_connection
|
| 601 |
+
transport, protocol = await self._create_connection_transport(
|
| 602 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 603 |
+
File "/usr/local/lib/python3.11/asyncio/base_events.py", line 1146, in _create_connection_transport
|
| 604 |
+
await waiter
|
| 605 |
+
File "/usr/local/lib/python3.11/asyncio/sslproto.py", line 578, in _on_handshake_complete
|
| 606 |
+
raise handshake_exc
|
| 607 |
+
ConnectionResetError
|
| 608 |
+
|
| 609 |
+
The above exception was the direct cause of the following exception:
|
| 610 |
+
|
| 611 |
+
Traceback (most recent call last):
|
| 612 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/client.py", line 850, in start
|
| 613 |
+
await self.login(token)
|
| 614 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/client.py", line 679, in login
|
| 615 |
+
data = await self.http.static_login(token)
|
| 616 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 617 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/http.py", line 844, in static_login
|
| 618 |
+
data = await self.request(Route('GET', '/users/@me'))
|
| 619 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 620 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/http.py", line 659, in request
|
| 621 |
+
async with self.__session.request(method, url, **kwargs) as response:
|
| 622 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 1510, in __aenter__
|
| 623 |
+
self._resp: _RetType = await self._coro
|
| 624 |
+
^^^^^^^^^^^^^^^^
|
| 625 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 779, in _request
|
| 626 |
+
resp = await handler(req)
|
| 627 |
+
^^^^^^^^^^^^^^^^^^
|
| 628 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 734, in _connect_and_send_request
|
| 629 |
+
conn = await self._connector.connect(
|
| 630 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 631 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 672, in connect
|
| 632 |
+
proto = await self._create_connection(req, traces, timeout)
|
| 633 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 634 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1239, in _create_connection
|
| 635 |
+
_, proto = await self._create_direct_connection(req, traces, timeout)
|
| 636 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 637 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1611, in _create_direct_connection
|
| 638 |
+
raise last_exc
|
| 639 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1580, in _create_direct_connection
|
| 640 |
+
transp, proto = await self._wrap_create_connection(
|
| 641 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 642 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1321, in _wrap_create_connection
|
| 643 |
+
raise client_error(req.connection_key, exc) from exc
|
| 644 |
+
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host discord.com:443 ssl:default [None]
|
| 645 |
+
2026-06-02 07:55:10,670 INFO hermes_plugins.discord_platform.adapter: [Discord] Registered /skill command with 90 skill(s) via autocomplete
|
| 646 |
+
2026-06-02 07:55:10,670 INFO discord.client: logging in using static token
|
logs/errors.log
CHANGED
|
@@ -89,3 +89,157 @@
|
|
| 89 |
2026-06-02 07:51:50,263 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
|
| 90 |
2026-06-02 07:53:10,360 WARNING gateway.run: Reconnect discord error: discord connect timed out after 30s, next retry in 120s
|
| 91 |
2026-06-02 07:53:50,411 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 89 |
2026-06-02 07:51:50,263 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
|
| 90 |
2026-06-02 07:53:10,360 WARNING gateway.run: Reconnect discord error: discord connect timed out after 30s, next retry in 120s
|
| 91 |
2026-06-02 07:53:50,411 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
|
| 92 |
+
2026-06-02 07:55:10,515 WARNING gateway.run: Gateway swallowed transient network error from Task-24: ClientConnectorError: Cannot connect to host discord.com:443 ssl:default [None]
|
| 93 |
+
Traceback (most recent call last):
|
| 94 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1313, in _wrap_create_connection
|
| 95 |
+
return await self._loop.create_connection(*args, **kwargs, sock=sock)
|
| 96 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 97 |
+
File "/usr/local/lib/python3.11/asyncio/base_events.py", line 1113, in create_connection
|
| 98 |
+
transport, protocol = await self._create_connection_transport(
|
| 99 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 100 |
+
File "/usr/local/lib/python3.11/asyncio/base_events.py", line 1146, in _create_connection_transport
|
| 101 |
+
await waiter
|
| 102 |
+
File "/usr/local/lib/python3.11/asyncio/sslproto.py", line 578, in _on_handshake_complete
|
| 103 |
+
raise handshake_exc
|
| 104 |
+
ConnectionResetError
|
| 105 |
+
|
| 106 |
+
The above exception was the direct cause of the following exception:
|
| 107 |
+
|
| 108 |
+
Traceback (most recent call last):
|
| 109 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/client.py", line 850, in start
|
| 110 |
+
await self.login(token)
|
| 111 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/client.py", line 679, in login
|
| 112 |
+
data = await self.http.static_login(token)
|
| 113 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 114 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/http.py", line 844, in static_login
|
| 115 |
+
data = await self.request(Route('GET', '/users/@me'))
|
| 116 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 117 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/http.py", line 659, in request
|
| 118 |
+
async with self.__session.request(method, url, **kwargs) as response:
|
| 119 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 1510, in __aenter__
|
| 120 |
+
self._resp: _RetType = await self._coro
|
| 121 |
+
^^^^^^^^^^^^^^^^
|
| 122 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 779, in _request
|
| 123 |
+
resp = await handler(req)
|
| 124 |
+
^^^^^^^^^^^^^^^^^^
|
| 125 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 734, in _connect_and_send_request
|
| 126 |
+
conn = await self._connector.connect(
|
| 127 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 128 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 672, in connect
|
| 129 |
+
proto = await self._create_connection(req, traces, timeout)
|
| 130 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 131 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1239, in _create_connection
|
| 132 |
+
_, proto = await self._create_direct_connection(req, traces, timeout)
|
| 133 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 134 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1611, in _create_direct_connection
|
| 135 |
+
raise last_exc
|
| 136 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1580, in _create_direct_connection
|
| 137 |
+
transp, proto = await self._wrap_create_connection(
|
| 138 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 139 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1321, in _wrap_create_connection
|
| 140 |
+
raise client_error(req.connection_key, exc) from exc
|
| 141 |
+
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host discord.com:443 ssl:default [None]
|
| 142 |
+
2026-06-02 07:55:10,535 ERROR asyncio: Unclosed client session
|
| 143 |
+
client_session: <aiohttp.client.ClientSession object at 0x7f2086ca6d10>
|
| 144 |
+
2026-06-02 07:55:10,535 WARNING gateway.run: Gateway swallowed transient network error from Task-34: ClientConnectorError: Cannot connect to host discord.com:443 ssl:default [None]
|
| 145 |
+
Traceback (most recent call last):
|
| 146 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1313, in _wrap_create_connection
|
| 147 |
+
return await self._loop.create_connection(*args, **kwargs, sock=sock)
|
| 148 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 149 |
+
File "/usr/local/lib/python3.11/asyncio/base_events.py", line 1113, in create_connection
|
| 150 |
+
transport, protocol = await self._create_connection_transport(
|
| 151 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 152 |
+
File "/usr/local/lib/python3.11/asyncio/base_events.py", line 1146, in _create_connection_transport
|
| 153 |
+
await waiter
|
| 154 |
+
File "/usr/local/lib/python3.11/asyncio/sslproto.py", line 578, in _on_handshake_complete
|
| 155 |
+
raise handshake_exc
|
| 156 |
+
ConnectionResetError
|
| 157 |
+
|
| 158 |
+
The above exception was the direct cause of the following exception:
|
| 159 |
+
|
| 160 |
+
Traceback (most recent call last):
|
| 161 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/client.py", line 850, in start
|
| 162 |
+
await self.login(token)
|
| 163 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/client.py", line 679, in login
|
| 164 |
+
data = await self.http.static_login(token)
|
| 165 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 166 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/http.py", line 844, in static_login
|
| 167 |
+
data = await self.request(Route('GET', '/users/@me'))
|
| 168 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 169 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/http.py", line 659, in request
|
| 170 |
+
async with self.__session.request(method, url, **kwargs) as response:
|
| 171 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 1510, in __aenter__
|
| 172 |
+
self._resp: _RetType = await self._coro
|
| 173 |
+
^^^^^^^^^^^^^^^^
|
| 174 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 779, in _request
|
| 175 |
+
resp = await handler(req)
|
| 176 |
+
^^^^^^^^^^^^^^^^^^
|
| 177 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 734, in _connect_and_send_request
|
| 178 |
+
conn = await self._connector.connect(
|
| 179 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 180 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 672, in connect
|
| 181 |
+
proto = await self._create_connection(req, traces, timeout)
|
| 182 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 183 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1239, in _create_connection
|
| 184 |
+
_, proto = await self._create_direct_connection(req, traces, timeout)
|
| 185 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 186 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1611, in _create_direct_connection
|
| 187 |
+
raise last_exc
|
| 188 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1580, in _create_direct_connection
|
| 189 |
+
transp, proto = await self._wrap_create_connection(
|
| 190 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 191 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1321, in _wrap_create_connection
|
| 192 |
+
raise client_error(req.connection_key, exc) from exc
|
| 193 |
+
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host discord.com:443 ssl:default [None]
|
| 194 |
+
2026-06-02 07:55:10,547 ERROR asyncio: Unclosed client session
|
| 195 |
+
client_session: <aiohttp.client.ClientSession object at 0x7f20856d9310>
|
| 196 |
+
2026-06-02 07:55:10,648 WARNING gateway.run: Gateway swallowed transient network error from Task-6: ClientConnectorError: Cannot connect to host discord.com:443 ssl:default [None]
|
| 197 |
+
Traceback (most recent call last):
|
| 198 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1313, in _wrap_create_connection
|
| 199 |
+
return await self._loop.create_connection(*args, **kwargs, sock=sock)
|
| 200 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 201 |
+
File "/usr/local/lib/python3.11/asyncio/base_events.py", line 1113, in create_connection
|
| 202 |
+
transport, protocol = await self._create_connection_transport(
|
| 203 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 204 |
+
File "/usr/local/lib/python3.11/asyncio/base_events.py", line 1146, in _create_connection_transport
|
| 205 |
+
await waiter
|
| 206 |
+
File "/usr/local/lib/python3.11/asyncio/sslproto.py", line 578, in _on_handshake_complete
|
| 207 |
+
raise handshake_exc
|
| 208 |
+
ConnectionResetError
|
| 209 |
+
|
| 210 |
+
The above exception was the direct cause of the following exception:
|
| 211 |
+
|
| 212 |
+
Traceback (most recent call last):
|
| 213 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/client.py", line 850, in start
|
| 214 |
+
await self.login(token)
|
| 215 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/client.py", line 679, in login
|
| 216 |
+
data = await self.http.static_login(token)
|
| 217 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 218 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/http.py", line 844, in static_login
|
| 219 |
+
data = await self.request(Route('GET', '/users/@me'))
|
| 220 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 221 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/http.py", line 659, in request
|
| 222 |
+
async with self.__session.request(method, url, **kwargs) as response:
|
| 223 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 1510, in __aenter__
|
| 224 |
+
self._resp: _RetType = await self._coro
|
| 225 |
+
^^^^^^^^^^^^^^^^
|
| 226 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 779, in _request
|
| 227 |
+
resp = await handler(req)
|
| 228 |
+
^^^^^^^^^^^^^^^^^^
|
| 229 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 734, in _connect_and_send_request
|
| 230 |
+
conn = await self._connector.connect(
|
| 231 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 232 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 672, in connect
|
| 233 |
+
proto = await self._create_connection(req, traces, timeout)
|
| 234 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 235 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1239, in _create_connection
|
| 236 |
+
_, proto = await self._create_direct_connection(req, traces, timeout)
|
| 237 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 238 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1611, in _create_direct_connection
|
| 239 |
+
raise last_exc
|
| 240 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1580, in _create_direct_connection
|
| 241 |
+
transp, proto = await self._wrap_create_connection(
|
| 242 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 243 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1321, in _wrap_create_connection
|
| 244 |
+
raise client_error(req.connection_key, exc) from exc
|
| 245 |
+
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host discord.com:443 ssl:default [None]
|
logs/gateway.log
CHANGED
|
@@ -304,3 +304,155 @@
|
|
| 304 |
2026-06-02 07:53:50,399 INFO gateway.run: Reconnecting api_server (attempt 4)...
|
| 305 |
2026-06-02 07:53:50,411 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
|
| 306 |
2026-06-02 07:53:50,433 INFO gateway.run: Reconnect api_server failed, next retry in 240s
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 304 |
2026-06-02 07:53:50,399 INFO gateway.run: Reconnecting api_server (attempt 4)...
|
| 305 |
2026-06-02 07:53:50,411 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
|
| 306 |
2026-06-02 07:53:50,433 INFO gateway.run: Reconnect api_server failed, next retry in 240s
|
| 307 |
+
2026-06-02 07:55:10,501 INFO gateway.run: Reconnecting discord (attempt 4)...
|
| 308 |
+
2026-06-02 07:55:10,515 WARNING gateway.run: Gateway swallowed transient network error from Task-24: ClientConnectorError: Cannot connect to host discord.com:443 ssl:default [None]
|
| 309 |
+
Traceback (most recent call last):
|
| 310 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1313, in _wrap_create_connection
|
| 311 |
+
return await self._loop.create_connection(*args, **kwargs, sock=sock)
|
| 312 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 313 |
+
File "/usr/local/lib/python3.11/asyncio/base_events.py", line 1113, in create_connection
|
| 314 |
+
transport, protocol = await self._create_connection_transport(
|
| 315 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 316 |
+
File "/usr/local/lib/python3.11/asyncio/base_events.py", line 1146, in _create_connection_transport
|
| 317 |
+
await waiter
|
| 318 |
+
File "/usr/local/lib/python3.11/asyncio/sslproto.py", line 578, in _on_handshake_complete
|
| 319 |
+
raise handshake_exc
|
| 320 |
+
ConnectionResetError
|
| 321 |
+
|
| 322 |
+
The above exception was the direct cause of the following exception:
|
| 323 |
+
|
| 324 |
+
Traceback (most recent call last):
|
| 325 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/client.py", line 850, in start
|
| 326 |
+
await self.login(token)
|
| 327 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/client.py", line 679, in login
|
| 328 |
+
data = await self.http.static_login(token)
|
| 329 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 330 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/http.py", line 844, in static_login
|
| 331 |
+
data = await self.request(Route('GET', '/users/@me'))
|
| 332 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 333 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/http.py", line 659, in request
|
| 334 |
+
async with self.__session.request(method, url, **kwargs) as response:
|
| 335 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 1510, in __aenter__
|
| 336 |
+
self._resp: _RetType = await self._coro
|
| 337 |
+
^^^^^^^^^^^^^^^^
|
| 338 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 779, in _request
|
| 339 |
+
resp = await handler(req)
|
| 340 |
+
^^^^^^^^^^^^^^^^^^
|
| 341 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 734, in _connect_and_send_request
|
| 342 |
+
conn = await self._connector.connect(
|
| 343 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 344 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 672, in connect
|
| 345 |
+
proto = await self._create_connection(req, traces, timeout)
|
| 346 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 347 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1239, in _create_connection
|
| 348 |
+
_, proto = await self._create_direct_connection(req, traces, timeout)
|
| 349 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 350 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1611, in _create_direct_connection
|
| 351 |
+
raise last_exc
|
| 352 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1580, in _create_direct_connection
|
| 353 |
+
transp, proto = await self._wrap_create_connection(
|
| 354 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 355 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1321, in _wrap_create_connection
|
| 356 |
+
raise client_error(req.connection_key, exc) from exc
|
| 357 |
+
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host discord.com:443 ssl:default [None]
|
| 358 |
+
2026-06-02 07:55:10,535 WARNING gateway.run: Gateway swallowed transient network error from Task-34: ClientConnectorError: Cannot connect to host discord.com:443 ssl:default [None]
|
| 359 |
+
Traceback (most recent call last):
|
| 360 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1313, in _wrap_create_connection
|
| 361 |
+
return await self._loop.create_connection(*args, **kwargs, sock=sock)
|
| 362 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 363 |
+
File "/usr/local/lib/python3.11/asyncio/base_events.py", line 1113, in create_connection
|
| 364 |
+
transport, protocol = await self._create_connection_transport(
|
| 365 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 366 |
+
File "/usr/local/lib/python3.11/asyncio/base_events.py", line 1146, in _create_connection_transport
|
| 367 |
+
await waiter
|
| 368 |
+
File "/usr/local/lib/python3.11/asyncio/sslproto.py", line 578, in _on_handshake_complete
|
| 369 |
+
raise handshake_exc
|
| 370 |
+
ConnectionResetError
|
| 371 |
+
|
| 372 |
+
The above exception was the direct cause of the following exception:
|
| 373 |
+
|
| 374 |
+
Traceback (most recent call last):
|
| 375 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/client.py", line 850, in start
|
| 376 |
+
await self.login(token)
|
| 377 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/client.py", line 679, in login
|
| 378 |
+
data = await self.http.static_login(token)
|
| 379 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 380 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/http.py", line 844, in static_login
|
| 381 |
+
data = await self.request(Route('GET', '/users/@me'))
|
| 382 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 383 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/http.py", line 659, in request
|
| 384 |
+
async with self.__session.request(method, url, **kwargs) as response:
|
| 385 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 1510, in __aenter__
|
| 386 |
+
self._resp: _RetType = await self._coro
|
| 387 |
+
^^^^^^^^^^^^^^^^
|
| 388 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 779, in _request
|
| 389 |
+
resp = await handler(req)
|
| 390 |
+
^^^^^^^^^^^^^^^^^^
|
| 391 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 734, in _connect_and_send_request
|
| 392 |
+
conn = await self._connector.connect(
|
| 393 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 394 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 672, in connect
|
| 395 |
+
proto = await self._create_connection(req, traces, timeout)
|
| 396 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 397 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1239, in _create_connection
|
| 398 |
+
_, proto = await self._create_direct_connection(req, traces, timeout)
|
| 399 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 400 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1611, in _create_direct_connection
|
| 401 |
+
raise last_exc
|
| 402 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1580, in _create_direct_connection
|
| 403 |
+
transp, proto = await self._wrap_create_connection(
|
| 404 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 405 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1321, in _wrap_create_connection
|
| 406 |
+
raise client_error(req.connection_key, exc) from exc
|
| 407 |
+
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host discord.com:443 ssl:default [None]
|
| 408 |
+
2026-06-02 07:55:10,648 WARNING gateway.run: Gateway swallowed transient network error from Task-6: ClientConnectorError: Cannot connect to host discord.com:443 ssl:default [None]
|
| 409 |
+
Traceback (most recent call last):
|
| 410 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1313, in _wrap_create_connection
|
| 411 |
+
return await self._loop.create_connection(*args, **kwargs, sock=sock)
|
| 412 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 413 |
+
File "/usr/local/lib/python3.11/asyncio/base_events.py", line 1113, in create_connection
|
| 414 |
+
transport, protocol = await self._create_connection_transport(
|
| 415 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 416 |
+
File "/usr/local/lib/python3.11/asyncio/base_events.py", line 1146, in _create_connection_transport
|
| 417 |
+
await waiter
|
| 418 |
+
File "/usr/local/lib/python3.11/asyncio/sslproto.py", line 578, in _on_handshake_complete
|
| 419 |
+
raise handshake_exc
|
| 420 |
+
ConnectionResetError
|
| 421 |
+
|
| 422 |
+
The above exception was the direct cause of the following exception:
|
| 423 |
+
|
| 424 |
+
Traceback (most recent call last):
|
| 425 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/client.py", line 850, in start
|
| 426 |
+
await self.login(token)
|
| 427 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/client.py", line 679, in login
|
| 428 |
+
data = await self.http.static_login(token)
|
| 429 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 430 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/http.py", line 844, in static_login
|
| 431 |
+
data = await self.request(Route('GET', '/users/@me'))
|
| 432 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 433 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/http.py", line 659, in request
|
| 434 |
+
async with self.__session.request(method, url, **kwargs) as response:
|
| 435 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 1510, in __aenter__
|
| 436 |
+
self._resp: _RetType = await self._coro
|
| 437 |
+
^^^^^^^^^^^^^^^^
|
| 438 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 779, in _request
|
| 439 |
+
resp = await handler(req)
|
| 440 |
+
^^^^^^^^^^^^^^^^^^
|
| 441 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 734, in _connect_and_send_request
|
| 442 |
+
conn = await self._connector.connect(
|
| 443 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 444 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 672, in connect
|
| 445 |
+
proto = await self._create_connection(req, traces, timeout)
|
| 446 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 447 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1239, in _create_connection
|
| 448 |
+
_, proto = await self._create_direct_connection(req, traces, timeout)
|
| 449 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 450 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1611, in _create_direct_connection
|
| 451 |
+
raise last_exc
|
| 452 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1580, in _create_direct_connection
|
| 453 |
+
transp, proto = await self._wrap_create_connection(
|
| 454 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 455 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1321, in _wrap_create_connection
|
| 456 |
+
raise client_error(req.connection_key, exc) from exc
|
| 457 |
+
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host discord.com:443 ssl:default [None]
|
| 458 |
+
2026-06-02 07:55:10,670 INFO hermes_plugins.discord_platform.adapter: [Discord] Registered /skill command with 90 skill(s) via autocomplete
|
metadata.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"timestamp": "2026-06-02T07:
|
| 3 |
"version": "0.10.0",
|
| 4 |
"hermes_home": "/data/.hermes"
|
| 5 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"timestamp": "2026-06-02T07:55:19.500659",
|
| 3 |
"version": "0.10.0",
|
| 4 |
"hermes_home": "/data/.hermes"
|
| 5 |
}
|