Hermes Agent backup - 2026-06-03 03:40:00
Browse files- logs/agent.log +55 -0
- logs/errors.log +53 -0
- logs/gateway.log +53 -0
- metadata.json +1 -1
logs/agent.log
CHANGED
|
@@ -1557,3 +1557,58 @@ client_session: <aiohttp.client.ClientSession object at 0x7f208563b910>
|
|
| 1557 |
2026-06-03 03:34:15,296 INFO gateway.run: Reconnecting api_server (attempt 240)...
|
| 1558 |
2026-06-03 03:34:15,305 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.
|
| 1559 |
2026-06-03 03:34:15,312 INFO gateway.run: Reconnect api_server failed, next retry in 300s
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1557 |
2026-06-03 03:34:15,296 INFO gateway.run: Reconnecting api_server (attempt 240)...
|
| 1558 |
2026-06-03 03:34:15,305 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.
|
| 1559 |
2026-06-03 03:34:15,312 INFO gateway.run: Reconnect api_server failed, next retry in 300s
|
| 1560 |
+
2026-06-03 03:39:15,600 INFO gateway.run: Reconnecting api_server (attempt 241)...
|
| 1561 |
+
2026-06-03 03:39:15,603 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.
|
| 1562 |
+
2026-06-03 03:39:15,611 INFO gateway.run: Reconnect api_server failed, next retry in 300s
|
| 1563 |
+
2026-06-03 03:39:48,677 WARNING gateway.run: Gateway swallowed transient network error from Task-168: ClientConnectorError: Cannot connect to host discord.com:443 ssl:default [None]
|
| 1564 |
+
Traceback (most recent call last):
|
| 1565 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1313, in _wrap_create_connection
|
| 1566 |
+
return await self._loop.create_connection(*args, **kwargs, sock=sock)
|
| 1567 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 1568 |
+
File "/usr/local/lib/python3.11/asyncio/base_events.py", line 1113, in create_connection
|
| 1569 |
+
transport, protocol = await self._create_connection_transport(
|
| 1570 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 1571 |
+
File "/usr/local/lib/python3.11/asyncio/base_events.py", line 1146, in _create_connection_transport
|
| 1572 |
+
await waiter
|
| 1573 |
+
File "/usr/local/lib/python3.11/asyncio/sslproto.py", line 578, in _on_handshake_complete
|
| 1574 |
+
raise handshake_exc
|
| 1575 |
+
ConnectionResetError
|
| 1576 |
+
|
| 1577 |
+
The above exception was the direct cause of the following exception:
|
| 1578 |
+
|
| 1579 |
+
Traceback (most recent call last):
|
| 1580 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/client.py", line 850, in start
|
| 1581 |
+
await self.login(token)
|
| 1582 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/client.py", line 679, in login
|
| 1583 |
+
data = await self.http.static_login(token)
|
| 1584 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 1585 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/http.py", line 844, in static_login
|
| 1586 |
+
data = await self.request(Route('GET', '/users/@me'))
|
| 1587 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 1588 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/http.py", line 659, in request
|
| 1589 |
+
async with self.__session.request(method, url, **kwargs) as response:
|
| 1590 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 1510, in __aenter__
|
| 1591 |
+
self._resp: _RetType = await self._coro
|
| 1592 |
+
^^^^^^^^^^^^^^^^
|
| 1593 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 779, in _request
|
| 1594 |
+
resp = await handler(req)
|
| 1595 |
+
^^^^^^^^^^^^^^^^^^
|
| 1596 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 734, in _connect_and_send_request
|
| 1597 |
+
conn = await self._connector.connect(
|
| 1598 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 1599 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 672, in connect
|
| 1600 |
+
proto = await self._create_connection(req, traces, timeout)
|
| 1601 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 1602 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1239, in _create_connection
|
| 1603 |
+
_, proto = await self._create_direct_connection(req, traces, timeout)
|
| 1604 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 1605 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1611, in _create_direct_connection
|
| 1606 |
+
raise last_exc
|
| 1607 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1580, in _create_direct_connection
|
| 1608 |
+
transp, proto = await self._wrap_create_connection(
|
| 1609 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 1610 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1321, in _wrap_create_connection
|
| 1611 |
+
raise client_error(req.connection_key, exc) from exc
|
| 1612 |
+
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host discord.com:443 ssl:default [None]
|
| 1613 |
+
2026-06-03 03:39:48,700 ERROR asyncio: Unclosed client session
|
| 1614 |
+
client_session: <aiohttp.client.ClientSession object at 0x7f208563c090>
|
logs/errors.log
CHANGED
|
@@ -640,3 +640,56 @@ client_session: <aiohttp.client.ClientSession object at 0x7f208563b910>
|
|
| 640 |
2026-06-03 03:24:14,664 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.
|
| 641 |
2026-06-03 03:29:14,982 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.
|
| 642 |
2026-06-03 03:34:15,305 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 640 |
2026-06-03 03:24:14,664 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.
|
| 641 |
2026-06-03 03:29:14,982 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.
|
| 642 |
2026-06-03 03:34:15,305 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.
|
| 643 |
+
2026-06-03 03:39:15,603 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.
|
| 644 |
+
2026-06-03 03:39:48,677 WARNING gateway.run: Gateway swallowed transient network error from Task-168: ClientConnectorError: Cannot connect to host discord.com:443 ssl:default [None]
|
| 645 |
+
Traceback (most recent call last):
|
| 646 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1313, in _wrap_create_connection
|
| 647 |
+
return await self._loop.create_connection(*args, **kwargs, sock=sock)
|
| 648 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 649 |
+
File "/usr/local/lib/python3.11/asyncio/base_events.py", line 1113, in create_connection
|
| 650 |
+
transport, protocol = await self._create_connection_transport(
|
| 651 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 652 |
+
File "/usr/local/lib/python3.11/asyncio/base_events.py", line 1146, in _create_connection_transport
|
| 653 |
+
await waiter
|
| 654 |
+
File "/usr/local/lib/python3.11/asyncio/sslproto.py", line 578, in _on_handshake_complete
|
| 655 |
+
raise handshake_exc
|
| 656 |
+
ConnectionResetError
|
| 657 |
+
|
| 658 |
+
The above exception was the direct cause of the following exception:
|
| 659 |
+
|
| 660 |
+
Traceback (most recent call last):
|
| 661 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/client.py", line 850, in start
|
| 662 |
+
await self.login(token)
|
| 663 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/client.py", line 679, in login
|
| 664 |
+
data = await self.http.static_login(token)
|
| 665 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 666 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/http.py", line 844, in static_login
|
| 667 |
+
data = await self.request(Route('GET', '/users/@me'))
|
| 668 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 669 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/http.py", line 659, in request
|
| 670 |
+
async with self.__session.request(method, url, **kwargs) as response:
|
| 671 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 1510, in __aenter__
|
| 672 |
+
self._resp: _RetType = await self._coro
|
| 673 |
+
^^^^^^^^^^^^^^^^
|
| 674 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 779, in _request
|
| 675 |
+
resp = await handler(req)
|
| 676 |
+
^^^^^^^^^^^^^^^^^^
|
| 677 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 734, in _connect_and_send_request
|
| 678 |
+
conn = await self._connector.connect(
|
| 679 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 680 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 672, in connect
|
| 681 |
+
proto = await self._create_connection(req, traces, timeout)
|
| 682 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 683 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1239, in _create_connection
|
| 684 |
+
_, proto = await self._create_direct_connection(req, traces, timeout)
|
| 685 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 686 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1611, in _create_direct_connection
|
| 687 |
+
raise last_exc
|
| 688 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1580, in _create_direct_connection
|
| 689 |
+
transp, proto = await self._wrap_create_connection(
|
| 690 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 691 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1321, in _wrap_create_connection
|
| 692 |
+
raise client_error(req.connection_key, exc) from exc
|
| 693 |
+
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host discord.com:443 ssl:default [None]
|
| 694 |
+
2026-06-03 03:39:48,700 ERROR asyncio: Unclosed client session
|
| 695 |
+
client_session: <aiohttp.client.ClientSession object at 0x7f208563c090>
|
logs/gateway.log
CHANGED
|
@@ -1334,3 +1334,56 @@ aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host discord.c
|
|
| 1334 |
2026-06-03 03:34:15,296 INFO gateway.run: Reconnecting api_server (attempt 240)...
|
| 1335 |
2026-06-03 03:34:15,305 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.
|
| 1336 |
2026-06-03 03:34:15,312 INFO gateway.run: Reconnect api_server failed, next retry in 300s
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1334 |
2026-06-03 03:34:15,296 INFO gateway.run: Reconnecting api_server (attempt 240)...
|
| 1335 |
2026-06-03 03:34:15,305 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.
|
| 1336 |
2026-06-03 03:34:15,312 INFO gateway.run: Reconnect api_server failed, next retry in 300s
|
| 1337 |
+
2026-06-03 03:39:15,600 INFO gateway.run: Reconnecting api_server (attempt 241)...
|
| 1338 |
+
2026-06-03 03:39:15,603 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.
|
| 1339 |
+
2026-06-03 03:39:15,611 INFO gateway.run: Reconnect api_server failed, next retry in 300s
|
| 1340 |
+
2026-06-03 03:39:48,677 WARNING gateway.run: Gateway swallowed transient network error from Task-168: ClientConnectorError: Cannot connect to host discord.com:443 ssl:default [None]
|
| 1341 |
+
Traceback (most recent call last):
|
| 1342 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1313, in _wrap_create_connection
|
| 1343 |
+
return await self._loop.create_connection(*args, **kwargs, sock=sock)
|
| 1344 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 1345 |
+
File "/usr/local/lib/python3.11/asyncio/base_events.py", line 1113, in create_connection
|
| 1346 |
+
transport, protocol = await self._create_connection_transport(
|
| 1347 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 1348 |
+
File "/usr/local/lib/python3.11/asyncio/base_events.py", line 1146, in _create_connection_transport
|
| 1349 |
+
await waiter
|
| 1350 |
+
File "/usr/local/lib/python3.11/asyncio/sslproto.py", line 578, in _on_handshake_complete
|
| 1351 |
+
raise handshake_exc
|
| 1352 |
+
ConnectionResetError
|
| 1353 |
+
|
| 1354 |
+
The above exception was the direct cause of the following exception:
|
| 1355 |
+
|
| 1356 |
+
Traceback (most recent call last):
|
| 1357 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/client.py", line 850, in start
|
| 1358 |
+
await self.login(token)
|
| 1359 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/client.py", line 679, in login
|
| 1360 |
+
data = await self.http.static_login(token)
|
| 1361 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 1362 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/http.py", line 844, in static_login
|
| 1363 |
+
data = await self.request(Route('GET', '/users/@me'))
|
| 1364 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 1365 |
+
File "/home/appuser/.local/lib/python3.11/site-packages/discord/http.py", line 659, in request
|
| 1366 |
+
async with self.__session.request(method, url, **kwargs) as response:
|
| 1367 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 1510, in __aenter__
|
| 1368 |
+
self._resp: _RetType = await self._coro
|
| 1369 |
+
^^^^^^^^^^^^^^^^
|
| 1370 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 779, in _request
|
| 1371 |
+
resp = await handler(req)
|
| 1372 |
+
^^^^^^^^^^^^^^^^^^
|
| 1373 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 734, in _connect_and_send_request
|
| 1374 |
+
conn = await self._connector.connect(
|
| 1375 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 1376 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 672, in connect
|
| 1377 |
+
proto = await self._create_connection(req, traces, timeout)
|
| 1378 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 1379 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1239, in _create_connection
|
| 1380 |
+
_, proto = await self._create_direct_connection(req, traces, timeout)
|
| 1381 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 1382 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1611, in _create_direct_connection
|
| 1383 |
+
raise last_exc
|
| 1384 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1580, in _create_direct_connection
|
| 1385 |
+
transp, proto = await self._wrap_create_connection(
|
| 1386 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 1387 |
+
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1321, in _wrap_create_connection
|
| 1388 |
+
raise client_error(req.connection_key, exc) from exc
|
| 1389 |
+
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host discord.com:443 ssl:default [None]
|
metadata.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"timestamp": "2026-06-03T03:
|
| 3 |
"version": "0.10.0",
|
| 4 |
"hermes_home": "/data/.hermes"
|
| 5 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"timestamp": "2026-06-03T03:40:00.545480",
|
| 3 |
"version": "0.10.0",
|
| 4 |
"hermes_home": "/data/.hermes"
|
| 5 |
}
|