2026-08-15 03:16:22,274 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Timed out: Timed out. Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 32, in read with map_exceptions(exc_map): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request res = await self._client.request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 122, in handle_async_request response = await transport.handle_async_request(candidate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper code, payload = await self.do_request( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request raise TimedOut from err telegram.error.TimedOut: Timed out 2026-08-15 03:16:22,345 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Timed out 2026-08-15 03:16:22,346 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 2/10), reconnecting in 10s. Error: Timed out 2026-08-15 03:16:52,390 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Timed out: Timed out. Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 32, in read with map_exceptions(exc_map): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request res = await self._client.request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 122, in handle_async_request response = await transport.handle_async_request(candidate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper code, payload = await self.do_request( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request raise TimedOut from err telegram.error.TimedOut: Timed out 2026-08-15 03:16:52,450 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Timed out 2026-08-15 03:16:52,451 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 3/10), reconnecting in 20s. Error: Timed out 2026-08-15 03:17:32,636 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Timed out: Timed out. Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 32, in read with map_exceptions(exc_map): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request res = await self._client.request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 122, in handle_async_request response = await transport.handle_async_request(candidate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper code, payload = await self.do_request( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request raise TimedOut from err telegram.error.TimedOut: Timed out 2026-08-15 03:17:32,686 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Timed out 2026-08-15 03:17:32,686 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 4/10), reconnecting in 40s. Error: Timed out 2026-08-15 03:20:41,731 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 03:25:50,054 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 03:30:57,611 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 03:36:05,619 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 03:41:12,185 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 03:46:20,039 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 03:51:27,369 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 03:56:34,191 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 04:01:41,595 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 04:06:48,297 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 04:11:55,635 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 04:14:18,864 WARNING gateway.session: gateway.session: routing key 'agent:main:telegram:group:-1003707758328:18' -> 20260814_134741_2472ab6f is ended in state.db but still live in sessions.json; dropping stale entry and recovering/recreating the session (#54878) 2026-08-15 04:17:05,029 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 04:20:58,153 WARNING [20260815_041418_810c5572] agent.tool_executor: Tool terminal returned error (1.98s): {"output": "usage: hermes [-h] [--version] [-z PROMPT] [--usage-file PATH] [-m MODEL]\n [--provider PROVIDER] [--reasoning LEVEL] [-t TOOLSETS]\n [--resume SESSION] [--no-res 2026-08-15 04:22:12,149 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 04:27:20,064 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 04:32:27,044 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 04:37:34,421 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 04:41:46,259 WARNING agent.auxiliary_client: Auxiliary: marking openrouter unhealthy for 60s (payment / credit error). Subsequent auxiliary calls will skip it until 04:42:46. 2026-08-15 04:41:46,264 WARNING agent.auxiliary_client: Auxiliary Nous client unavailable: no Nous authentication found (run: hermes auth). 2026-08-15 04:41:46,264 WARNING agent.auxiliary_client: Auxiliary: marking nous unhealthy for 60s (payment / credit error). Subsequent auxiliary calls will skip it until 04:42:46. 2026-08-15 04:41:46,282 WARNING hermes_cli.copilot_auth: Token from GITHUB_TOKEN is not supported: Classic Personal Access Tokens (ghp_*) are not supported by the Copilot API. Use one of: → `copilot login` or `hermes model` to authenticate via OAuth → A fine-grained PAT (github_pat_*) with Copilot Requests permission → `gh auth login` with the default device code flow (produces gho_* tokens) 2026-08-15 04:41:46,336 WARNING agent.auxiliary_client: Auxiliary title_generation: connection error on auto and no fallback available (tried: openrouter, nous, local/custom, api-key) 2026-08-15 04:41:46,338 WARNING agent.auxiliary_client: Auxiliary title_generation: connection error on auto and all fallbacks exhausted (fallback_chain + main agent model). Raising original error. 2026-08-15 04:41:46,338 WARNING agent.title_generator: Title generation failed: Request timed out. 2026-08-15 04:42:42,504 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 04:47:50,159 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 04:52:56,602 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 04:58:05,155 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 05:03:13,298 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 05:08:16,660 WARNING [20260814_134741_2472ab6f] gateway.run: Persisted transcript lagged live cached history for session agent:main:telegram:group:-1003707758328:18 (disk=6, memory=8); preserving live conversation context (possible FTS write corruption) 2026-08-15 05:08:21,601 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 05:13:30,024 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 05:14:38,431 ERROR agent.chat_completion_helpers: Streaming failed before delivery: Error code: 404 - {'error': {'message': 'No active credentials for provider: openai-compatible-chat-e87f441e-89b5-4937-bfc5-3176d47e88e3'}} Traceback (most recent call last): File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3992, in _call result["response"] = _call_chat_completions(stream_attempt_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3341, in _call_chat_completions relay_llm.stream( File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 333, in stream return ManagedLlmStream( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 407, in __init__ raw_stream = stream_factory(request) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3279, in _open_stream return request_client.chat.completions.create(**stream_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/resources/chat/completions/completions.py", line 1204, in create return self._post( ^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1297, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1070, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'error': {'message': 'No active credentials for provider: openai-compatible-chat-e87f441e-89b5-4937-bfc5-3176d47e88e3'}} 2026-08-15 05:14:38,466 WARNING [20260815_041418_810c5572] agent.conversation_loop: API call failed (attempt 1/3) error_type=NotFoundError thread=hermes-gateway_1:133927307417280 provider=custom base_url=http://localhost:20128/v1 model=default summary=HTTP 404: No active credentials for provider: openai-compatible-chat-e87f441e-89b5-4937-bfc5-3176d47e88e3 2026-08-15 05:14:38,468 WARNING [20260815_041418_810c5572] agent.conversation_loop: Retrying API call in 2.5369681050709505s (attempt 1/3) thread=hermes-gateway_1:133927307417280 provider=custom base_url=http://localhost:20128/v1 model=default policy=default error=Error code: 404 - {'error': {'message': 'No active credentials for provider: openai-compatible-chat-e87f441e-89b5-4937-bfc5-3176d47e88e3'}} 2026-08-15 05:18:38,000 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 05:21:06,053 ERROR agent.chat_completion_helpers: Streaming failed before delivery: Error code: 404 - {'error': {'message': 'No active credentials for provider: openai-compatible-chat-e87f441e-89b5-4937-bfc5-3176d47e88e3'}} Traceback (most recent call last): File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3992, in _call result["response"] = _call_chat_completions(stream_attempt_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3341, in _call_chat_completions relay_llm.stream( File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 333, in stream return ManagedLlmStream( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 407, in __init__ raw_stream = stream_factory(request) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3279, in _open_stream return request_client.chat.completions.create(**stream_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/resources/chat/completions/completions.py", line 1204, in create return self._post( ^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1297, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1070, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'error': {'message': 'No active credentials for provider: openai-compatible-chat-e87f441e-89b5-4937-bfc5-3176d47e88e3'}} 2026-08-15 05:21:06,065 WARNING [20260815_041418_810c5572] agent.conversation_loop: API call failed (attempt 2/3) error_type=NotFoundError thread=hermes-gateway_1:133927307417280 provider=custom base_url=http://localhost:20128/v1 model=default summary=HTTP 404: No active credentials for provider: openai-compatible-chat-e87f441e-89b5-4937-bfc5-3176d47e88e3 2026-08-15 05:21:06,066 WARNING [20260815_041418_810c5572] agent.conversation_loop: Retrying API call in 4.762631939878805s (attempt 2/3) thread=hermes-gateway_1:133927307417280 provider=custom base_url=http://localhost:20128/v1 model=default policy=default error=Error code: 404 - {'error': {'message': 'No active credentials for provider: openai-compatible-chat-e87f441e-89b5-4937-bfc5-3176d47e88e3'}} 2026-08-15 05:23:44,637 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 05:27:34,469 ERROR agent.chat_completion_helpers: Streaming failed before delivery: Error code: 404 - {'error': {'message': 'No active credentials for provider: openrouter'}} Traceback (most recent call last): File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3992, in _call result["response"] = _call_chat_completions(stream_attempt_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3341, in _call_chat_completions relay_llm.stream( File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 333, in stream return ManagedLlmStream( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 407, in __init__ raw_stream = stream_factory(request) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3279, in _open_stream return request_client.chat.completions.create(**stream_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/resources/chat/completions/completions.py", line 1204, in create return self._post( ^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1297, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1070, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'error': {'message': 'No active credentials for provider: openrouter'}} 2026-08-15 05:27:34,508 WARNING [20260815_041418_810c5572] agent.conversation_loop: API call failed (attempt 3/3) error_type=NotFoundError thread=hermes-gateway_1:133927307417280 provider=custom base_url=http://localhost:20128/v1 model=default summary=HTTP 404: No active credentials for provider: openrouter 2026-08-15 05:27:34,523 ERROR [20260815_041418_810c5572] agent.conversation_loop: API call failed after 3 retries. HTTP 404: No active credentials for provider: openrouter | provider=custom model=default msgs=10 tokens=~13,244 2026-08-15 05:28:52,566 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 05:33:59,409 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 05:39:06,428 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 05:44:14,543 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 05:49:21,718 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 05:54:28,480 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 05:59:35,535 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 06:04:43,486 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 06:09:50,992 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 06:14:58,768 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 06:20:06,914 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 06:25:15,465 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 06:30:22,848 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 06:35:30,284 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 06:40:37,444 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 06:45:44,679 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 06:50:51,879 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 06:55:59,575 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 07:01:06,573 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 07:06:13,757 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 07:11:21,651 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 07:16:28,511 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 07:21:36,902 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 07:26:44,129 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 07:31:52,710 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 07:37:00,510 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 07:42:08,362 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 07:47:15,306 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 07:52:21,898 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 07:57:30,181 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 08:02:37,448 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 08:07:45,687 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 08:12:52,532 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 08:18:00,638 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 08:23:08,383 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 08:28:16,379 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 08:33:23,861 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 08:38:31,937 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 08:43:39,765 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 08:48:47,043 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 08:53:55,222 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 08:59:01,923 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 09:04:10,099 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 09:09:17,034 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 09:14:24,640 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 09:19:32,208 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 09:24:39,248 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 09:29:46,565 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 09:34:53,135 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 09:40:00,871 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 09:45:09,640 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 09:50:16,930 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 09:55:25,165 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 10:00:32,884 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 10:05:39,750 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 10:10:46,829 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 10:15:55,600 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 10:21:04,244 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 10:26:11,160 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 10:31:18,907 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 10:36:26,551 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 10:41:34,249 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 10:46:42,120 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 10:50:48,017 WARNING [20260815_041418_810c5572] gateway.run: Persisted transcript lagged live cached history for session agent:main:telegram:group:-1003707758328:18 (disk=7, memory=9); preserving live conversation context (possible FTS write corruption) 2026-08-15 10:51:50,036 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 10:56:58,573 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 10:57:34,898 WARNING [20260815_041418_810c5572] agent.tool_executor: Tool terminal returned error (0.21s): {"output": "python3: can't open file '/root/.hermes/profiles/reviewer/home/.hermes/skills/productivity/google-workspace/scripts/google_api.py': [Errno 2] No such file or directory", "exit_code": 2, "e 2026-08-15 11:02:07,195 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 11:03:53,227 WARNING [20260815_041418_810c5572] agent.tool_executor: Tool terminal returned error (69.65s): {"output": "Traceback (most recent call last):\n File \"/root/.hermes/profiles/reviewer/skills/productivity/google-workspace/scripts/google_api.py\", line 1225, in \n main()\n File \"/roo 2026-08-15 11:07:14,833 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 11:12:22,414 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 11:17:30,333 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 11:22:37,607 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 11:27:44,553 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 11:32:51,813 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 11:37:59,762 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 11:43:06,932 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 11:48:15,126 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 11:53:21,877 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 11:58:28,572 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 12:03:35,502 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 12:08:42,155 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 12:13:50,478 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 12:18:58,402 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 12:24:06,419 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 12:29:15,015 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 12:34:21,999 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 12:39:29,118 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 12:44:36,353 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 12:49:44,306 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 12:54:52,304 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 12:59:59,956 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 13:05:08,925 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 13:10:16,110 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 13:15:23,266 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 13:20:31,521 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 13:21:44,599 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network _redact_telegram_error_text(error), scheduling reconnect: httpx.ReadError: 2026-08-15 13:21:44,600 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: httpx.ReadError: 2026-08-15 13:25:39,069 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 13:30:45,621 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 13:35:53,086 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 13:41:00,660 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 13:46:08,167 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 13:51:16,664 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 13:56:23,810 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 14:01:31,450 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 14:06:39,488 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 14:11:47,800 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 14:16:55,734 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 14:22:04,824 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 14:27:13,996 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 14:32:21,653 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 14:37:30,081 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 14:42:37,658 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 14:47:45,544 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 14:52:53,151 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 14:58:00,481 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 15:03:08,624 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 15:08:17,122 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 15:13:23,436 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 15:18:31,185 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 15:23:38,854 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 15:28:45,948 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 15:33:53,355 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 15:39:00,181 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 15:44:09,619 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 15:49:17,455 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 15:54:25,273 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 15:59:33,051 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 16:04:40,208 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 16:09:48,100 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 16:14:55,268 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 16:20:02,195 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 16:25:09,081 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 16:30:15,996 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 16:35:23,276 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 16:40:30,239 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 16:45:37,596 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 16:50:44,837 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 16:55:52,598 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 16:59:43,609 WARNING [20260815_041418_810c5572] gateway.run: Persisted transcript lagged live cached history for session agent:main:telegram:group:-1003707758328:18 (disk=14, memory=16); preserving live conversation context (possible FTS write corruption) 2026-08-15 17:01:00,553 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 17:05:58,231 WARNING [20260815_041418_810c5572] gateway.run: Persisted transcript lagged live cached history for session agent:main:telegram:group:-1003707758328:18 (disk=16, memory=18); preserving live conversation context (possible FTS write corruption) 2026-08-15 17:06:08,773 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 17:06:27,127 WARNING [20260815_041418_810c5572] gateway.run: Persisted transcript lagged live cached history for session agent:main:telegram:group:-1003707758328:18 (disk=18, memory=20); preserving live conversation context (possible FTS write corruption) 2026-08-15 17:11:16,301 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 17:16:23,814 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 17:21:31,163 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 17:22:43,584 WARNING hermes_cli.copilot_auth: Token from GITHUB_TOKEN is not supported: Classic Personal Access Tokens (ghp_*) are not supported by the Copilot API. Use one of: → `copilot login` or `hermes model` to authenticate via OAuth → A fine-grained PAT (github_pat_*) with Copilot Requests permission → `gh auth login` with the default device code flow (produces gho_* tokens) 2026-08-15 17:22:43,674 WARNING agent.auxiliary_client: resolve_provider_client: custom/main requested but no endpoint credentials found 2026-08-15 17:22:43,675 WARNING agent.auxiliary_client: Auxiliary vision (async): connection error on local9router and all fallbacks exhausted (fallback_chain + main agent model). Raising original error. 2026-08-15 17:22:43,675 ERROR tools.vision_tools: Error analyzing image: Request timed out. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 32, in read with map_exceptions(exc_map): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1604, in request response = await self._client.send( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/tools/vision_tools.py", line 1278, in vision_analyze_tool response = await async_call_llm(**call_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/auxiliary_client.py", line 2896, in wrapped return await callback(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/auxiliary_client.py", line 9473, in async_call_llm return await _async_call_llm_impl( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/auxiliary_client.py", line 9669, in _async_call_llm_impl await _relay_async_completion( File "/usr/local/lib/hermes-agent/agent/auxiliary_client.py", line 2984, in _relay_async_completion return await relay_llm.execute_current_async( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 238, in execute_current_async return await callback(request) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/auxiliary_client.py", line 9637, in _acreate return await client.chat.completions.create(**_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/resources/chat/completions/completions.py", line 2700, in create return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1884, in post return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1622, in request raise APITimeoutError(request=request) from err openai.APITimeoutError: Request timed out. 2026-08-15 17:26:38,298 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 17:31:46,861 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 17:33:03,988 WARNING [20260815_041418_810c5572] hermes_cli.copilot_auth: Token from GITHUB_TOKEN is not supported: Classic Personal Access Tokens (ghp_*) are not supported by the Copilot API. Use one of: → `copilot login` or `hermes model` to authenticate via OAuth → A fine-grained PAT (github_pat_*) with Copilot Requests permission → `gh auth login` with the default device code flow (produces gho_* tokens) 2026-08-15 17:33:04,048 WARNING [20260815_041418_810c5572] agent.auxiliary_client: resolve_provider_client: custom/main requested but no endpoint credentials found 2026-08-15 17:33:04,054 WARNING [20260815_041418_810c5572] agent.auxiliary_client: Auxiliary vision (async): connection error on local9router and all fallbacks exhausted (fallback_chain + main agent model). Raising original error. 2026-08-15 17:33:04,055 ERROR [20260815_041418_810c5572] tools.vision_tools: Error analyzing image: Request timed out. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 32, in read with map_exceptions(exc_map): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1604, in request response = await self._client.send( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/tools/vision_tools.py", line 1278, in vision_analyze_tool response = await async_call_llm(**call_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/auxiliary_client.py", line 2896, in wrapped return await callback(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/auxiliary_client.py", line 9473, in async_call_llm return await _async_call_llm_impl( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/auxiliary_client.py", line 9669, in _async_call_llm_impl await _relay_async_completion( File "/usr/local/lib/hermes-agent/agent/auxiliary_client.py", line 2984, in _relay_async_completion return await relay_llm.execute_current_async( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 239, in execute_current_async return await execute_async( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 125, in execute_async return await callback(request) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/auxiliary_client.py", line 9637, in _acreate return await client.chat.completions.create(**_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/resources/chat/completions/completions.py", line 2700, in create return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1884, in post return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1622, in request raise APITimeoutError(request=request) from err openai.APITimeoutError: Request timed out. 2026-08-15 17:33:04,142 WARNING [20260815_041418_810c5572] agent.tool_executor: Tool vision_analyze returned error (240.44s): { "success": false, "error": "Error analyzing image: Request timed out.", "analysis": "There was a problem with the request and the image could not be analyzed. Error: Request timed out." } 2026-08-15 17:36:54,967 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 17:42:02,319 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 17:44:45,671 WARNING plugins.platforms.telegram.telegram_network: [Telegram] Primary api.telegram.org connection failed (); trying fallback IPs 149.154.166.110 2026-08-15 17:44:45,740 WARNING plugins.platforms.telegram.telegram_network: [Telegram] Primary api.telegram.org path unreachable; using sticky fallback IP 149.154.166.110 2026-08-15 17:46:15,935 WARNING plugins.platforms.telegram.telegram_network: [Telegram] Sticky fallback IP 149.154.166.110 failed; resetting to primary DNS path 2026-08-15 17:46:15,937 WARNING plugins.platforms.telegram.telegram_network: [Telegram] Fallback IP 149.154.166.110 failed: 2026-08-15 17:47:08,997 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 17:52:16,749 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 17:52:25,384 WARNING [20260815_041418_810c5572] agent.tool_executor: Tool skill_manage returned error (0.03s): {"success": false, "error": "Refusing background curator patch for skill 'connect-google': the skill lives in skills.external_dirs, which are externally owned and read-only to autonomous curation."} 2026-08-15 17:57:24,505 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 18:02:30,948 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 18:07:38,642 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 18:12:46,527 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 18:17:54,120 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 18:19:20,958 WARNING plugins.platforms.telegram.telegram_network: [Telegram] Primary api.telegram.org connection failed (); trying fallback IPs 149.154.166.110 2026-08-15 18:19:21,228 WARNING plugins.platforms.telegram.telegram_network: [Telegram] Primary api.telegram.org path unreachable; using sticky fallback IP 149.154.166.110 2026-08-15 18:20:43,767 WARNING plugins.platforms.telegram.telegram_network: [Telegram] Sticky fallback IP 149.154.166.110 failed; resetting to primary DNS path 2026-08-15 18:20:43,768 WARNING plugins.platforms.telegram.telegram_network: [Telegram] Fallback IP 149.154.166.110 failed: 2026-08-15 18:22:42,891 WARNING hermes_cli.copilot_auth: Token from GITHUB_TOKEN is not supported: Classic Personal Access Tokens (ghp_*) are not supported by the Copilot API. Use one of: → `copilot login` or `hermes model` to authenticate via OAuth → A fine-grained PAT (github_pat_*) with Copilot Requests permission → `gh auth login` with the default device code flow (produces gho_* tokens) 2026-08-15 18:22:42,985 WARNING agent.auxiliary_client: resolve_provider_client: custom/main requested but no endpoint credentials found 2026-08-15 18:22:42,986 WARNING agent.auxiliary_client: Auxiliary vision (async): connection error on local9router and all fallbacks exhausted (fallback_chain + main agent model). Raising original error. 2026-08-15 18:22:42,986 ERROR tools.vision_tools: Error analyzing image: Request timed out. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 32, in read with map_exceptions(exc_map): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1604, in request response = await self._client.send( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/tools/vision_tools.py", line 1278, in vision_analyze_tool response = await async_call_llm(**call_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/auxiliary_client.py", line 2896, in wrapped return await callback(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/auxiliary_client.py", line 9473, in async_call_llm return await _async_call_llm_impl( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/auxiliary_client.py", line 9669, in _async_call_llm_impl await _relay_async_completion( File "/usr/local/lib/hermes-agent/agent/auxiliary_client.py", line 2984, in _relay_async_completion return await relay_llm.execute_current_async( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 238, in execute_current_async return await callback(request) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/auxiliary_client.py", line 9637, in _acreate return await client.chat.completions.create(**_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/resources/chat/completions/completions.py", line 2700, in create return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1884, in post return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1622, in request raise APITimeoutError(request=request) from err openai.APITimeoutError: Request timed out. 2026-08-15 18:22:43,161 WARNING [20260815_041418_810c5572] gateway.run: Persisted transcript lagged live cached history for session agent:main:telegram:group:-1003707758328:18 (disk=28, memory=30); preserving live conversation context (possible FTS write corruption) 2026-08-15 18:23:02,100 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 18:25:53,844 WARNING plugins.platforms.telegram.telegram_network: [Telegram] Primary api.telegram.org connection failed (); trying fallback IPs 149.154.166.110 2026-08-15 18:25:54,155 WARNING plugins.platforms.telegram.telegram_network: [Telegram] Primary api.telegram.org path unreachable; using sticky fallback IP 149.154.166.110 2026-08-15 18:28:09,660 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 18:28:31,675 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network _redact_telegram_error_text(error), scheduling reconnect: httpx.ReadError: 2026-08-15 18:28:31,677 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: httpx.ReadError: 2026-08-15 18:33:16,989 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 18:38:25,115 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 18:39:39,705 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network _redact_telegram_error_text(error), scheduling reconnect: httpx.ReadError: 2026-08-15 18:39:39,720 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: httpx.ReadError: 2026-08-15 18:43:32,634 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 18:43:36,842 WARNING plugins.platforms.telegram.telegram_network: [Telegram] Sticky fallback IP 149.154.166.110 failed; resetting to primary DNS path 2026-08-15 18:43:36,844 WARNING plugins.platforms.telegram.telegram_network: [Telegram] Fallback IP 149.154.166.110 failed: 2026-08-15 18:48:39,722 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 18:53:46,976 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 18:58:54,332 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 19:04:02,478 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 19:09:10,442 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 19:14:17,812 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 19:19:24,767 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 19:24:32,141 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 19:29:39,355 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 19:34:47,013 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 19:39:54,196 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 19:45:02,153 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 19:50:10,161 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 19:55:17,168 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 20:00:25,343 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 20:05:33,472 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 20:10:40,639 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 20:15:46,950 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 20:20:55,281 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 20:26:02,361 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 20:31:10,192 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 20:36:17,977 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 20:41:25,124 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 20:46:32,610 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 20:51:41,129 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 20:56:48,345 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 21:01:56,595 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 21:07:03,808 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 21:12:11,377 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 21:17:19,013 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 21:22:25,949 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 21:27:32,826 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 21:32:39,556 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 21:37:46,927 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 21:42:54,004 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 21:48:02,036 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 21:53:09,426 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 21:58:16,623 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 22:03:24,098 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 22:08:31,919 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 22:13:38,424 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 22:18:46,377 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 22:23:53,624 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 22:29:01,926 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 22:34:09,804 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 22:39:17,517 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 22:44:24,251 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 22:49:30,645 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 22:54:38,260 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 22:59:46,127 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 23:04:53,198 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 23:10:00,030 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 23:15:07,976 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 23:20:16,798 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 23:25:24,344 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 23:30:32,133 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 23:35:40,267 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 23:40:48,076 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 23:45:55,745 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 23:51:03,357 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-15 23:56:11,060 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 00:00:25,513 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 00:05:33,916 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 00:10:41,431 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 00:15:49,819 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 00:20:57,448 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 00:26:04,902 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 00:31:12,166 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 00:36:19,885 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 00:41:27,123 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 00:46:35,241 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 00:51:43,291 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 00:56:51,438 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 01:01:59,005 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 01:07:06,456 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 01:12:13,168 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 01:17:21,666 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 01:22:29,229 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 01:27:35,551 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 01:32:43,230 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 01:37:50,430 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 01:42:57,670 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 01:48:06,073 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 01:53:14,373 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 01:58:22,051 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 02:03:29,962 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 02:08:36,655 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 02:13:43,540 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 02:18:51,499 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 02:23:59,248 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 02:29:06,567 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 02:34:14,397 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 02:39:22,675 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 02:44:30,428 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 02:49:38,234 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 02:54:45,902 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 02:59:53,269 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 03:05:00,811 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 03:10:07,877 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 03:15:14,891 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 03:20:22,888 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 03:25:30,236 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 03:30:38,120 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 03:35:45,891 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 03:40:53,209 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 03:46:00,156 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 03:51:07,381 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 03:56:14,807 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 04:01:22,558 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 04:06:30,226 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 04:11:37,350 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 04:16:45,211 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 04:21:51,948 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 04:26:58,948 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 04:32:06,652 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 04:37:14,512 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 04:42:22,000 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 04:47:28,763 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 04:52:36,685 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 04:57:43,564 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 05:02:51,464 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 05:07:58,567 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 05:13:05,349 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 05:18:12,649 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 05:23:20,251 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 05:28:27,479 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 05:33:35,011 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 05:38:41,810 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 05:43:49,048 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 05:48:56,750 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 05:54:04,050 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 05:59:11,579 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 06:04:18,673 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 06:09:26,163 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 06:14:34,289 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 06:19:42,328 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 06:24:50,257 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 06:29:58,840 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 06:35:05,550 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 06:40:13,900 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 06:45:21,038 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 06:50:28,002 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 06:55:35,863 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 07:00:43,030 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 07:05:50,466 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 07:10:57,393 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 07:16:05,085 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 07:21:13,187 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 07:26:20,154 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 07:31:27,379 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 07:36:35,045 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 07:41:42,991 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 07:46:50,642 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 07:51:08,458 ERROR agent.chat_completion_helpers: Streaming failed before delivery: Error code: 404 - {'error': {'message': 'No active credentials for provider: openai-compatible-chat-e87f441e-89b5-4937-bfc5-3176d47e88e3'}} Traceback (most recent call last): File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3992, in _call result["response"] = _call_chat_completions(stream_attempt_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3341, in _call_chat_completions relay_llm.stream( File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 333, in stream return ManagedLlmStream( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 407, in __init__ raw_stream = stream_factory(request) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3279, in _open_stream return request_client.chat.completions.create(**stream_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/resources/chat/completions/completions.py", line 1204, in create return self._post( ^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1297, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1070, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'error': {'message': 'No active credentials for provider: openai-compatible-chat-e87f441e-89b5-4937-bfc5-3176d47e88e3'}} 2026-08-16 07:51:08,495 WARNING [20260731_101049_3b9aa442] agent.conversation_loop: API call failed (attempt 1/3) error_type=NotFoundError thread=hermes-gateway_1:133927307417280 provider=local9router base_url=http://localhost:20128/v1 model=complex summary=HTTP 404: No active credentials for provider: openai-compatible-chat-e87f441e-89b5-4937-bfc5-3176d47e88e3 2026-08-16 07:51:08,498 WARNING [20260731_101049_3b9aa442] agent.conversation_loop: Retrying API call in 2.6299749475922614s (attempt 1/3) thread=hermes-gateway_1:133927307417280 provider=local9router base_url=http://localhost:20128/v1 model=complex policy=default error=Error code: 404 - {'error': {'message': 'No active credentials for provider: openai-compatible-chat-e87f441e-89b5-4937-bfc5-3176d47e88e3'}} 2026-08-16 07:51:58,093 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 07:57:05,300 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 07:58:57,169 ERROR agent.chat_completion_helpers: Streaming failed before delivery: Error code: 404 - {'error': {'message': 'No active credentials for provider: openai-compatible-chat-e87f441e-89b5-4937-bfc5-3176d47e88e3'}} Traceback (most recent call last): File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3992, in _call result["response"] = _call_chat_completions(stream_attempt_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3341, in _call_chat_completions relay_llm.stream( File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 333, in stream return ManagedLlmStream( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 407, in __init__ raw_stream = stream_factory(request) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3279, in _open_stream return request_client.chat.completions.create(**stream_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/resources/chat/completions/completions.py", line 1204, in create return self._post( ^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1297, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1070, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'error': {'message': 'No active credentials for provider: openai-compatible-chat-e87f441e-89b5-4937-bfc5-3176d47e88e3'}} 2026-08-16 07:58:57,207 WARNING [20260731_101049_3b9aa442] agent.conversation_loop: API call failed (attempt 2/3) error_type=NotFoundError thread=hermes-gateway_1:133927307417280 provider=local9router base_url=http://localhost:20128/v1 model=complex summary=HTTP 404: No active credentials for provider: openai-compatible-chat-e87f441e-89b5-4937-bfc5-3176d47e88e3 2026-08-16 07:58:57,208 WARNING [20260731_101049_3b9aa442] agent.conversation_loop: Retrying API call in 5.998535757182978s (attempt 2/3) thread=hermes-gateway_1:133927307417280 provider=local9router base_url=http://localhost:20128/v1 model=complex policy=default error=Error code: 404 - {'error': {'message': 'No active credentials for provider: openai-compatible-chat-e87f441e-89b5-4937-bfc5-3176d47e88e3'}} 2026-08-16 08:02:12,550 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 08:06:53,838 ERROR agent.chat_completion_helpers: Streaming failed before delivery: Error code: 404 - {'error': {'message': 'No active credentials for provider: openai-compatible-chat-e87f441e-89b5-4937-bfc5-3176d47e88e3'}} Traceback (most recent call last): File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3992, in _call result["response"] = _call_chat_completions(stream_attempt_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3341, in _call_chat_completions relay_llm.stream( File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 333, in stream return ManagedLlmStream( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 407, in __init__ raw_stream = stream_factory(request) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3279, in _open_stream return request_client.chat.completions.create(**stream_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/resources/chat/completions/completions.py", line 1204, in create return self._post( ^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1297, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1070, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'error': {'message': 'No active credentials for provider: openai-compatible-chat-e87f441e-89b5-4937-bfc5-3176d47e88e3'}} 2026-08-16 08:06:53,868 WARNING [20260731_101049_3b9aa442] agent.conversation_loop: API call failed (attempt 3/3) error_type=NotFoundError thread=hermes-gateway_1:133927307417280 provider=local9router base_url=http://localhost:20128/v1 model=complex summary=HTTP 404: No active credentials for provider: openai-compatible-chat-e87f441e-89b5-4937-bfc5-3176d47e88e3 2026-08-16 08:06:53,876 ERROR [20260731_101049_3b9aa442] agent.conversation_loop: API call failed after 3 retries. HTTP 404: No active credentials for provider: openai-compatible-chat-e87f441e-89b5-4937-bfc5-3176d47e88e3 | provider=local9router model=complex msgs=113 tokens=~84,701 2026-08-16 08:07:20,415 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 08:12:28,302 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 08:17:36,259 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 08:22:42,840 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 08:27:50,411 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 08:32:58,612 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 08:38:06,944 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 08:40:57,477 WARNING gateway.session: gateway.session: routing key 'agent:main:telegram:group:-1003707758328:18' -> 20260815_041418_810c5572 is ended in state.db but still live in sessions.json; dropping stale entry and recovering/recreating the session (#54878) 2026-08-16 08:43:15,268 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 08:48:23,286 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 08:53:31,462 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 08:53:52,438 WARNING [20260816_084057_bf6f4d5e] agent.tool_executor: Tool read_file returned error (0.24s): {"content": "", "total_lines": 0, "file_size": 0, "truncated": false, "is_binary": false, "is_image": false, "error": "File not found: /opt/ai-os/products/ceo/config/config.yaml"} 2026-08-16 08:57:59,178 ERROR agent.chat_completion_helpers: Streaming failed before delivery: Connection error. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_sync/connection.py", line 103, in handle_request return self._connection.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_sync/http11.py", line 136, in handle_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_sync/http11.py", line 106, in handle_request ) = self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_sync/http11.py", line 177, in _receive_response_headers event = self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_sync/http11.py", line 231, in _receive_event raise RemoteProtocolError(msg) httpcore.RemoteProtocolError: Server disconnected without sending a response. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1005, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.RemoteProtocolError: Server disconnected without sending a response. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3992, in _call result["response"] = _call_chat_completions(stream_attempt_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3341, in _call_chat_completions relay_llm.stream( File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 333, in stream return ManagedLlmStream( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 407, in __init__ raw_stream = stream_factory(request) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3279, in _open_stream return request_client.chat.completions.create(**stream_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/resources/chat/completions/completions.py", line 1204, in create return self._post( ^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1297, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1037, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. 2026-08-16 08:58:13,322 WARNING hermes_cli.plugins: Plugin operate/handoff-task: unknown kind 'command' (valid: backend, exclusive, model-provider, platform, standalone); treating as 'standalone' 2026-08-16 08:58:16,638 WARNING hermes.security_audit: Security posture audit found 1 issue(s) — review your deployment: 2026-08-16 08:58:16,638 WARNING hermes.security_audit: [security 1/1] Running as ROOT. The agent's terminal/file tools execute with full root privileges — a single prompt-injection or exposed endpoint is a full host compromise. Run Hermes as an unprivileged user (or in a sandboxed terminal backend / container with a non-root user). 2026-08-16 08:58:28,400 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 08:58:28,402 WARNING tools.mcp_tool: Failed to connect to MCP server 'stays' (command=stays mcp): Connection closed 2026-08-16 08:58:28,546 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Discovering Telegram API fallback IPs via DNS-over-HTTPS… 2026-08-16 08:58:28,822 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Connecting to Telegram (attempt 1/8)… 2026-08-16 08:58:58,738 WARNING hermes_plugins.feishu_platform.adapter: [Feishu] Unable to hydrate bot name from application info. Grant admin:app.info:readonly or application:application:self_manage so group @mention gating can resolve the bot name precisely. 2026-08-16 08:58:59,369 ERROR Lark: connect failed, err: 1000040351: Incorrect domain name 2026-08-16 08:59:00,904 WARNING gateway.session: gateway.session: pruning stale sessions.json entry 'agent:main:telegram:group:-1003707758328:1' -> 20260814_105803_3b902ad0 (end_reason='session_reset'); left by a crashed gateway 2026-08-16 08:59:00,905 WARNING gateway.session: gateway.session: pruning stale sessions.json entry 'agent:main:telegram:group:-1003707758328:12' -> 20260729_152504_7a735293 (end_reason='session_reset'); left by a crashed gateway 2026-08-16 08:59:00,906 WARNING gateway.session: gateway.session: pruning stale sessions.json entry 'agent:main:telegram:group:-1003707758328:1591' -> 20260804_183808_9726d9cf (end_reason='session_reset'); left by a crashed gateway 2026-08-16 08:59:00,919 WARNING gateway.session: gateway.session: pruning stale sessions.json entry 'agent:main:telegram:group:-1004404142589:42' -> 20260812_113738_b3b41cca (end_reason='session_reset'); left by a crashed gateway 2026-08-16 08:59:00,922 WARNING gateway.session: gateway.session: pruning stale sessions.json entry 'agent:main:telegram:group:-1004404142589:46' -> 20260813_050909_1adfbd6c (end_reason='session_reset'); left by a crashed gateway 2026-08-16 09:03:35,489 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 09:08:41,844 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 09:13:48,465 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 09:18:55,554 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 09:24:02,246 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 09:29:10,237 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 09:34:17,648 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 09:39:24,470 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 09:44:32,574 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 09:49:40,681 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 09:54:48,644 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 09:59:56,605 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 10:05:03,837 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 10:10:11,864 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 10:15:19,821 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 10:20:27,585 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 10:25:35,023 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 10:30:42,869 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 10:35:49,384 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 10:40:57,319 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 10:46:03,611 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 10:51:11,376 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 10:56:19,104 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 11:01:26,414 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 11:06:34,161 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 11:11:41,325 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 11:16:49,025 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 11:21:55,845 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 11:27:02,725 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 11:32:10,685 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 11:37:18,121 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 11:42:26,481 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 11:47:33,358 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 11:52:40,531 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 11:57:48,113 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 12:02:55,695 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 12:08:03,293 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 12:13:12,032 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 12:18:19,474 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 12:23:27,056 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 12:28:34,452 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 12:33:42,942 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 12:38:50,642 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 12:42:54,357 WARNING agent.model_metadata: Could not determine context length for model 'default' (base_url=http://localhost:20128/v1) — falling back to 256,000 tokens. Set model.context_length in config.yaml to override. 2026-08-16 12:42:58,140 WARNING tools.registry: check_fn check_bfl_requirements returned False; dependent tools will be unavailable this turn 2026-08-16 12:42:58,169 WARNING tools.registry: check_fn _browser_cdp_check returned False; dependent tools will be unavailable this turn 2026-08-16 12:42:58,176 WARNING tools.registry: check_fn _browser_dialog_check returned False; dependent tools will be unavailable this turn 2026-08-16 12:42:58,265 WARNING tools.registry: check_fn check_computer_use_requirements returned False; dependent tools will be unavailable this turn 2026-08-16 12:42:58,275 WARNING tools.registry: check_fn check_image_generation_requirements returned False; dependent tools will be unavailable this turn 2026-08-16 12:42:58,277 WARNING tools.registry: check_fn _check_kanban_mode returned False; dependent tools will be unavailable this turn 2026-08-16 12:42:58,278 WARNING tools.registry: check_fn _check_kanban_orchestrator_mode returned False; dependent tools will be unavailable this turn 2026-08-16 12:43:58,619 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 12:49:07,156 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 12:54:14,522 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 12:56:11,823 WARNING [20260816_084057_bf6f4d5e] agent.tool_executor: Tool terminal returned error (1.16s): {"output": "python3: can't open file '/root/.hermes/profiles/reviewer/home/.hermes/skills/productivity/google-workspace/scripts/google_api.py': [Errno 2] No such file or directory", "exit_code": 2, "e 2026-08-16 12:59:23,291 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 13:02:44,473 WARNING [20260816_084057_bf6f4d5e] agent.tool_executor: Tool search_files returned error (0.32s): {"total_count": 0, "error": "Path not found: /opt/ai-os/products/ceo/skills/productivity/google-workspace/scripts"} 2026-08-16 13:04:31,212 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 13:09:14,376 WARNING [20260816_084057_bf6f4d5e] agent.tool_executor: Tool search_files returned error (0.34s): {"total_count": 0, "error": "Path not found: /root/.hermes/profiles/reviewer/home/.hermes/skills/"} 2026-08-16 13:09:38,748 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 13:14:46,324 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 13:19:44,238 WARNING [20260816_084057_bf6f4d5e] agent.tool_executor: Tool terminal returned error (0.93s): {"output": "usage: google_api.py gmail [-h] {search,get,send,reply,labels,modify} ...\ngoogle_api.py gmail: error: argument action: invalid choice: 'identity' (choose from 'search', 'get', 'send', 're 2026-08-16 13:19:53,827 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 13:23:40,301 WARNING [20260816_084057_bf6f4d5e] agent.tool_executor: Tool terminal returned error (1.83s): {"output": "Traceback (most recent call last):\n File \"/root/.hermes/profiles/reviewer/skills/productivity/google-workspace/scripts/google_api.py\", line 1225, in \n main()\n File \"/roo 2026-08-16 13:25:02,588 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 13:27:51,700 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling degraded (heartbeat probe); gateway stays alive and will retry. Error: 2026-08-16 13:27:51,701 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: 2026-08-16 13:29:11,811 WARNING agent.auxiliary_client: Auxiliary client: PAID lane engaged for auxiliary task — OpenRouter fallback model 'google/gemini-3.6-flash' is not a :free SKU and may incur real spend. Set auxiliary.free_only: true to restrict auxiliary fallbacks to free models, or auxiliary.openrouter_model to a :free model. 2026-08-16 13:29:11,853 WARNING agent.auxiliary_client: Auxiliary: marking openrouter unhealthy for 60s (payment / credit error). Subsequent auxiliary calls will skip it until 13:30:11. 2026-08-16 13:29:11,869 WARNING agent.auxiliary_client: Auxiliary Nous client unavailable: no Nous authentication found (run: hermes auth). 2026-08-16 13:29:11,869 WARNING agent.auxiliary_client: Auxiliary: marking nous unhealthy for 60s (payment / credit error). Subsequent auxiliary calls will skip it until 13:30:11. 2026-08-16 13:29:11,920 WARNING hermes_cli.copilot_auth: Token from GITHUB_TOKEN is not supported: Classic Personal Access Tokens (ghp_*) are not supported by the Copilot API. Use one of: → `copilot login` or `hermes model` to authenticate via OAuth → A fine-grained PAT (github_pat_*) with Copilot Requests permission → `gh auth login` with the default device code flow (produces gho_* tokens) 2026-08-16 13:29:11,975 WARNING agent.auxiliary_client: Auxiliary title_generation: connection error on auto and no fallback available (tried: openrouter, nous, local/custom, api-key) 2026-08-16 13:29:11,976 WARNING agent.auxiliary_client: Auxiliary title_generation: connection error on auto and all fallbacks exhausted (fallback_chain + main agent model). Raising original error. 2026-08-16 13:29:11,976 WARNING agent.title_generator: Title generation failed: Request timed out. 2026-08-16 13:30:12,131 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 13:35:19,666 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 13:39:00,283 WARNING gateway.run: Shutdown context: signal=SIGTERM under_systemd=yes parent_pid=1 parent_name=systemd loadavg_1m=0.92 parent_cmdline='/usr/lib/systemd/systemd --system --deserialize=106' 2026-08-16 13:39:01,829 WARNING gateway.run: Gateway drain timed out after 0.0s with 1 active agent(s), 0 in-flight cron job(s), and 0 api_server run(s); interrupting remaining work. 2026-08-16 13:39:06,909 WARNING hermes_cli.plugins: Plugin operate/handoff-task: unknown kind 'command' (valid: backend, exclusive, model-provider, platform, standalone); treating as 'standalone' 2026-08-16 13:39:11,727 WARNING hermes.security_audit: Security posture audit found 1 issue(s) — review your deployment: 2026-08-16 13:39:11,727 WARNING hermes.security_audit: [security 1/1] Running as ROOT. The agent's terminal/file tools execute with full root privileges — a single prompt-injection or exposed endpoint is a full host compromise. Run Hermes as an unprivileged user (or in a sandboxed terminal backend / container with a non-root user). 2026-08-16 13:39:22,579 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 13:39:22,582 WARNING tools.mcp_tool: Failed to connect to MCP server 'stays' (command=stays mcp): Connection closed 2026-08-16 13:39:22,852 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Discovering Telegram API fallback IPs via DNS-over-HTTPS… 2026-08-16 13:39:23,352 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Connecting to Telegram (attempt 1/8)… 2026-08-16 13:39:56,348 WARNING hermes_plugins.feishu_platform.adapter: [Feishu] Unable to hydrate bot name from application info. Grant admin:app.info:readonly or application:application:self_manage so group @mention gating can resolve the bot name precisely. 2026-08-16 13:39:57,053 ERROR Lark: connect failed, err: 1000040351: Incorrect domain name 2026-08-16 13:39:58,947 WARNING agent.model_metadata: Could not determine context length for model 'default' (base_url=http://localhost:20128/v1) — falling back to 256,000 tokens. Set model.context_length in config.yaml to override. 2026-08-16 13:40:04,497 WARNING tools.registry: check_fn check_bfl_requirements returned False; dependent tools will be unavailable this turn 2026-08-16 13:40:04,509 WARNING tools.registry: check_fn _browser_cdp_check returned False; dependent tools will be unavailable this turn 2026-08-16 13:40:04,517 WARNING tools.registry: check_fn _browser_dialog_check returned False; dependent tools will be unavailable this turn 2026-08-16 13:40:04,567 WARNING tools.registry: check_fn check_computer_use_requirements returned False; dependent tools will be unavailable this turn 2026-08-16 13:40:04,574 WARNING tools.registry: check_fn check_image_generation_requirements returned False; dependent tools will be unavailable this turn 2026-08-16 13:40:04,576 WARNING tools.registry: check_fn _check_kanban_mode returned False; dependent tools will be unavailable this turn 2026-08-16 13:40:04,577 WARNING tools.registry: check_fn _check_kanban_orchestrator_mode returned False; dependent tools will be unavailable this turn 2026-08-16 13:44:30,362 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 13:45:21,425 WARNING [20260816_084057_bf6f4d5e] agent.tool_executor: Tool terminal returned error (1.16s): {"output": "Traceback (most recent call last):\n File \"/root/.hermes/profiles/reviewer/home/.hermes/skills/productivity/google-workspace/scripts/google_api.py\", line 1225, in \n main()\n 2026-08-16 13:49:38,400 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 13:54:46,267 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 13:59:53,560 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 14:05:01,138 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 14:10:09,048 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 14:15:17,054 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 14:20:25,170 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 14:25:33,137 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 14:30:40,915 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 14:35:48,363 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 14:40:55,492 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 14:46:02,731 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 14:51:09,800 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 14:56:16,886 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 15:01:25,325 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 15:06:33,886 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 15:11:41,068 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 15:16:48,927 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 15:21:57,989 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 15:27:04,898 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 15:32:12,841 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 15:37:21,973 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 15:42:29,005 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 15:47:37,343 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 15:52:44,348 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 15:57:52,319 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 16:03:00,096 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 16:08:08,031 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 16:13:14,680 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 16:18:22,221 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 16:23:29,958 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 16:28:37,316 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 16:33:45,967 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 16:38:53,672 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 16:44:01,014 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 16:49:08,914 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 16:54:16,824 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 16:59:23,399 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 17:04:31,183 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 17:09:38,698 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 17:14:46,046 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 17:19:53,175 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 17:24:59,922 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 17:30:07,680 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 17:35:14,927 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 17:40:22,878 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 17:45:30,574 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 17:50:39,047 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 17:55:47,577 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 18:00:55,913 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 18:06:03,322 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 18:11:10,194 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 18:16:17,716 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 18:21:25,438 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 18:26:33,799 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 18:31:41,062 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 18:36:48,583 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 18:41:56,994 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 18:47:03,780 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 18:52:10,637 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 18:57:17,648 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 19:02:25,198 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 19:07:33,612 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 19:12:41,753 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 19:17:48,756 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 19:22:56,445 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 19:28:03,965 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 19:33:11,832 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 19:38:19,376 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 19:43:27,343 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 19:48:34,844 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 19:53:42,892 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 19:58:49,854 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 20:03:57,581 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 20:09:04,987 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 20:14:12,509 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 20:19:20,074 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 20:24:28,632 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 20:29:37,205 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 20:34:44,432 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 20:39:52,926 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 20:44:59,384 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 20:50:06,736 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 20:55:14,930 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 21:00:22,425 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 21:05:29,973 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 21:10:37,301 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 21:15:44,801 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 21:20:52,705 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 21:26:00,293 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 21:31:07,668 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 21:36:14,431 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 21:41:21,232 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 21:46:30,038 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 21:51:37,747 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 21:56:45,184 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 22:01:53,029 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 22:06:59,739 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 22:12:06,919 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 22:17:14,962 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 22:22:21,524 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 22:27:28,774 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 22:32:36,136 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 22:37:44,211 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 22:42:51,766 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 22:47:59,617 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 22:53:08,088 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 22:58:15,529 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 23:03:23,508 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 23:08:30,895 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 23:13:38,928 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 23:18:47,328 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 23:23:55,242 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 23:29:02,275 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 23:34:08,851 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 23:39:15,699 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 23:44:23,337 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 23:49:31,182 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 23:54:40,344 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-16 23:59:48,668 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 00:00:44,068 WARNING tools.registry: check_fn check_bfl_requirements returned False; dependent tools will be unavailable this turn 2026-08-17 00:00:44,104 WARNING tools.registry: check_fn _browser_cdp_check returned False; dependent tools will be unavailable this turn 2026-08-17 00:00:44,116 WARNING tools.registry: check_fn _browser_dialog_check returned False; dependent tools will be unavailable this turn 2026-08-17 00:00:44,127 WARNING tools.registry: check_fn check_computer_use_requirements returned False; dependent tools will be unavailable this turn 2026-08-17 00:00:44,153 WARNING tools.registry: check_fn check_image_generation_requirements returned False; dependent tools will be unavailable this turn 2026-08-17 00:00:44,165 WARNING tools.registry: check_fn _check_kanban_mode returned False; dependent tools will be unavailable this turn 2026-08-17 00:00:44,175 WARNING tools.registry: check_fn _check_kanban_orchestrator_mode returned False; dependent tools will be unavailable this turn 2026-08-17 00:00:51,847 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 00:05:59,542 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 00:07:23,556 WARNING [cron_380651bcfd02_20260817_000043] agent.conversation_loop: API call failed (attempt 1/3) error_type=RateLimitError thread=ThreadPoolExecutor-1_0:127357615593152 provider=custom base_url=http://localhost:20128/v1 model=default summary=HTTP 429: [gemini/gemini-3.1-pro-preview] [429]: { "error": { "code": 429, "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: 2026-08-17 00:07:23,557 WARNING [cron_380651bcfd02_20260817_000043] agent.conversation_loop: Retrying API call in 2.4020511120826695s (attempt 1/3) thread=ThreadPoolExecutor-1_0:127357615593152 provider=custom base_url=http://localhost:20128/v1 model=default policy=default error=Error code: 429 - {'error': {'message': '[gemini/gemini-3.1-pro-preview] [429]: {\n "error": {\n "code": 429,\n "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/rate-limit. \\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_input_token_count, limit: 0, model: gemini-3.1-pro\\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_requests, limit: 0, model: gemini-3.1-pro\\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_requests, limit: 0, model: gemini-3.1-pro\\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_input_token_count, limit: 0, model: gemini-3.1-pro\\nPlease retry in 36.48841355s.",\n "status": "RESOURCE_EXHAUSTED",\n "details": [\n {\n "@type": "type.googleapis.com/google.rpc.Help",\n "links": [\n {\n "description": "Learn more about Gemini API quotas",\n "url": "https://ai.google.dev/gemini-api/docs/rate-limits"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.QuotaFailure",\n "violations": [\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_input_token_count",\n "quotaId": "GenerateContentInputTokensPerModelPerDay-FreeTier",\n "quotaDimensions": {\n "location": "global",\n "model": "gemini-3.1-pro"\n }\n },\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_requests",\n "quotaId": "GenerateRequestsPerDayPerProjectPerModel-FreeTier",\n "quotaDimensions": {\n "model": "gemini-3.1-pro",\n "location": "global"\n }\n },\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_requests",\n "quotaId": "GenerateRequestsPerMinutePerProjectPerModel-FreeTier",\n "quotaDimensions": {\n "location": "global",\n "model": "gemini-3.1-pro"\n }\n },\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_input_token_count",\n "quotaId": "GenerateContentInputTokensPerModelPerMinute-FreeTier",\n "quotaDimensions": {\n "location": "global",\n "model": "gemini-3.1-pro"\n }\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.RetryInfo",\n "retryDelay": "36s"\n }\n ]\n }\n}\n (reset after 4s)'}} 2026-08-17 00:11:07,208 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 00:16:14,659 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 00:21:22,102 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 00:26:28,799 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 00:31:36,058 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 00:36:43,490 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 00:41:50,641 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 00:46:57,984 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 00:52:05,062 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 00:57:13,112 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 01:02:20,828 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 01:07:27,832 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 01:12:35,611 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 01:17:44,023 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 01:22:51,980 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 01:27:59,852 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 01:33:07,311 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 01:38:15,812 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 01:43:24,379 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 01:48:30,916 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 01:53:38,824 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 01:58:45,681 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 02:03:52,887 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 02:09:00,557 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 02:14:08,583 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 02:19:16,296 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 02:24:24,669 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 02:29:32,639 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 02:34:39,388 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 02:39:46,912 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 02:44:05,052 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network _redact_telegram_error_text(error), scheduling reconnect: httpx.ReadError: 2026-08-17 02:44:05,057 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: httpx.ReadError: 2026-08-17 02:44:53,296 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 02:50:01,378 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 02:55:08,314 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 03:00:15,702 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 03:05:22,714 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 03:10:30,304 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 03:12:10,169 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network _redact_telegram_error_text(error), scheduling reconnect: Bad Gateway 2026-08-17 03:12:10,170 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: Bad Gateway 2026-08-17 03:12:30,174 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] updater.stop() timed out during network-error reconnect (likely CLOSE-WAIT socket); forcing drain and restart without clean stop 2026-08-17 03:12:50,231 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Timed out: Timed out. Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 32, in read with map_exceptions(exc_map): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request res = await self._client.request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 122, in handle_async_request response = await transport.handle_async_request(candidate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper code, payload = await self.do_request( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request raise TimedOut from err telegram.error.TimedOut: Timed out 2026-08-17 03:12:50,358 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Timed out 2026-08-17 03:12:50,358 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 2/10), reconnecting in 10s. Error: Timed out 2026-08-17 03:13:20,413 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Timed out: Timed out. Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 32, in read with map_exceptions(exc_map): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request res = await self._client.request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 122, in handle_async_request response = await transport.handle_async_request(candidate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper code, payload = await self.do_request( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request raise TimedOut from err telegram.error.TimedOut: Timed out 2026-08-17 03:13:20,453 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Timed out 2026-08-17 03:13:20,479 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 3/10), reconnecting in 20s. Error: Timed out 2026-08-17 03:14:00,578 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Timed out: Timed out. Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 32, in read with map_exceptions(exc_map): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request res = await self._client.request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 122, in handle_async_request response = await transport.handle_async_request(candidate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper code, payload = await self.do_request( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request raise TimedOut from err telegram.error.TimedOut: Timed out 2026-08-17 03:14:00,636 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Timed out 2026-08-17 03:14:00,637 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 4/10), reconnecting in 40s. Error: Timed out 2026-08-17 03:15:38,617 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 03:20:46,565 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 03:25:54,451 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 03:31:01,055 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 03:36:08,569 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 03:41:16,861 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 03:46:24,669 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 03:51:32,007 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 03:56:39,288 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 04:01:46,427 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 04:06:53,277 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 04:12:01,013 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 04:17:11,863 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 04:22:19,261 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 04:27:26,547 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 04:32:34,684 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 04:37:42,672 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 04:42:49,808 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 04:47:57,021 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 04:53:04,453 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 04:58:12,380 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 05:03:20,278 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 05:08:27,570 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 05:13:35,886 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 05:18:43,007 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 05:23:50,297 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 05:28:58,066 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 05:34:06,445 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 05:39:13,776 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 05:44:21,077 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 05:49:27,765 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 05:54:35,528 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 05:59:43,067 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 06:04:49,536 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 06:05:25,391 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network _redact_telegram_error_text(error), scheduling reconnect: httpx.ReadError: 2026-08-17 06:05:25,393 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: httpx.ReadError: 2026-08-17 06:09:56,946 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 06:15:04,107 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 06:20:13,798 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 06:25:20,724 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 06:30:28,496 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 06:35:36,798 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 06:40:43,445 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 06:45:50,438 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 06:50:58,156 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 06:56:06,202 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 07:01:13,470 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 07:06:22,056 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 07:11:30,047 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 07:16:37,744 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 07:21:45,503 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 07:26:53,045 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 07:32:00,169 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 07:37:07,417 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 07:42:15,511 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 07:47:23,425 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 07:52:31,604 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 07:57:39,156 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 08:02:47,450 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 08:07:54,423 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 08:13:01,971 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 08:18:10,040 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 08:23:17,864 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 08:28:26,425 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 08:33:33,861 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 08:38:40,871 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 08:43:47,446 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 08:48:55,337 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 08:54:03,170 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 08:59:10,425 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 09:04:17,579 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 09:09:25,367 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 09:14:33,103 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 09:19:41,340 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 09:24:48,165 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 09:29:55,253 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 09:35:03,816 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 09:40:12,553 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 09:45:20,050 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 09:50:27,316 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 09:55:34,567 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 10:00:37,213 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 10:00:45,461 WARNING [cron_2e50b1c88a37_20260817_100028] agent.conversation_loop: Empty response (no content or reasoning) — retry 1/3 in 6.7s (model=default) 2026-08-17 10:05:45,295 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 10:10:52,481 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 10:12:54,283 WARNING [cron_2e50b1c88a37_20260817_100028] agent.tool_executor: Tool terminal returned error (0.00s): {"output": "", "exit_code": -1, "error": "Foreground command uses '&' backgrounding. Re-send WITHOUT the '&' as terminal(command=\"\", background=true) — add notify_on_complete=true for bounded j 2026-08-17 10:15:59,151 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 10:20:39,509 WARNING [cron_2e50b1c88a37_20260817_100028] agent.conversation_loop: Empty response (no content or reasoning) — retry 2/3 in 13.6s (model=default) 2026-08-17 10:21:07,787 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 10:24:50,148 WARNING [cron_2e50b1c88a37_20260817_100028] agent.tool_executor: Tool terminal returned error (1.80s): {"output": "usage: hermes [-h] [--version] [-z PROMPT] [--usage-file PATH] [-m MODEL]\n [--provider PROVIDER] [--reasoning LEVEL] [-t TOOLSETS]\n [--resume SESSION] [--no-res 2026-08-17 10:26:16,245 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 10:31:24,215 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 10:36:32,194 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 10:41:40,008 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 10:44:32,040 WARNING [cron_2e50b1c88a37_20260817_100028] tools.registry: check_fn check_bfl_requirements returned False; dependent tools will be unavailable this turn 2026-08-17 10:44:32,059 WARNING [cron_2e50b1c88a37_20260817_100028] tools.registry: check_fn _browser_cdp_check returned False; dependent tools will be unavailable this turn 2026-08-17 10:44:32,067 WARNING [cron_2e50b1c88a37_20260817_100028] tools.registry: check_fn _browser_dialog_check returned False; dependent tools will be unavailable this turn 2026-08-17 10:44:32,078 WARNING [cron_2e50b1c88a37_20260817_100028] tools.registry: check_fn check_computer_use_requirements returned False; dependent tools will be unavailable this turn 2026-08-17 10:44:32,098 WARNING [cron_2e50b1c88a37_20260817_100028] tools.registry: check_fn check_image_generation_requirements returned False; dependent tools will be unavailable this turn 2026-08-17 10:46:48,116 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 10:51:56,129 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 10:57:02,762 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 11:02:10,927 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 11:07:17,275 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 11:12:24,384 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 11:13:05,681 WARNING [20260817_104432_62fc77] hermes.lint.lsp: lsp[pyright] fresh diagnostics timed out for analyze_seo_data.py 2026-08-17 11:13:11,991 WARNING [20260817_104432_62fc77] agent.tool_executor: Tool terminal returned error (4.08s): {"output": "Traceback (most recent call last):\n File \"/opt/ai-os/products/ceo/analyze_seo_data.py\", line 55, in \n analyze_data(json_input_path, output_text_path)\n File \"/opt/ai-os/p 2026-08-17 11:17:32,854 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 11:22:40,556 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 11:27:48,227 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 11:32:48,993 WARNING [20260817_104432_62fc77] hermes.lint.lsp: lsp[pyright] fresh diagnostics timed out for analyze_seo_data.py 2026-08-17 11:32:56,376 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 11:36:57,346 WARNING [20260817_104432_62fc77] agent.tool_executor: Tool terminal returned error (0.09s): {"output": "sudo: netstat: command not found", "exit_code": 1, "error": null, "exit_code_meaning": "No matches found (not an error)"} 2026-08-17 11:38:03,765 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 11:43:12,142 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 11:48:20,014 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 11:53:27,424 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 11:58:34,755 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 12:03:42,364 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 12:08:49,507 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 12:13:57,270 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 12:19:05,409 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 12:19:57,069 WARNING [20260817_104432_62fc77] agent.tool_executor: Tool browser_navigate returned error (5.14s): {"success": false, "error": "Navigation failed: net::ERR_CONNECTION_REFUSED"} 2026-08-17 12:24:12,810 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 12:29:20,383 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 12:30:11,499 WARNING [20260817_104432_62fc77] agent.conversation_loop: API call failed (attempt 1/3) error_type=RateLimitError thread=ThreadPoolExecutor-4_0:127357247547072 provider=custom base_url=http://localhost:20128/v1 model=default summary=HTTP 429: [antigravity/gemini-pro-agent] [429]: { "error": { "code": 429, "message": "Resource has been exhausted (e.g. check quota).", "status": "RESOURCE_EXHAUSTED" } } (reset after 2s) 2026-08-17 12:30:11,524 WARNING [20260817_104432_62fc77] agent.conversation_loop: Retrying API call in 2.0349712211505326s (attempt 1/3) thread=ThreadPoolExecutor-4_0:127357247547072 provider=custom base_url=http://localhost:20128/v1 model=default policy=default error=Error code: 429 - {'error': {'message': '[antigravity/gemini-pro-agent] [429]: {\n "error": {\n "code": 429,\n "message": "Resource has been exhausted (e.g. check quota).",\n "status": "RESOURCE_EXHAUSTED"\n }\n}\n (reset after 2s)'}} 2026-08-17 12:34:27,896 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 12:39:34,740 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 12:43:11,102 WARNING [20260817_104432_62fc77] agent.conversation_loop: API call failed (attempt 1/3) error_type=RateLimitError thread=ThreadPoolExecutor-4_0:127357247547072 provider=custom base_url=http://localhost:20128/v1 model=default summary=HTTP 429: [antigravity/gemini-3-flash-agent] [429]: { "error": { "code": 429, "message": "Resource has been exhausted (e.g. check quota).", "status": "RESOURCE_EXHAUSTED" } } (reset after 2s) 2026-08-17 12:43:11,103 WARNING [20260817_104432_62fc77] agent.conversation_loop: Retrying API call in 2.818605250094387s (attempt 1/3) thread=ThreadPoolExecutor-4_0:127357247547072 provider=custom base_url=http://localhost:20128/v1 model=default policy=default error=Error code: 429 - {'error': {'message': '[antigravity/gemini-3-flash-agent] [429]: {\n "error": {\n "code": 429,\n "message": "Resource has been exhausted (e.g. check quota).",\n "status": "RESOURCE_EXHAUSTED"\n }\n}\n (reset after 2s)'}} 2026-08-17 12:44:41,967 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 12:49:40,908 WARNING [20260817_104432_62fc77] agent.conversation_loop: API call failed (attempt 2/3) error_type=RateLimitError thread=ThreadPoolExecutor-4_0:127357247547072 provider=custom base_url=http://localhost:20128/v1 model=default summary=HTTP 429: [antigravity/gemini-3.5-flash-low] [429]: { "error": { "code": 429, "message": "Resource has been exhausted (e.g. check quota).", "status": "RESOURCE_EXHAUSTED" } } (reset after 2s) 2026-08-17 12:49:40,913 WARNING [20260817_104432_62fc77] agent.conversation_loop: Retrying API call in 5.761351672717539s (attempt 2/3) thread=ThreadPoolExecutor-4_0:127357247547072 provider=custom base_url=http://localhost:20128/v1 model=default policy=default error=Error code: 429 - {'error': {'message': '[antigravity/gemini-3.5-flash-low] [429]: {\n "error": {\n "code": 429,\n "message": "Resource has been exhausted (e.g. check quota).",\n "status": "RESOURCE_EXHAUSTED"\n }\n}\n (reset after 2s)'}} 2026-08-17 12:49:49,764 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 12:54:57,052 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 12:56:13,095 WARNING [20260817_104432_62fc77] agent.conversation_loop: API call failed (attempt 3/3) error_type=RateLimitError thread=ThreadPoolExecutor-4_0:127357247547072 provider=custom base_url=http://localhost:20128/v1 model=default summary=HTTP 429: [gemini/gemini-3.1-pro-preview] [429]: { "error": { "code": 429, "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: 2026-08-17 12:56:13,102 ERROR [20260817_104432_62fc77] agent.conversation_loop: [subagent-0] API call failed after 3 retries. HTTP 429: [gemini/gemini-3.1-pro-preview] [429]: { "error": { "code": 429, "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: | provider=custom model=default msgs=62 tokens=~31,446 2026-08-17 13:00:05,793 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 13:02:40,599 WARNING [cron_2e50b1c88a37_20260817_100028] agent.conversation_loop: API call failed (attempt 1/3) error_type=RateLimitError thread=ThreadPoolExecutor-3_0:127357606151872 provider=custom base_url=http://localhost:20128/v1 model=default summary=HTTP 429: [antigravity/gemini-3.5-flash-extra-low] [429]: { "error": { "code": 429, "message": "Resource has been exhausted (e.g. check quota).", "status": "RESOURCE_EXHAUSTED" } } (reset after 2s) 2026-08-17 13:02:40,602 WARNING [cron_2e50b1c88a37_20260817_100028] agent.conversation_loop: Retrying API call in 2.3572652153207145s (attempt 1/3) thread=ThreadPoolExecutor-3_0:127357606151872 provider=custom base_url=http://localhost:20128/v1 model=default policy=default error=Error code: 429 - {'error': {'message': '[antigravity/gemini-3.5-flash-extra-low] [429]: {\n "error": {\n "code": 429,\n "message": "Resource has been exhausted (e.g. check quota).",\n "status": "RESOURCE_EXHAUSTED"\n }\n}\n (reset after 2s)'}} 2026-08-17 13:05:14,526 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 13:09:09,220 WARNING [cron_2e50b1c88a37_20260817_100028] agent.conversation_loop: API call failed (attempt 2/3) error_type=RateLimitError thread=ThreadPoolExecutor-3_0:127357606151872 provider=custom base_url=http://localhost:20128/v1 model=default summary=HTTP 429: [antigravity/gemini-3.1-pro-low] [429]: { "error": { "code": 429, "message": "Resource has been exhausted (e.g. check quota).", "status": "RESOURCE_EXHAUSTED" } } (reset after 2s) 2026-08-17 13:09:09,223 WARNING [cron_2e50b1c88a37_20260817_100028] agent.conversation_loop: Retrying API call in 4.45905940773045s (attempt 2/3) thread=ThreadPoolExecutor-3_0:127357606151872 provider=custom base_url=http://localhost:20128/v1 model=default policy=default error=Error code: 429 - {'error': {'message': '[antigravity/gemini-3.1-pro-low] [429]: {\n "error": {\n "code": 429,\n "message": "Resource has been exhausted (e.g. check quota).",\n "status": "RESOURCE_EXHAUSTED"\n }\n}\n (reset after 2s)'}} 2026-08-17 13:10:21,875 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 13:15:29,787 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 13:15:38,978 WARNING [cron_2e50b1c88a37_20260817_100028] agent.conversation_loop: API call failed (attempt 3/3) error_type=RateLimitError thread=ThreadPoolExecutor-3_0:127357606151872 provider=custom base_url=http://localhost:20128/v1 model=default summary=HTTP 429: [antigravity/gemini-pro-agent] [429]: { "error": { "code": 429, "message": "Resource has been exhausted (e.g. check quota).", "status": "RESOURCE_EXHAUSTED" } } (reset after 2s) 2026-08-17 13:15:38,986 ERROR [cron_2e50b1c88a37_20260817_100028] agent.conversation_loop: API call failed after 3 retries. HTTP 429: [antigravity/gemini-pro-agent] [429]: { "error": { "code": 429, "message": "Resource has been exhausted (e.g. check quota).", "status": "RESOURCE_EXHAUSTED" } } (reset after 2s) | provider=custom model=default msgs=25 tokens=~16,538 2026-08-17 13:15:39,253 ERROR cron.scheduler: Job 'weekly-glv-seo-report' failed: RuntimeError: HTTP 429: [antigravity/gemini-pro-agent] [429]: { "error": { "code": 429, "message": "Resource has been exhausted (e.g. check quota).", "status": "RESOURCE_EXHAUSTED" } } (reset after 2s) Traceback (most recent call last): File "/usr/local/lib/hermes-agent/cron/scheduler.py", line 3853, in run_job raise RuntimeError(_err_text) RuntimeError: HTTP 429: [antigravity/gemini-pro-agent] [429]: { "error": { "code": 429, "message": "Resource has been exhausted (e.g. check quota).", "status": "RESOURCE_EXHAUSTED" } } (reset after 2s) 2026-08-17 13:20:38,184 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 13:25:45,490 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 13:30:53,205 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 13:36:00,327 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 13:41:08,662 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 13:46:16,243 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 13:51:24,161 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 13:56:32,934 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 14:01:41,166 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 14:06:47,787 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 14:11:55,071 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 14:17:03,144 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 14:22:11,846 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 14:27:19,450 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 14:32:26,298 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 14:37:34,246 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 14:42:41,576 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 14:47:49,257 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 14:52:56,087 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 14:58:04,738 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 15:03:11,317 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 15:08:19,311 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 15:13:26,179 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 15:18:34,480 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 15:23:42,260 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 15:28:48,803 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 15:33:56,699 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 15:39:05,166 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 15:44:12,646 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 15:49:19,478 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 15:54:27,341 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 15:59:34,405 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 16:04:41,750 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 16:09:49,460 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 16:14:56,447 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 16:20:04,389 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 16:25:12,416 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 16:30:20,841 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 16:35:27,681 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 16:40:35,728 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 16:45:43,689 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 16:50:51,533 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 16:55:59,350 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 17:01:07,114 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 17:06:14,289 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 17:11:22,045 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 17:16:29,981 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 17:21:37,606 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 17:26:44,987 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 17:31:52,129 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 17:36:59,763 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 17:42:07,424 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 17:47:14,482 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 17:52:21,632 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 17:57:29,867 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 18:02:37,166 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 18:07:44,899 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 18:12:52,488 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 18:18:00,055 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 18:23:08,062 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 18:28:15,445 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 18:33:22,466 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 18:38:29,328 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 18:43:37,746 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 18:48:44,915 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 18:53:51,703 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 18:58:59,989 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 19:04:07,260 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 19:09:14,622 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 19:14:21,620 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 19:19:29,297 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 19:24:37,987 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 19:29:45,171 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 19:34:52,259 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 19:40:00,006 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 19:45:08,287 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 19:50:16,304 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 19:55:23,321 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 20:00:30,752 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 20:05:38,342 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 20:10:45,750 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 20:15:53,589 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 20:21:02,093 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 20:26:10,365 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 20:31:17,707 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 20:36:24,879 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 20:41:33,046 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 20:46:41,033 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 20:51:49,323 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 20:56:57,024 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 21:02:04,684 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 21:07:12,435 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 21:12:20,307 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 21:17:26,989 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 21:22:34,933 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 21:27:42,502 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 21:32:49,472 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 21:37:57,626 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 21:43:05,206 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 21:48:13,365 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 21:53:20,075 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 21:58:26,607 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 22:03:34,314 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 22:08:42,078 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 22:13:50,092 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 22:18:57,548 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 22:24:05,572 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 22:29:13,193 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 22:34:21,096 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 22:39:28,230 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 22:44:35,772 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 22:49:43,693 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 22:54:52,031 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 23:00:00,531 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 23:05:08,275 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 23:10:15,538 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 23:15:22,808 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 23:20:30,299 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 23:25:37,383 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 23:30:44,925 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 23:35:52,465 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 23:41:00,528 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 23:46:07,293 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 23:51:14,502 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-17 23:56:22,381 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 00:00:29,356 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 00:05:36,437 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 00:10:44,107 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 00:15:50,999 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 00:20:59,407 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 00:26:08,056 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 00:31:16,165 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 00:36:23,861 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 00:41:31,340 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 00:46:40,150 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 00:51:48,037 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 00:56:55,717 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 01:02:04,195 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 01:07:11,780 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 01:12:18,338 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 01:17:26,840 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 01:22:33,768 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 01:27:41,652 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 01:32:49,287 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 01:37:57,204 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 01:43:04,409 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 01:48:11,948 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 01:53:18,548 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 01:58:27,084 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 02:03:34,782 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 02:08:41,966 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 02:13:49,817 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 02:18:57,294 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 02:24:03,970 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 02:29:11,602 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 02:34:18,690 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 02:39:26,132 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 02:44:34,422 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 02:49:42,807 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 02:54:50,991 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 02:59:58,980 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 03:05:06,166 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 03:10:13,402 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 03:12:33,143 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network _redact_telegram_error_text(error), scheduling reconnect: Bad Gateway 2026-08-18 03:12:33,144 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: Bad Gateway 2026-08-18 03:12:53,148 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] updater.stop() timed out during network-error reconnect (likely CLOSE-WAIT socket); forcing drain and restart without clean stop 2026-08-18 03:13:13,487 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Timed out: Timed out. Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 32, in read with map_exceptions(exc_map): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request res = await self._client.request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 122, in handle_async_request response = await transport.handle_async_request(candidate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper code, payload = await self.do_request( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request raise TimedOut from err telegram.error.TimedOut: Timed out 2026-08-18 03:13:13,557 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Timed out 2026-08-18 03:13:13,557 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 2/10), reconnecting in 10s. Error: Timed out 2026-08-18 03:13:43,612 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Timed out: Timed out. Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 32, in read with map_exceptions(exc_map): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request res = await self._client.request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 122, in handle_async_request response = await transport.handle_async_request(candidate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper code, payload = await self.do_request( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request raise TimedOut from err telegram.error.TimedOut: Timed out 2026-08-18 03:13:43,647 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Timed out 2026-08-18 03:13:43,647 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 3/10), reconnecting in 20s. Error: Timed out 2026-08-18 03:15:21,164 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 03:20:29,460 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 03:25:37,566 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 03:30:44,298 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 03:35:51,535 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 03:40:58,173 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 03:46:06,793 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 03:51:14,568 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 03:56:21,458 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 04:01:28,017 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 04:06:34,694 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 04:11:41,607 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 04:16:49,197 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 04:21:56,271 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 04:27:04,481 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 04:29:40,524 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network _redact_telegram_error_text(error), scheduling reconnect: httpx.ReadError: 2026-08-18 04:29:40,528 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: httpx.ReadError: 2026-08-18 04:32:12,614 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 04:37:19,213 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 04:42:26,310 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 04:47:33,923 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 04:52:41,603 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 04:57:50,041 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 05:02:57,543 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 05:08:05,048 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 05:13:12,947 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 05:18:20,116 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 05:23:27,491 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 05:28:33,897 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 05:33:41,969 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 05:38:49,207 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 05:43:56,136 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 05:49:03,264 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 05:54:09,854 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 05:59:17,553 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 06:04:24,196 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 06:09:32,459 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 06:14:40,663 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 06:19:48,823 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 06:24:57,162 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 06:30:04,307 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 06:35:11,966 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 06:40:19,614 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 06:45:27,083 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 06:50:34,212 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 06:55:41,069 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 07:00:49,109 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 07:05:56,013 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 07:11:03,271 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 07:16:11,285 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 07:21:18,998 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 07:26:26,531 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 07:31:34,124 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 07:36:41,731 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 07:41:48,946 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 07:46:55,876 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 07:52:03,726 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 07:57:10,723 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 08:02:17,571 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 08:07:24,941 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 08:12:33,143 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 08:17:40,075 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 08:22:46,752 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 08:27:54,583 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 08:33:02,283 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 08:38:08,875 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 08:43:15,534 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 08:48:22,590 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 08:53:30,699 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 08:58:37,989 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 09:03:46,115 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 09:08:54,075 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 09:14:00,431 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 09:19:08,932 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 09:24:17,125 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 09:29:24,562 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 09:34:31,688 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 09:39:38,804 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 09:44:45,641 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 09:47:15,262 WARNING gateway.run: Shutdown context: signal=SIGTERM under_systemd=yes parent_pid=1 parent_name=systemd loadavg_1m=0.04 parent_cmdline='/usr/lib/systemd/systemd --system --deserialize=106' 2026-08-18 09:47:18,704 WARNING hermes_cli.plugins: Plugin operate/handoff-task: unknown kind 'command' (valid: backend, exclusive, model-provider, platform, standalone); treating as 'standalone' 2026-08-18 09:47:21,533 WARNING hermes.security_audit: Security posture audit found 1 issue(s) — review your deployment: 2026-08-18 09:47:21,533 WARNING hermes.security_audit: [security 1/1] Running as ROOT. The agent's terminal/file tools execute with full root privileges — a single prompt-injection or exposed endpoint is a full host compromise. Run Hermes as an unprivileged user (or in a sandboxed terminal backend / container with a non-root user). 2026-08-18 09:47:33,023 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 09:47:33,023 WARNING tools.mcp_tool: Failed to connect to MCP server 'stays' (command=stays mcp): Connection closed 2026-08-18 09:47:33,168 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Discovering Telegram API fallback IPs via DNS-over-HTTPS… 2026-08-18 09:47:33,448 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Connecting to Telegram (attempt 1/8)… 2026-08-18 09:48:08,177 WARNING hermes_plugins.feishu_platform.adapter: [Feishu] Unable to hydrate bot name from application info. Grant admin:app.info:readonly or application:application:self_manage so group @mention gating can resolve the bot name precisely. 2026-08-18 09:48:08,992 ERROR Lark: connect failed, err: 1000040351: Incorrect domain name 2026-08-18 09:48:09,886 WARNING gateway.session: gateway.session: pruning stale sessions.json entry 'agent:main:telegram:group:-1003707758328:18' -> 20260816_084057_bf6f4d5e (end_reason='session_reset'); left by a crashed gateway 2026-08-18 09:48:09,889 WARNING gateway.session: gateway.session: pruning stale sessions.json entry 'agent:main:telegram:group:-1003707758328:20' -> 20260731_101049_3b9aa442 (end_reason='session_reset'); left by a crashed gateway 2026-08-18 09:52:40,115 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 09:53:49,684 WARNING tools.registry: check_fn check_bfl_requirements returned False; dependent tools will be unavailable this turn 2026-08-18 09:53:49,695 WARNING tools.registry: check_fn _browser_cdp_check returned False; dependent tools will be unavailable this turn 2026-08-18 09:53:49,700 WARNING tools.registry: check_fn _browser_dialog_check returned False; dependent tools will be unavailable this turn 2026-08-18 09:53:49,742 WARNING tools.registry: check_fn check_computer_use_requirements returned False; dependent tools will be unavailable this turn 2026-08-18 09:53:49,749 WARNING tools.registry: check_fn check_image_generation_requirements returned False; dependent tools will be unavailable this turn 2026-08-18 09:53:49,751 WARNING tools.registry: check_fn _check_kanban_mode returned False; dependent tools will be unavailable this turn 2026-08-18 09:53:49,752 WARNING tools.registry: check_fn _check_kanban_orchestrator_mode returned False; dependent tools will be unavailable this turn 2026-08-18 09:53:50,280 WARNING agent.model_metadata: Could not determine context length for model 'default' (base_url=http://localhost:20128/v1) — falling back to 256,000 tokens. Set model.context_length in config.yaml to override. 2026-08-18 09:57:47,739 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 09:59:29,937 WARNING agent.auxiliary_client: Auxiliary client: PAID lane engaged for auxiliary task — OpenRouter fallback model 'google/gemini-3.6-flash' is not a :free SKU and may incur real spend. Set auxiliary.free_only: true to restrict auxiliary fallbacks to free models, or auxiliary.openrouter_model to a :free model. 2026-08-18 09:59:29,940 WARNING agent.auxiliary_client: Auxiliary: marking openrouter unhealthy for 60s (payment / credit error). Subsequent auxiliary calls will skip it until 10:00:29. 2026-08-18 09:59:29,952 WARNING agent.auxiliary_client: Auxiliary Nous client unavailable: no Nous authentication found (run: hermes auth). 2026-08-18 09:59:29,952 WARNING agent.auxiliary_client: Auxiliary: marking nous unhealthy for 60s (payment / credit error). Subsequent auxiliary calls will skip it until 10:00:29. 2026-08-18 09:59:29,977 WARNING hermes_cli.copilot_auth: Token from GITHUB_TOKEN is not supported: Classic Personal Access Tokens (ghp_*) are not supported by the Copilot API. Use one of: → `copilot login` or `hermes model` to authenticate via OAuth → A fine-grained PAT (github_pat_*) with Copilot Requests permission → `gh auth login` with the default device code flow (produces gho_* tokens) 2026-08-18 09:59:30,026 WARNING agent.auxiliary_client: Auxiliary title_generation: connection error on auto and no fallback available (tried: openrouter, nous, local/custom, api-key) 2026-08-18 09:59:30,026 WARNING agent.auxiliary_client: Auxiliary title_generation: connection error on auto and all fallbacks exhausted (fallback_chain + main agent model). Raising original error. 2026-08-18 09:59:30,026 WARNING agent.title_generator: Title generation failed: Request timed out. 2026-08-18 10:02:55,099 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 10:08:02,182 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 10:13:10,551 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 10:18:18,249 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 10:23:25,500 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 10:25:51,814 ERROR agent.chat_completion_helpers: Streaming failed before delivery: Connection error. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_sync/connection.py", line 103, in handle_request return self._connection.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_sync/http11.py", line 136, in handle_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_sync/http11.py", line 106, in handle_request ) = self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_sync/http11.py", line 177, in _receive_response_headers event = self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_sync/http11.py", line 231, in _receive_event raise RemoteProtocolError(msg) httpcore.RemoteProtocolError: Server disconnected without sending a response. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1005, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.RemoteProtocolError: Server disconnected without sending a response. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3992, in _call result["response"] = _call_chat_completions(stream_attempt_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3341, in _call_chat_completions relay_llm.stream( File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 333, in stream return ManagedLlmStream( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 407, in __init__ raw_stream = stream_factory(request) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3279, in _open_stream return request_client.chat.completions.create(**stream_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/resources/chat/completions/completions.py", line 1204, in create return self._post( ^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1297, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1037, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. 2026-08-18 10:25:52,012 WARNING [20260818_095346_911b8cb5] agent.conversation_loop: API call failed (attempt 1/3) error_type=APIConnectionError thread=hermes-gateway_0:130348095633088 provider=custom base_url=http://localhost:20128/v1 model=default summary=Connection error. 2026-08-18 10:25:52,013 WARNING [20260818_095346_911b8cb5] agent.conversation_loop: Retrying API call in 2.906476384281019s (attempt 1/3) thread=hermes-gateway_0:130348095633088 provider=custom base_url=http://localhost:20128/v1 model=default policy=default error=Connection error. 2026-08-18 10:25:55,177 ERROR agent.chat_completion_helpers: Streaming failed before delivery: Connection error. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_sync/connection.py", line 103, in handle_request return self._connection.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_sync/http11.py", line 136, in handle_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_sync/http11.py", line 106, in handle_request ) = self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_sync/http11.py", line 177, in _receive_response_headers event = self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_sync/http11.py", line 231, in _receive_event raise RemoteProtocolError(msg) httpcore.RemoteProtocolError: Server disconnected without sending a response. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1005, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.RemoteProtocolError: Server disconnected without sending a response. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3992, in _call result["response"] = _call_chat_completions(stream_attempt_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3341, in _call_chat_completions relay_llm.stream( File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 333, in stream return ManagedLlmStream( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 407, in __init__ raw_stream = stream_factory(request) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3279, in _open_stream return request_client.chat.completions.create(**stream_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/resources/chat/completions/completions.py", line 1204, in create return self._post( ^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1297, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1037, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. 2026-08-18 10:25:55,234 WARNING [20260818_095346_911b8cb5] agent.conversation_loop: API call failed (attempt 2/3) error_type=APIConnectionError thread=hermes-gateway_0:130348095633088 provider=custom base_url=http://localhost:20128/v1 model=default summary=Connection error. 2026-08-18 10:25:55,235 WARNING [20260818_095346_911b8cb5] agent.conversation_loop: Retrying API call in 4.900496197064026s (attempt 2/3) thread=hermes-gateway_0:130348095633088 provider=custom base_url=http://localhost:20128/v1 model=default policy=default error=Connection error. 2026-08-18 10:28:32,957 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 10:33:26,966 WARNING agent.auxiliary_client: Auxiliary: marking openrouter unhealthy for 60s (payment / credit error). Subsequent auxiliary calls will skip it until 10:34:26. 2026-08-18 10:33:26,973 WARNING agent.auxiliary_client: Auxiliary Nous client unavailable: no Nous authentication found (run: hermes auth). 2026-08-18 10:33:26,974 WARNING agent.auxiliary_client: Auxiliary: marking nous unhealthy for 60s (payment / credit error). Subsequent auxiliary calls will skip it until 10:34:26. 2026-08-18 10:33:26,988 WARNING hermes_cli.copilot_auth: Token from GITHUB_TOKEN is not supported: Classic Personal Access Tokens (ghp_*) are not supported by the Copilot API. Use one of: → `copilot login` or `hermes model` to authenticate via OAuth → A fine-grained PAT (github_pat_*) with Copilot Requests permission → `gh auth login` with the default device code flow (produces gho_* tokens) 2026-08-18 10:33:27,039 WARNING agent.auxiliary_client: Auxiliary title_generation: connection error on auto and no fallback available (tried: openrouter, nous, local/custom, api-key) 2026-08-18 10:33:27,039 WARNING agent.auxiliary_client: Auxiliary title_generation: connection error on auto and all fallbacks exhausted (fallback_chain + main agent model). Raising original error. 2026-08-18 10:33:27,040 WARNING agent.title_generator: Title generation failed: Request timed out. 2026-08-18 10:33:40,860 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 10:37:21,181 WARNING [20260818_095346_911b8cb5] agent.tool_executor: Tool execute_code returned error (0.17s): {"status": "error", "output": "\n--- stderr ---\n File \"/tmp/hermes_sandbox_jeyr9ub9/script.py\", line 8\n command = \"python3 ~/.hermes/skills/productivity/google-workspace/scripts/google_api.py 2026-08-18 10:37:25,527 WARNING [20260818_095346_911b8cb5] agent.tool_executor: Tool terminal returned error (0.56s): {"output": "usage: google_api.py [-h] {gmail,calendar,drive,contacts,sheets,docs} ...\ngoogle_api.py: error: unrecognized arguments: this week", "exit_code": 2, "error": null} 2026-08-18 10:38:20,370 WARNING [20260818_095346_911b8cb5] agent.tool_executor: Tool terminal returned error (1.65s): {"output": "Traceback (most recent call last):\n File \"/root/.hermes/profiles/reviewer/home/.hermes/skills/productivity/google-workspace/scripts/google_api.py\", line 1225, in \n main()\n 2026-08-18 10:38:47,805 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 10:43:56,113 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 10:47:27,581 WARNING [20260818_095346_911b8cb5] agent.tool_executor: Tool skill_manage returned error (0.03s): {"success": false, "error": "Refusing background curator patch for skill 'connect-google': the skill lives in skills.external_dirs, which are externally owned and read-only to autonomous curation."} 2026-08-18 10:47:27,597 WARNING [20260818_095346_911b8cb5] agent.tool_executor: Tool skill_manage returned error (0.02s): {"success": false, "error": "Refusing background curator write_file for skill 'connect-google': the skill lives in skills.external_dirs, which are externally owned and read-only to autonomous curation 2026-08-18 10:47:31,638 WARNING [20260818_095346_911b8cb5] agent.tool_executor: Tool todo returned error (0.00s): {"error": "Background review denied non-whitelisted tool: todo. Only memory/skill tools are allowed."} 2026-08-18 10:48:12,707 WARNING [20260818_095346_911b8cb5] agent.tool_executor: Tool memory returned error (0.01s): {"success": false, "error": "Memory at 1,298/1,375 chars. Adding this entry (197 chars) would exceed the limit. Consolidate now: use 'replace' to merge overlapping entries into shorter ones or 'remove 2026-08-18 10:48:49,877 WARNING [20260818_095346_911b8cb5] agent.tool_executor: Tool terminal returned error (0.99s): {"output": "Traceback (most recent call last):\n File \"/root/.hermes/profiles/reviewer/home/.hermes/skills/productivity/google-workspace/scripts/google_api.py\", line 1225, in \n main()\n 2026-08-18 10:49:03,093 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 10:49:49,759 WARNING gateway.run: Shutdown context: signal=SIGTERM under_systemd=yes parent_pid=1 parent_name=systemd loadavg_1m=0.30 parent_cmdline='/usr/lib/systemd/systemd --system --deserialize=106' 2026-08-18 10:49:53,105 WARNING hermes_cli.plugins: Plugin operate/handoff-task: unknown kind 'command' (valid: backend, exclusive, model-provider, platform, standalone); treating as 'standalone' 2026-08-18 10:49:55,454 WARNING hermes.security_audit: Security posture audit found 1 issue(s) — review your deployment: 2026-08-18 10:49:55,454 WARNING hermes.security_audit: [security 1/1] Running as ROOT. The agent's terminal/file tools execute with full root privileges — a single prompt-injection or exposed endpoint is a full host compromise. Run Hermes as an unprivileged user (or in a sandboxed terminal backend / container with a non-root user). 2026-08-18 10:50:05,960 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 10:50:05,960 WARNING tools.mcp_tool: Failed to connect to MCP server 'stays' (command=stays mcp): Connection closed 2026-08-18 10:50:06,223 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Discovering Telegram API fallback IPs via DNS-over-HTTPS… 2026-08-18 10:50:06,716 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Connecting to Telegram (attempt 1/8)… 2026-08-18 10:50:34,997 WARNING hermes_plugins.feishu_platform.adapter: [Feishu] Unable to hydrate bot name from application info. Grant admin:app.info:readonly or application:application:self_manage so group @mention gating can resolve the bot name precisely. 2026-08-18 10:50:35,756 ERROR Lark: connect failed, err: 1000040351: Incorrect domain name 2026-08-18 10:55:13,999 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 10:56:27,652 WARNING agent.model_metadata: Could not determine context length for model 'default' (base_url=http://localhost:20128/v1) — falling back to 256,000 tokens. Set model.context_length in config.yaml to override. 2026-08-18 10:56:29,617 WARNING tools.registry: check_fn check_bfl_requirements returned False; dependent tools will be unavailable this turn 2026-08-18 10:56:29,629 WARNING tools.registry: check_fn _browser_cdp_check returned False; dependent tools will be unavailable this turn 2026-08-18 10:56:29,634 WARNING tools.registry: check_fn _browser_dialog_check returned False; dependent tools will be unavailable this turn 2026-08-18 10:56:29,684 WARNING tools.registry: check_fn check_computer_use_requirements returned False; dependent tools will be unavailable this turn 2026-08-18 10:56:29,695 WARNING tools.registry: check_fn check_image_generation_requirements returned False; dependent tools will be unavailable this turn 2026-08-18 10:56:29,697 WARNING tools.registry: check_fn _check_kanban_mode returned False; dependent tools will be unavailable this turn 2026-08-18 10:56:29,699 WARNING tools.registry: check_fn _check_kanban_orchestrator_mode returned False; dependent tools will be unavailable this turn 2026-08-18 10:57:37,369 WARNING [20260818_095346_911b8cb5] agent.tool_executor: Tool terminal returned error (61.42s): {"output": "Traceback (most recent call last):\n File \"/root/.hermes/profiles/reviewer/home/.hermes/skills/productivity/google-workspace/scripts/google_api.py\", line 1225, in \n main()\n 2026-08-18 11:00:21,012 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 11:04:35,150 WARNING [20260818_095346_911b8cb5] agent.tool_executor: Tool terminal returned error (0.18s): {"output": "usage: google_api.py [-h] {gmail,calendar,drive,contacts,sheets,docs} ...\ngoogle_api.py: error: unrecognized arguments: this week", "exit_code": 2, "error": null} 2026-08-18 11:05:29,523 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 11:07:24,014 WARNING agent.model_metadata: Could not determine context length for model 'complex' (base_url=http://localhost:20128/v1) — falling back to 256,000 tokens. Set model.context_length in config.yaml to override. 2026-08-18 11:07:29,320 WARNING [20260818_110553_57d15e46] agent.tool_executor: Tool terminal returned error (0.04s): {"output": "", "exit_code": 2, "error": null} 2026-08-18 11:10:36,835 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 11:15:44,280 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 11:20:53,619 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 11:24:56,079 WARNING [20260818_110553_57d15e46] agent.tool_executor: Tool cronjob returned error (0.00s): {"error": "job_id is required for action 'run'", "success": false} 2026-08-18 11:26:02,413 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 11:26:32,469 WARNING [20260818_110553_57d15e46] agent.tool_executor: Tool terminal returned error (0.18s): {"output": "/usr/bin/bash: line 3: netstat: command not found", "exit_code": 1, "error": null, "exit_code_meaning": "No matches found (not an error)"} 2026-08-18 11:26:47,629 WARNING [20260818_110553_57d15e46] agent.tool_executor: Tool skill_manage returned error (0.20s): {"success": false, "error": "Refusing background curator patch for skill 'connect-google': the skill lives in skills.external_dirs, which are externally owned and read-only to autonomous curation."} 2026-08-18 11:26:59,234 WARNING [20260818_110553_57d15e46] agent.tool_executor: Tool skill_manage returned error (0.03s): {"success": false, "error": "Refusing background curator patch for skill 'manage-departments': the current SKILL.md content has not been loaded in this review turn. Call skill_view(name) for SKILL.md, 2026-08-18 11:31:10,652 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 11:36:18,653 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 11:41:26,146 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 11:46:33,189 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 11:49:08,410 WARNING [20260818_110541_05e5cc69] agent.tool_executor: Tool browser_navigate returned error (3.59s): {"success": false, "error": "Navigation failed: net::ERR_SSL_PROTOCOL_ERROR"} 2026-08-18 11:49:11,886 WARNING [20260818_110541_05e5cc69] agent.tool_executor: Tool terminal returned error (0.06s): {"output": "/usr/bin/bash: line 3: netstat: command not found", "exit_code": 1, "error": null, "exit_code_meaning": "No matches found (not an error)"} 2026-08-18 11:51:40,036 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 11:52:21,532 WARNING [20260818_110541_05e5cc69] agent.tool_executor: Tool browser_console returned error (2.68s): {"success": false, "error": "Evaluation error: TypeError: Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.\n at :1:8"} 2026-08-18 11:52:34,840 WARNING [20260818_110541_05e5cc69] agent.tool_executor: Tool read_file returned error (0.09s): {"content": "", "total_lines": 0, "file_size": 0, "truncated": false, "is_binary": false, "is_image": false, "error": "File not found: ./projects/GLV/seo-dashboard-app/dp.js", "similar_files": ["./pro 2026-08-18 11:52:46,442 WARNING [20260818_110541_05e5cc69] agent.tool_executor: Tool skill_view returned error (0.19s): {"success": false, "error": "Skill 'software-development' not found.", "available_skills": ["onboarding", "research-critism", "team-progress", "yuanbao", "claude-code", "codex", "computer-use", "herme 2026-08-18 11:52:55,652 WARNING [20260818_110541_05e5cc69] agent.tool_executor: Tool skill_manage returned error (0.02s): {"success": false, "error": "Refusing background curator patch for bundled skill 'dogfood'."} 2026-08-18 11:53:02,059 WARNING [20260818_110541_05e5cc69] agent.tool_executor: Tool skill_manage returned error (0.03s): {"success": false, "error": "Description is 61 chars — new skills must fit the 60-char system-prompt budget (one sentence, trigger first, ends with a period). The skill index truncates longer descript 2026-08-18 11:53:04,257 WARNING [20260818_110541_05e5cc69] agent.tool_executor: Tool skill_manage returned error (0.00s): {"success": false, "error": "Description is 62 chars — new skills must fit the 60-char system-prompt budget (one sentence, trigger first, ends with a period). The skill index truncates longer descript 2026-08-18 11:54:11,121 WARNING hermes.lint.lsp: lsp[astro-language-server] spawn/initialize failed for /opt/ai-os/products/ceo/projects/GLV/seo-dashboard-app: LSPRequestError: LSP error -32603: Request initialize failed with message: The `typescript.tsdk` init option is required. It should point to a directory containing a `typescript.js` or `tsserverlibrary.js` file, such as `node_modules/typescript/lib`. 2026-08-18 11:56:47,223 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 12:00:33,650 WARNING [20260818_110541_05e5cc69] agent.tool_executor: Tool terminal returned error (0.05s): {"output": "", "exit_code": 1, "error": null, "exit_code_meaning": "No matches found (not an error)"} 2026-08-18 12:00:35,691 WARNING [20260818_110541_05e5cc69] agent.tool_executor: Tool terminal returned error (0.04s): {"output": "", "exit_code": 1, "error": null, "exit_code_meaning": "No matches found (not an error)"} 2026-08-18 12:01:55,227 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 12:07:03,864 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 12:12:12,161 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 12:17:21,816 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 12:22:30,037 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 12:27:37,450 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 12:32:45,895 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 12:37:52,767 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 12:42:59,718 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 12:48:07,306 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 12:53:15,410 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 12:58:23,436 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 13:03:31,858 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 13:08:38,470 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 13:13:45,707 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 13:16:54,817 WARNING [20260818_110541_05e5cc69] agent.tool_executor: Tool memory returned error (0.00s): {"success": false, "error": "After applying all 2 operations, memory would be at 2,301/2,200 chars -- over the limit. Remove or shorten more entries in the same batch (see current_entries below), then 2026-08-18 13:18:54,249 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 13:24:02,222 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 13:29:09,630 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 13:34:16,978 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 13:39:25,171 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 13:44:33,101 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 13:49:40,871 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 13:54:47,937 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 13:59:56,336 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 14:05:04,093 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 14:10:12,223 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 14:15:19,904 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 14:20:26,883 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 14:25:34,790 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 14:30:42,775 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 14:35:50,904 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 14:40:58,831 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 14:46:06,419 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 14:51:13,483 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 14:56:21,651 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 15:01:28,920 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 15:06:36,464 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 15:08:52,025 WARNING [20260818_150843_091d508a] agent.tool_executor: Tool web_extract returned error (0.03s): {"success": false, "error": "DuckDuckGo (ddgs) is a search-only backend and cannot extract URL content. Set web.extract_backend to firecrawl, tavily, exa, or parallel."} 2026-08-18 15:11:44,172 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 15:16:51,255 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 15:18:39,544 WARNING [20260818_150843_091d508a] agent.tool_executor: Tool skill_manage returned error (0.02s): {"success": false, "error": "Refusing background curator patch for skill 'connect-google': the skill lives in skills.external_dirs, which are externally owned and read-only to autonomous curation."} 2026-08-18 15:21:58,776 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 15:27:06,270 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 15:32:14,893 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 15:33:56,604 WARNING [20260818_150843_091d508a] agent.tool_executor: Tool skill_manage returned error (0.00s): {"success": false, "error": "Description is 75 chars — new skills must fit the 60-char system-prompt budget (one sentence, trigger first, ends with a period). The skill index truncates longer descript 2026-08-18 15:37:23,237 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 15:42:31,015 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 15:42:48,866 WARNING [20260818_150843_091d508a] agent.tool_executor: Tool skill_manage returned error (0.00s): {"success": false, "error": "Description is 68 chars — new skills must fit the 60-char system-prompt budget (one sentence, trigger first, ends with a period). The skill index truncates longer descript 2026-08-18 15:47:38,884 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 15:52:46,850 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 15:55:25,441 WARNING [20260818_150843_091d508a] agent.tool_executor: Tool memory returned error (0.01s): {"success": false, "error": "After applying all 1 operations, memory would be at 2,384/2,200 chars -- over the limit. Remove or shorten more entries in the same batch (see current_entries below), then 2026-08-18 15:57:53,989 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 16:03:01,360 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 16:08:09,226 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 16:13:15,978 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 16:18:24,047 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 16:23:31,271 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 16:28:38,411 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 16:33:45,758 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 16:38:53,326 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 16:44:00,865 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 16:49:07,917 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 16:54:15,773 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 16:59:23,623 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 17:04:31,728 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 17:09:38,480 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 17:14:45,485 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 17:19:54,154 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 17:25:02,349 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 17:30:12,161 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 17:35:20,612 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 17:40:28,334 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 17:45:35,427 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 17:50:42,837 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 17:55:49,878 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 18:00:56,888 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 18:06:05,435 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 18:10:50,384 ERROR agent.chat_completion_helpers: Streaming failed before delivery: Connection error. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_sync/connection.py", line 103, in handle_request return self._connection.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_sync/http11.py", line 136, in handle_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_sync/http11.py", line 106, in handle_request ) = self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_sync/http11.py", line 177, in _receive_response_headers event = self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_sync/http11.py", line 231, in _receive_event raise RemoteProtocolError(msg) httpcore.RemoteProtocolError: Server disconnected without sending a response. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1005, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.RemoteProtocolError: Server disconnected without sending a response. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3992, in _call result["response"] = _call_chat_completions(stream_attempt_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3341, in _call_chat_completions relay_llm.stream( File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 333, in stream return ManagedLlmStream( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 407, in __init__ raw_stream = stream_factory(request) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3279, in _open_stream return request_client.chat.completions.create(**stream_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/resources/chat/completions/completions.py", line 1204, in create return self._post( ^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1297, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1037, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. 2026-08-18 18:11:12,371 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 18:16:20,439 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 18:21:27,862 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 18:26:35,728 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 18:31:42,501 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 18:36:50,189 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 18:41:57,336 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 18:47:05,345 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 18:52:12,479 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 18:57:20,445 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 19:02:28,290 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 19:07:35,268 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 19:12:42,524 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 19:17:50,197 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 19:22:57,277 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 19:28:05,584 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 19:33:13,321 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 19:38:20,192 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 19:43:27,637 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 19:48:35,281 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 19:53:42,626 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 19:58:49,413 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 20:03:56,708 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 20:09:03,493 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 20:14:11,179 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 20:19:18,954 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 20:24:27,057 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 20:29:34,339 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 20:34:42,584 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 20:36:08,760 WARNING [20260818_200024_020ae04b] agent.relay_runtime: Skipping Relay instrumentation for concurrent Hermes turn 20260818_200024_020ae04b:20260818_200024_020ae04b:0dca7172 in session 20260818_200024_020ae04b 2026-08-18 20:39:49,428 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 20:40:43,821 WARNING agent.stream_diag: Stream drop on attempt 2/3 — retrying. subagent_id=- depth=0 provider=custom base_url=http://localhost:20128/v1 error_type=RemoteProtocolError error=peer closed connection without sending complete message body (incomplete chunked read) chain=RemoteProtocolError(peer closed connection without sending complete message body (incomplete chunked read)) <- RemoteProtocolError(peer closed connection without sending complete message body (incomplete chunked read)) <- RemoteProtocolError(peer closed connection without sending complete message body (incomplete chunked read)) http_status=200 bytes=402 chunks=2 elapsed=367.33s ttfb=65.78s upstream=[-] 2026-08-18 20:40:47,638 WARNING [20260818_200024_020ae04b] agent.tool_executor: Tool skill_manage returned error (0.03s): {"success": false, "error": "Refusing background curator patch for bundled skill 'excalidraw'."} 2026-08-18 20:44:56,366 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 20:50:04,455 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 20:55:11,862 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 21:00:20,483 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 21:05:28,173 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 21:10:35,409 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 21:15:41,935 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 21:20:50,006 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 21:25:58,059 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 21:31:06,402 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 21:36:14,390 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 21:41:22,385 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 21:44:54,195 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network _redact_telegram_error_text(error), scheduling reconnect: httpx.ReadError: 2026-08-18 21:44:54,196 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: httpx.ReadError: 2026-08-18 21:46:30,078 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 21:51:36,860 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 21:56:44,408 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 22:01:52,217 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 22:07:00,437 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 22:12:07,756 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 22:17:15,641 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 22:22:23,364 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 22:27:31,042 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 22:32:37,645 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 22:37:46,035 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 22:42:54,514 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 22:48:01,040 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 22:53:08,216 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 22:58:15,077 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 23:03:22,876 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 23:08:31,272 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 23:13:39,417 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 23:18:46,681 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 23:23:52,876 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 23:29:00,900 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 23:34:08,124 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 23:39:14,749 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 23:44:21,735 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 23:49:28,654 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 23:54:36,657 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-18 23:59:44,609 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 00:00:28,135 WARNING tools.registry: check_fn check_bfl_requirements returned False; dependent tools will be unavailable this turn 2026-08-19 00:00:28,195 WARNING tools.registry: check_fn _browser_cdp_check returned False; dependent tools will be unavailable this turn 2026-08-19 00:00:28,227 WARNING tools.registry: check_fn _browser_dialog_check returned False; dependent tools will be unavailable this turn 2026-08-19 00:00:28,246 WARNING tools.registry: check_fn check_computer_use_requirements returned False; dependent tools will be unavailable this turn 2026-08-19 00:00:28,251 WARNING tools.registry: check_fn check_image_generation_requirements returned False; dependent tools will be unavailable this turn 2026-08-19 00:00:28,253 WARNING tools.registry: check_fn _check_kanban_mode returned False; dependent tools will be unavailable this turn 2026-08-19 00:00:28,255 WARNING tools.registry: check_fn _check_kanban_orchestrator_mode returned False; dependent tools will be unavailable this turn 2026-08-19 00:00:35,300 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 00:05:42,925 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 00:10:50,723 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 00:15:58,143 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 00:21:06,185 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 00:26:13,540 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 00:31:21,432 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 00:36:28,624 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 00:41:35,709 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 00:46:43,726 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 00:51:51,789 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 00:56:59,750 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 01:02:06,984 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 01:07:14,440 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 01:12:21,638 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 01:17:30,836 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 01:22:39,140 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 01:27:46,877 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 01:32:54,119 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 01:38:00,693 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 01:43:08,125 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 01:48:15,481 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 01:53:23,151 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 01:58:30,267 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 02:03:37,182 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 02:08:45,760 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 02:13:53,249 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 02:19:00,946 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 02:24:08,989 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 02:29:16,465 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 02:34:22,929 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 02:39:30,384 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 02:44:38,309 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 02:49:45,990 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 02:54:53,682 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 03:00:00,383 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 03:05:08,391 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 03:10:16,231 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 03:13:57,702 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network _redact_telegram_error_text(error), scheduling reconnect: Bad Gateway 2026-08-19 03:13:57,702 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: Bad Gateway 2026-08-19 03:14:17,714 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] updater.stop() timed out during network-error reconnect (likely CLOSE-WAIT socket); forcing drain and restart without clean stop 2026-08-19 03:14:37,766 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Timed out: Timed out. Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 32, in read with map_exceptions(exc_map): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request res = await self._client.request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 122, in handle_async_request response = await transport.handle_async_request(candidate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper code, payload = await self.do_request( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request raise TimedOut from err telegram.error.TimedOut: Timed out 2026-08-19 03:14:38,053 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Timed out 2026-08-19 03:14:38,063 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 2/10), reconnecting in 10s. Error: Timed out 2026-08-19 03:15:08,117 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Timed out: Timed out. Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 32, in read with map_exceptions(exc_map): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request res = await self._client.request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 122, in handle_async_request response = await transport.handle_async_request(candidate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper code, payload = await self.do_request( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request raise TimedOut from err telegram.error.TimedOut: Timed out 2026-08-19 03:15:08,262 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Timed out 2026-08-19 03:15:08,263 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 3/10), reconnecting in 20s. Error: Timed out 2026-08-19 03:15:22,732 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 03:15:48,327 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Timed out: Timed out. Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 32, in read with map_exceptions(exc_map): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request res = await self._client.request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 122, in handle_async_request response = await transport.handle_async_request(candidate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper code, payload = await self.do_request( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request raise TimedOut from err telegram.error.TimedOut: Timed out 2026-08-19 03:15:48,367 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Timed out 2026-08-19 03:15:48,381 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 4/10), reconnecting in 40s. Error: Timed out 2026-08-19 03:20:30,609 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 03:25:37,921 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 03:30:45,999 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 03:35:53,292 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 03:41:00,198 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 03:46:07,494 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 03:51:15,294 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 03:56:22,162 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 04:01:29,721 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 04:06:36,781 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 04:11:43,776 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 04:16:52,061 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 04:21:59,705 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 04:27:08,125 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 04:32:15,341 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 04:37:23,611 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 04:42:31,355 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 04:47:38,479 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 04:52:46,728 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 04:57:53,749 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 05:03:00,961 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 05:08:08,734 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 05:13:17,077 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 05:18:24,294 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 05:23:31,286 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 05:28:38,146 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 05:33:46,109 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 05:38:53,467 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 05:44:00,849 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 05:49:08,710 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 05:54:17,180 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 05:59:24,245 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 06:04:33,381 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 06:09:40,187 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 06:14:47,136 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 06:19:54,755 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 06:25:01,874 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 06:30:09,231 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 06:35:16,848 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 06:40:24,211 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 06:45:31,692 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 06:50:39,856 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 06:55:47,865 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 07:00:54,411 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 07:06:01,771 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 07:11:10,143 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 07:16:17,977 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 07:21:26,252 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 07:26:33,389 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 07:31:40,316 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 07:36:46,638 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 07:41:54,306 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 07:47:02,176 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 07:52:09,418 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 07:57:17,408 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 08:02:25,810 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 08:07:32,538 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 08:12:40,332 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 08:17:47,706 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 08:22:54,912 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 08:28:02,484 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 08:33:09,873 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 08:38:17,034 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 08:43:25,163 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 08:48:32,856 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 08:53:40,338 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 08:58:47,733 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 09:03:55,426 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 09:09:02,894 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 09:09:20,919 WARNING gateway.session: gateway.session: routing key 'agent:main:telegram:group:-1003707758328:18' -> 20260818_150843_091d508a is ended in state.db but still live in sessions.json; dropping stale entry and recovering/recreating the session (#54878) 2026-08-19 09:09:31,670 WARNING [20260819_090920_fffb0ed6] agent.tool_executor: Tool web_extract returned error (3.00s): {"success": false, "error": "DuckDuckGo (ddgs) is a search-only backend and cannot extract URL content. Set web.extract_backend to firecrawl, tavily, exa, or parallel."} 2026-08-19 09:14:10,831 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 09:19:19,036 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 09:19:27,081 WARNING [20260819_090920_fffb0ed6] agent.tool_executor: Tool terminal returned error (0.40s): {"output": "usage: google_api.py drive [-h]\n {search,get,upload,download,create-folder,share,delete}\n ...\ngoogle_api.py drive: error: argument ac 2026-08-19 09:19:29,723 WARNING [20260819_090920_fffb0ed6] agent.tool_executor: Tool terminal returned error (0.41s): {"output": "usage: google_api.py [-h] {gmail,calendar,drive,contacts,sheets,docs} ...\ngoogle_api.py: error: unrecognized arguments: --file-path --parent-id 1v8rpUO7DMBq937zc3S77XV-CPkaBs-k8", "exit_c 2026-08-19 09:19:32,283 WARNING [20260819_090920_fffb0ed6] tools.credential_files: credential_files: rejected path traversal 'google_token.json' (Path escapes allowed directory: '/root/.hermes/google_token.json' is not in the subpath of '/root/.hermes/profiles/reviewer' OR one path is relative and the other is absolute.) 2026-08-19 09:19:32,285 WARNING [20260819_090920_fffb0ed6] tools.credential_files: credential_files: rejected path traversal 'google_client_secret.json' (Path escapes allowed directory: '/root/.hermes/google_client_secret.json' is not in the subpath of '/root/.hermes/profiles/reviewer' OR one path is relative and the other is absolute.) 2026-08-19 09:20:55,877 WARNING [20260819_090920_fffb0ed6] agent.tool_executor: Tool terminal returned error (0.28s): {"output": "usage: google_api.py [-h] {gmail,calendar,drive,contacts,sheets,docs} ...\ngoogle_api.py: error: unrecognized arguments: --file-path --parent-id 1v8rpUO7DMBq937zc3S77XV-CPkaBs-k8", "exit_c 2026-08-19 09:21:30,245 WARNING [20260819_090920_fffb0ed6] agent.tool_executor: Tool skill_manage returned error (0.04s): {"success": false, "error": "Refusing background curator write_file for bundled skill 'google-workspace'."} 2026-08-19 09:24:26,908 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 09:29:34,842 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 09:34:42,897 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 09:39:49,675 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 09:44:57,771 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 09:50:05,325 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 09:51:09,435 WARNING gateway.session: gateway.session: routing key 'agent:main:telegram:group:-1003707758328:12' -> 20260818_200024_020ae04b is ended in state.db but still live in sessions.json; dropping stale entry and recovering/recreating the session (#54878) 2026-08-19 09:55:13,552 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 09:56:38,875 WARNING [20260819_090920_fffb0ed6] tools.registry: check_fn check_bfl_requirements returned False; dependent tools will be unavailable this turn 2026-08-19 09:56:38,885 WARNING [20260819_090920_fffb0ed6] tools.registry: check_fn _browser_cdp_check returned False; dependent tools will be unavailable this turn 2026-08-19 09:56:38,890 WARNING [20260819_090920_fffb0ed6] tools.registry: check_fn _browser_dialog_check returned False; dependent tools will be unavailable this turn 2026-08-19 09:56:38,897 WARNING [20260819_090920_fffb0ed6] tools.registry: check_fn check_computer_use_requirements returned False; dependent tools will be unavailable this turn 2026-08-19 09:56:38,904 WARNING [20260819_090920_fffb0ed6] tools.registry: check_fn check_image_generation_requirements returned False; dependent tools will be unavailable this turn 2026-08-19 09:56:38,905 WARNING [20260819_090920_fffb0ed6] tools.registry: check_fn _check_kanban_mode returned False; dependent tools will be unavailable this turn 2026-08-19 09:56:38,907 WARNING [20260819_090920_fffb0ed6] tools.registry: check_fn _check_kanban_orchestrator_mode returned False; dependent tools will be unavailable this turn 2026-08-19 10:00:21,026 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 10:05:27,574 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 10:10:35,723 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 10:14:55,748 WARNING gateway.session: gateway.session: routing key 'agent:main:telegram:group:-1003707758328:1' -> 20260818_095346_911b8cb5 is ended in state.db but still live in sessions.json; dropping stale entry and recovering/recreating the session (#54878) 2026-08-19 10:15:43,645 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 10:19:22,191 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Failed to send document: File must be non-empty 2026-08-19 10:19:22,191 WARNING gateway.platforms.base: [Telegram] send_document fallback: native file send unavailable for /tmp/Microeconomics_for_Public_Decisions-2005.pdf 2026-08-19 10:20:51,951 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 10:22:01,451 WARNING [20260819_090920_fffb0ed6] agent.tool_executor: Tool terminal returned error (4.52s): {"output": "✗ Authentication Error\n Authentication expired. Run 'nlm login' in your terminal to re-authenticate. \nMCP users: the server should auto-detect the new credentials; if not, call the \nre 2026-08-19 10:22:27,142 WARNING [20260819_090920_fffb0ed6] agent.relay_runtime: Skipping Relay instrumentation for concurrent Hermes turn 20260819_090920_fffb0ed6:20260819_090920_fffb0ed6:7459dd05 in session 20260819_090920_fffb0ed6 2026-08-19 10:22:27,799 WARNING [20260819_090920_fffb0ed6] agent.tool_executor: Tool skill_manage returned error (0.00s): {"success": false, "error": "Description is 83 chars — new skills must fit the 60-char system-prompt budget (one sentence, trigger first, ends with a period). The skill index truncates longer descript 2026-08-19 10:22:28,050 WARNING [20260819_090920_fffb0ed6] agent.tool_executor: Tool skill_manage returned error (0.24s): {"success": false, "error": "File must be under one of: assets, references, scripts, templates. Got: 'integrations/notebooklm-mcp-cli/AGENTS.md'"} 2026-08-19 10:22:28,088 WARNING [20260819_090920_fffb0ed6] agent.tool_executor: Tool skill_manage returned error (0.02s): {"success": false, "error": "File must be under one of: assets, references, scripts, templates. Got: 'integrations/notebooklm-mcp-cli/AGENTS.md'"} [Tool loop warning: repeated_exact_failure_warning; 2026-08-19 10:22:40,397 WARNING [20260819_090920_fffb0ed6] agent.tool_executor: Tool skill_manage returned error (0.01s): {"success": false, "error": "Description is 73 chars — new skills must fit the 60-char system-prompt budget (one sentence, trigger first, ends with a period). The skill index truncates longer descript 2026-08-19 10:22:46,246 WARNING [20260819_090920_fffb0ed6] agent.tool_executor: Tool terminal returned error (3.02s): {"output": "Usage: nlm source add [OPTIONS] NOTEBOOK_ID\nTry 'nlm source add --help' for help.\n╭─ Error ──────────────────────────────────────────────────────────────────────╮\n│ No such option: --dr 2026-08-19 10:22:54,357 WARNING [20260819_090920_fffb0ed6] agent.tool_executor: Tool skill_manage returned error (1.20s): {"success": false, "error": "Skill '' not found in active profile 'reviewer'. Use skills_list() to see available skills. Create it first with action='create'."} 2026-08-19 10:23:55,673 WARNING [20260819_090920_fffb0ed6] agent.tool_executor: Tool terminal returned error (9.42s): {"output": "{\"status\": \"deleted\", \"fileId\": \"1-xGZrw2WB1H-jdWvucwsyjf3VCSRPG7V\", \"permanent\": true}\n{\"status\": \"deleted\", \"fileId\": \"12ZPYo6f7VZ0bDLPN3wN2S3pU-em6GIqj\", \"permanent\ 2026-08-19 10:24:11,593 WARNING [20260819_090920_fffb0ed6] agent.tool_executor: Tool memory returned error (0.01s): {"success": false, "error": "After applying all 4 operations, memory would be at 1,664/1,375 chars -- over the limit. Remove or shorten more entries in the same batch (see current_entries below), then 2026-08-19 10:24:14,924 WARNING [20260819_090920_fffb0ed6] agent.tool_executor: Tool memory returned error (0.00s): {"success": false, "error": "After applying all 1 operations, memory would be at 1,393/1,375 chars -- over the limit. Remove or shorten more entries in the same batch (see current_entries below), then 2026-08-19 10:26:00,352 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 10:31:07,639 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 10:36:15,947 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 10:41:23,366 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 10:46:31,322 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 10:51:39,109 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 10:51:58,470 WARNING [20260819_090920_fffb0ed6] agent.tool_executor: Tool terminal returned error (0.13s): {"output": "ls: cannot access '/tmp/Microeconomics_Pindyck_9th.pdf': No such file or directory\nls: cannot access '/tmp/Principles_of_Microeconomics_Mankiw_10th.pdf': No such file or directory\nls: ca 2026-08-19 10:52:03,482 WARNING [20260819_090920_fffb0ed6] agent.tool_executor: Tool terminal returned error (0.00s): {"output": "", "exit_code": -1, "error": "Foreground command uses '&' backgrounding. Re-send WITHOUT the '&' as terminal(command=\"\", background=true) — add notify_on_complete=true for bounded j 2026-08-19 10:56:47,035 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 11:01:53,585 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 11:07:01,861 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 11:12:08,973 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 11:17:17,840 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 11:22:24,760 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 11:27:32,293 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 11:32:39,091 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 11:37:46,462 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 11:42:54,023 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 11:48:01,388 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 11:53:09,758 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 11:58:16,993 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 12:03:24,051 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 12:08:30,900 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 12:13:39,328 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 12:18:46,320 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 12:23:54,854 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 12:29:03,159 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 12:34:11,583 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 12:39:19,389 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 12:44:27,145 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 12:49:35,780 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 12:53:05,381 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network _redact_telegram_error_text(error), scheduling reconnect: httpx.ReadError: 2026-08-19 12:53:05,382 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: httpx.ReadError: 2026-08-19 12:54:43,344 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 12:59:50,287 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 13:04:58,486 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 13:10:06,485 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 13:15:14,733 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 13:19:44,010 WARNING [20260819_095109_39e6a55c] plugins.web.ddgs.provider: DDGS search error: DDGSException: No results found. 2026-08-19 13:19:44,011 WARNING [20260819_095109_39e6a55c] agent.tool_executor: Tool web_search returned error (3.29s): { "success": false, "error": "DuckDuckGo search failed: DDGSException: No results found." } 2026-08-19 13:19:49,254 WARNING [20260819_095109_39e6a55c] plugins.web.ddgs.provider: DDGS search error: DDGSException: No results found. 2026-08-19 13:19:49,255 WARNING [20260819_095109_39e6a55c] agent.tool_executor: Tool web_search returned error (3.14s): { "success": false, "error": "DuckDuckGo search failed: DDGSException: No results found." } 2026-08-19 13:20:22,060 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 13:25:29,755 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 13:30:37,674 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 13:35:44,452 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 13:40:51,721 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 13:45:58,753 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 13:51:06,516 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 13:52:32,942 WARNING [20260819_095109_39e6a55c] agent.tool_executor: Tool memory returned error (0.00s): {"success": false, "error": "After applying all 1 operations, memory would be at 2,265/2,200 chars -- over the limit. Remove or shorten more entries in the same batch (see current_entries below), then 2026-08-19 13:53:19,469 WARNING [20260819_090920_fffb0ed6] agent.tool_executor: Tool terminal returned error (2.79s): {"output": "ERROR: Could not find a version that satisfies the requirement annas-archive-api (from versions: none)\nERROR: No matching distribution found for annas-archive-api\n\n[notice] A new releas 2026-08-19 13:53:21,332 WARNING [20260819_090920_fffb0ed6] agent.tool_executor: Tool web_extract returned error (0.01s): {"success": false, "error": "DuckDuckGo (ddgs) is a search-only backend and cannot extract URL content. Set web.extract_backend to firecrawl, tavily, exa, or parallel."} 2026-08-19 13:53:33,763 WARNING [20260819_090920_fffb0ed6] agent.tool_executor: Tool terminal returned error (1.39s): {"output": "Cloning into '/opt/annas-archive-downloader'...\nTraceback (most recent call last):\n File \"/opt/annas-archive-downloader/annadl\", line 10, in \n from selenium import webdriv 2026-08-19 13:54:33,270 WARNING [20260819_090920_fffb0ed6] tools.registry: check_fn check_bfl_requirements returned False; dependent tools will be unavailable this turn 2026-08-19 13:54:33,293 WARNING [20260819_090920_fffb0ed6] tools.registry: check_fn _browser_cdp_check returned False; dependent tools will be unavailable this turn 2026-08-19 13:54:33,301 WARNING [20260819_090920_fffb0ed6] tools.registry: check_fn _browser_dialog_check returned False; dependent tools will be unavailable this turn 2026-08-19 13:54:33,312 WARNING [20260819_090920_fffb0ed6] tools.registry: check_fn check_computer_use_requirements returned False; dependent tools will be unavailable this turn 2026-08-19 13:54:33,325 WARNING [20260819_090920_fffb0ed6] tools.registry: check_fn check_image_generation_requirements returned False; dependent tools will be unavailable this turn 2026-08-19 13:54:48,138 WARNING tools.credential_files: credential_files: rejected path traversal 'google_token.json' (Path escapes allowed directory: '/root/.hermes/google_token.json' is not in the subpath of '/root/.hermes/profiles/reviewer' OR one path is relative and the other is absolute.) 2026-08-19 13:54:48,143 WARNING tools.credential_files: credential_files: rejected path traversal 'google_client_secret.json' (Path escapes allowed directory: '/root/.hermes/google_client_secret.json' is not in the subpath of '/root/.hermes/profiles/reviewer' OR one path is relative and the other is absolute.) 2026-08-19 13:56:05,714 WARNING tools.credential_files: credential_files: rejected path traversal 'google_token.json' (Path escapes allowed directory: '/root/.hermes/google_token.json' is not in the subpath of '/root/.hermes/profiles/reviewer' OR one path is relative and the other is absolute.) 2026-08-19 13:56:05,746 WARNING tools.credential_files: credential_files: rejected path traversal 'google_client_secret.json' (Path escapes allowed directory: '/root/.hermes/google_client_secret.json' is not in the subpath of '/root/.hermes/profiles/reviewer' OR one path is relative and the other is absolute.) 2026-08-19 13:56:05,966 WARNING [20260819_135433_b6812f] agent.tool_executor: Tool skill_view returned error (0.64s): {"success": false, "error": "Skill 'internetarchive' not found.", "available_skills": ["onboarding", "research-critism", "team-progress", "yuanbao", "claude-code", "codex", "computer-use", "hermes-age 2026-08-19 13:56:13,459 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 13:58:00,124 WARNING [20260819_135433_a593f5] agent.tool_executor: Tool execute_code returned error (0.12s): {"status": "error", "output": "\n--- stderr ---\n File \"/tmp/hermes_sandbox_eevmoih3/script.py\", line 59\n print(f\"--- Processing Book 1: {book1_details['title']} by {book1_details['author']} ( 2026-08-19 13:58:05,589 WARNING tools.credential_files: credential_files: rejected path traversal 'google_token.json' (Path escapes allowed directory: '/root/.hermes/google_token.json' is not in the subpath of '/root/.hermes/profiles/reviewer' OR one path is relative and the other is absolute.) 2026-08-19 13:58:05,589 WARNING tools.credential_files: credential_files: rejected path traversal 'google_client_secret.json' (Path escapes allowed directory: '/root/.hermes/google_client_secret.json' is not in the subpath of '/root/.hermes/profiles/reviewer' OR one path is relative and the other is absolute.) 2026-08-19 13:58:09,310 WARNING [20260819_135433_a07b0c] agent.tool_executor: Tool terminal returned error (0.66s): {"output": "/usr/bin/bash: line 3: ./annadl: Permission denied", "exit_code": 126, "error": null, "hint": "Permission denied. Check ownership/mode of the target path (`ls -la`); prefer a user-writable 2026-08-19 13:58:36,499 WARNING [20260819_135433_b6812f] agent.tool_executor: Tool web_extract returned error (0.17s): {"success": false, "error": "DuckDuckGo (ddgs) is a search-only backend and cannot extract URL content. Set web.extract_backend to firecrawl, tavily, exa, or parallel."} 2026-08-19 13:59:31,980 WARNING [20260819_135433_a07b0c] agent.tool_executor: Tool terminal returned error (1.06s): {"output": "usage: annadl [-h] --s search [--n quantity] [path]\nannadl: error: the following arguments are required: --s", "exit_code": 2, "error": null} 2026-08-19 13:59:50,726 WARNING plugins.web.ddgs.provider: DDGS search error: DDGSException: No results found. 2026-08-19 13:59:58,953 WARNING plugins.web.ddgs.provider: DDGS search error: DDGSException: No results found. 2026-08-19 14:00:03,936 WARNING plugins.web.ddgs.provider: DDGS search error: DDGSException: No results found. 2026-08-19 14:00:04,659 WARNING plugins.web.ddgs.provider: DDGS search error: DDGSException: No results found. 2026-08-19 14:00:04,797 WARNING plugins.web.ddgs.provider: DDGS search error: DDGSException: No results found. 2026-08-19 14:00:04,855 WARNING [20260819_135433_b6812f] agent.tool_executor: Tool web_search returned error (5.73s): { "success": false, "error": "DuckDuckGo search failed: DDGSException: No results found." } 2026-08-19 14:00:04,865 WARNING [20260819_135433_b6812f] agent.tool_executor: Tool web_search returned error (5.59s): { "success": false, "error": "DuckDuckGo search failed: DDGSException: No results found." } 2026-08-19 14:00:04,885 WARNING [20260819_135433_b6812f] agent.tool_executor: Tool web_search returned error (4.86s): { "success": false, "error": "DuckDuckGo search failed: DDGSException: No results found." } [Tool loop warning: same_tool_failure_warning; count=3; web_search has failed 3 times this turn. This l 2026-08-19 14:00:57,111 WARNING [20260819_135433_a07b0c] agent.tool_executor: Tool terminal returned error (5.28s): {"output": "Traceback (most recent call last):\n File \"/opt/annas-archive-downloader/./annadl\", line 150, in \n driver.get(start_url)\n File \"/usr/local/lib/hermes-agent/venv/lib/pytho 2026-08-19 14:01:20,986 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 14:02:07,587 WARNING [20260819_135433_a593f5] agent.tool_executor: Tool execute_code returned error (0.12s): {"status": "error", "output": "Searching: \"Microeconomics Pindyck Rubinfeld\" filetype:pdf\n\n--- stderr ---\nTraceback (most recent call last):\n File \"/tmp/hermes_sandbox_13_a5fqs/script.py\", li 2026-08-19 14:02:22,954 WARNING [20260819_135433_a07b0c] agent.tool_executor: Tool patch returned error (0.18s): {"success": false, "error": "Failed to read file: /opt/ai-os/products/ceo/annadl"} 2026-08-19 14:02:23,060 WARNING [20260819_135433_a07b0c] agent.tool_executor: Tool terminal returned error (0.09s): {"output": "ping: annas-archive.org: Name or service not known", "exit_code": 2, "error": null} [Tool loop warning: same_tool_failure_warning; count=3; terminal has failed 3 times this turn. This loo 2026-08-19 14:02:50,728 WARNING [20260819_135433_b6812f] agent.tool_executor: Tool terminal returned error (0.04s): {"output": "/usr/bin/bash: line 3: gws: command not found", "exit_code": 127, "error": null, "hint": "`gws` is not installed or not on PATH. Verify with `which gws`; install it or use an absolute path 2026-08-19 14:02:50,850 WARNING [20260819_135433_b6812f] agent.tool_executor: Tool execute_code returned error (0.11s): {"status": "error", "output": "\n--- stderr ---\n File \"/tmp/hermes_sandbox_xitsmij5/script.py\", line 55\n query = f\"(\"{book['title']}\" AND \"{book['author']}\")\"\n ^\nSyntaxE 2026-08-19 14:04:36,020 WARNING plugins.web.ddgs.provider: DDGS search error: DDGSException: No results found. 2026-08-19 14:05:09,989 WARNING plugins.web.ddgs.provider: DDGS search error: DDGSException: No results found. 2026-08-19 14:06:28,229 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 14:11:13,492 WARNING [20260819_090920_fffb0ed6] agent.tool_executor: Tool terminal returned error (9.65s): {"output": "{\n \"status\": \"uploaded\",\n \"id\": \"1JgEhmrx1IGeD7qfm5Y-zPUsVYDOhvGUe\",\n \"name\": \"Microeconomics_Pindyck_Rubinfeld.pdf\",\n \"mimeType\": \"application/pdf\",\n \"webViewLi 2026-08-19 14:11:21,424 WARNING [20260819_090920_fffb0ed6] agent.tool_executor: Tool terminal returned error (2.00s): {"output": "Adding Drive document and waiting for processing...\nError: Could not add drive source.", "exit_code": 1, "error": null} 2026-08-19 14:11:25,632 WARNING [20260819_090920_fffb0ed6] agent.tool_executor: Tool terminal returned error (2.30s): {"output": "Uploading Microeconomics_Pindyck_Rubinfeld.pdf and waiting for processing...\nError: Could not add file source: Authentication expired. Run 'nlm login' in \nyour terminal to re-authenticat 2026-08-19 14:11:36,324 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 14:13:11,409 WARNING [20260819_090920_fffb0ed6] agent.relay_runtime: Skipping Relay instrumentation for concurrent Hermes turn 20260819_090920_fffb0ed6:20260819_090920_fffb0ed6:4d62f6b9 in session 20260819_090920_fffb0ed6 2026-08-19 14:13:26,017 WARNING [20260819_090920_fffb0ed6] agent.tool_executor: Tool skill_manage returned error (0.03s): {"success": false, "error": "Refusing background curator patch for skill 'notebooklm_operations': the current SKILL.md content has not been loaded in this review turn. Call skill_view(name) for SKILL. 2026-08-19 14:16:36,980 WARNING [20260819_090920_fffb0ed6] agent.tool_executor: Tool terminal returned error (47.17s): {"output": "% Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n\r 0 0 0 0 0 2026-08-19 14:16:43,885 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 14:20:33,081 WARNING [20260819_090920_fffb0ed6] plugins.web.ddgs.provider: DDGS search error: DDGSException: No results found. 2026-08-19 14:20:33,083 WARNING [20260819_090920_fffb0ed6] agent.tool_executor: Tool web_search returned error (4.48s): { "success": false, "error": "DuckDuckGo search failed: DDGSException: No results found." } 2026-08-19 14:21:50,666 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 14:26:58,297 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 14:32:06,755 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 14:37:14,167 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 14:42:21,359 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 14:47:28,534 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 14:52:36,234 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 14:57:43,870 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 15:02:51,951 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 15:07:58,874 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 15:13:05,779 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 15:18:14,584 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 15:23:22,549 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 15:28:29,550 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 15:33:36,552 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 15:38:44,077 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 15:43:52,081 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 15:48:59,156 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 15:54:06,785 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 15:59:14,776 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 16:04:23,029 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 16:09:30,288 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 16:14:36,647 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 16:19:45,282 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 16:24:52,515 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 16:30:00,478 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 16:35:08,376 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 16:40:16,578 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 16:45:24,406 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 16:50:31,902 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 16:55:40,111 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 17:00:48,642 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 17:05:56,530 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 17:11:04,742 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 17:16:12,255 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 17:21:19,445 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 17:26:27,241 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 17:31:33,955 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 17:36:41,567 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 17:41:49,055 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 17:46:57,157 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 17:52:04,342 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 17:57:11,391 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 18:02:19,236 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 18:07:27,995 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 18:12:34,806 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 18:17:42,019 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 18:22:49,668 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 18:27:56,675 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 18:33:04,915 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 18:38:13,163 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 18:43:20,173 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 18:48:27,845 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 18:53:36,322 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 18:58:44,665 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 19:03:53,012 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 19:09:00,676 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 19:14:07,320 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 19:19:14,951 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 19:24:23,022 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 19:29:31,164 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 19:34:38,901 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 19:39:46,249 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 19:44:53,930 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 19:50:02,430 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 19:55:09,484 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 20:00:17,646 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 20:05:25,598 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 20:10:33,356 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 20:15:40,732 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 20:20:49,084 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 20:25:56,978 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 20:31:04,644 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 20:36:12,828 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 20:41:20,688 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 20:46:28,102 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 20:51:35,692 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 20:56:43,263 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 21:01:51,456 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 21:06:58,621 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 21:10:10,129 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network _redact_telegram_error_text(error), scheduling reconnect: httpx.ReadError: 2026-08-19 21:10:10,130 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: httpx.ReadError: 2026-08-19 21:12:06,881 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 21:17:15,701 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 21:22:24,094 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 21:27:32,113 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 21:32:38,836 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 21:37:46,933 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 21:42:54,533 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 21:48:02,358 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 21:53:08,996 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 21:58:16,393 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 22:03:25,345 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 22:08:31,667 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 22:13:40,027 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 22:18:47,095 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 22:23:54,120 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 22:29:01,474 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 22:34:08,813 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 22:39:16,233 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 22:44:22,995 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 22:49:30,918 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 22:54:38,311 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 22:59:45,248 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 23:04:53,321 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 23:10:00,670 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 23:15:08,560 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 23:20:16,003 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 23:25:24,041 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 23:30:31,595 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 23:35:39,596 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 23:40:46,861 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 23:45:54,975 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 23:51:01,817 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-19 23:56:08,715 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 00:00:51,097 WARNING tools.registry: check_fn check_bfl_requirements returned False; dependent tools will be unavailable this turn 2026-08-20 00:00:51,106 WARNING tools.registry: check_fn _browser_cdp_check returned False; dependent tools will be unavailable this turn 2026-08-20 00:00:51,111 WARNING tools.registry: check_fn _browser_dialog_check returned False; dependent tools will be unavailable this turn 2026-08-20 00:00:51,118 WARNING tools.registry: check_fn check_computer_use_requirements returned False; dependent tools will be unavailable this turn 2026-08-20 00:00:51,122 WARNING tools.registry: check_fn check_image_generation_requirements returned False; dependent tools will be unavailable this turn 2026-08-20 00:00:51,124 WARNING tools.registry: check_fn _check_kanban_mode returned False; dependent tools will be unavailable this turn 2026-08-20 00:00:51,125 WARNING tools.registry: check_fn _check_kanban_orchestrator_mode returned False; dependent tools will be unavailable this turn 2026-08-20 00:00:58,086 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 00:06:06,350 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 00:11:13,761 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 00:16:21,454 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 00:21:29,123 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 00:26:37,028 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 00:31:44,004 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 00:36:51,879 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 00:41:59,279 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 00:47:05,976 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 00:52:13,362 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 00:57:20,404 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 01:02:27,746 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 01:07:35,398 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 01:12:42,786 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 01:17:50,331 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 01:22:57,459 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 01:28:04,784 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 01:33:13,414 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 01:38:20,221 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 01:43:28,070 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 01:48:36,305 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 01:53:43,652 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 01:58:50,830 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 02:03:58,715 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 02:09:07,407 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 02:13:58,402 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network _redact_telegram_error_text(error), scheduling reconnect: httpx.ReadError: 2026-08-20 02:13:58,405 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: httpx.ReadError: 2026-08-20 02:14:13,722 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 02:19:20,934 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 02:24:27,893 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 02:29:34,726 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 02:34:42,808 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 02:39:49,901 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 02:44:56,795 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 02:50:04,301 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 02:55:12,467 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 03:00:19,718 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 03:05:28,010 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 03:10:34,755 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 03:15:42,394 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 03:20:50,732 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 03:25:59,050 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 03:31:06,674 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 03:36:13,357 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 03:41:20,361 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 03:46:27,272 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 03:51:34,995 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 03:56:42,756 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 04:01:49,826 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 04:06:57,615 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 04:12:05,125 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 04:17:13,011 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 04:22:19,844 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 04:27:26,898 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 04:32:34,501 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 04:37:41,544 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 04:42:48,304 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 04:47:55,615 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 04:52:44,867 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network _redact_telegram_error_text(error), scheduling reconnect: httpx.ReadError: 2026-08-20 04:52:44,868 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: httpx.ReadError: 2026-08-20 04:53:03,365 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 04:58:10,327 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 05:03:17,803 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 05:08:25,117 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 05:13:33,137 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 05:18:40,654 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 05:23:47,408 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 05:28:55,555 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 05:34:02,988 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 05:39:10,877 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 05:44:18,924 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 05:49:26,581 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 05:54:34,189 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 05:59:41,413 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 06:04:48,339 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 06:09:56,233 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 06:15:03,352 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 06:20:11,394 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 06:25:18,548 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 06:30:26,287 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 06:35:34,233 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 06:40:42,832 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 06:45:51,442 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 06:50:59,562 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 06:56:08,155 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 07:01:16,031 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 07:06:23,159 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 07:11:30,706 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 07:16:37,977 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 07:21:45,017 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 07:26:52,888 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 07:32:00,315 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 07:37:07,725 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 07:42:15,258 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 07:47:23,003 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 07:52:30,363 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 07:57:37,902 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 08:02:45,035 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 08:07:52,647 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 08:12:59,573 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 08:18:06,426 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 08:23:13,653 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 08:28:20,350 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 08:33:28,501 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 08:38:36,273 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 08:43:38,165 WARNING gateway.session: gateway.session: routing key 'agent:main:telegram:group:-1003707758328:18' -> 20260819_090920_fffb0ed6 is ended in state.db but still live in sessions.json; dropping stale entry and recovering/recreating the session (#54878) 2026-08-20 08:43:41,027 WARNING [20260820_084338_7032f46d] agent.tool_executor: Tool web_extract returned error (0.03s): {"success": false, "error": "DuckDuckGo (ddgs) is a search-only backend and cannot extract URL content. Set web.extract_backend to firecrawl, tavily, exa, or parallel."} 2026-08-20 08:43:43,523 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 08:48:51,275 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 08:53:58,857 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 08:59:06,033 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 09:04:13,223 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 09:09:20,929 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 09:12:38,309 WARNING [20260820_084338_7032f46d] agent.tool_executor: Tool terminal returned error (0.12s): {"output": "ls: cannot access '/root/.hermes/profiles/reviewer/home/.hermes/profiles/reviewer/skills/': No such file or directory", "exit_code": 2, "error": null} 2026-08-20 09:12:39,678 WARNING [20260820_084338_7032f46d] agent.tool_executor: Tool terminal returned error (0.04s): {"output": "ls: cannot access '/root/.hermes/profiles/reviewer/home/.hermes/profiles/reviewer/': No such file or directory", "exit_code": 2, "error": null} 2026-08-20 09:14:28,360 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 09:16:50,461 WARNING [20260820_084338_7032f46d] agent.tool_executor: Tool execute_code returned error (1.74s): {"status": "error", "output": "Error downloading file: 406 Client Error: Not Acceptable for url: https://repository.gctu.edu.gh/files/original/8fa3f7cbbb2a5d2adae10c929c13ef4d.pdf\n", "exit_code": 1, 2026-08-20 09:17:02,028 WARNING [20260820_084338_7032f46d] agent.tool_executor: Tool terminal returned error (2.46s): {"output": "Traceback (most recent call last):\n File \"/root/.hermes/profiles/reviewer/home/.hermes/skills/productivity/google-workspace/scripts/google_api.py\", line 1225, in \n main()\n 2026-08-20 09:17:18,802 WARNING [20260820_084338_7032f46d] agent.tool_executor: Tool terminal returned error (0.43s): {"output": "usage: google_api.py drive [-h]\n {search,get,upload,download,create-folder,share,delete}\n ...\ngoogle_api.py drive: error: argument ac 2026-08-20 09:17:25,486 WARNING [20260820_084338_7032f46d] agent.tool_executor: Tool terminal returned error (0.19s): {"output": "usage: google_api.py [-h] {gmail,calendar,drive,contacts,sheets,docs} ...\ngoogle_api.py: error: unrecognized arguments: --name", "exit_code": 2, "error": null} 2026-08-20 09:17:49,759 WARNING [20260820_084338_7032f46d] agent.tool_executor: Tool terminal returned error (2.61s): {"output": "Error: Could not add drive source.", "exit_code": 1, "error": null} 2026-08-20 09:18:08,312 WARNING [20260820_084338_7032f46d] agent.relay_runtime: Skipping Relay instrumentation for concurrent Hermes turn 20260820_084338_7032f46d:20260820_084338_7032f46d:eea7cd74 in session 20260820_084338_7032f46d 2026-08-20 09:18:12,744 WARNING [20260820_084338_7032f46d] agent.tool_executor: Tool skill_manage returned error (0.03s): {"success": false, "error": "Refusing background curator patch for skill 'fsppm-resource-archival': the current SKILL.md content has not been loaded in this review turn. Call skill_view(name) for SKIL 2026-08-20 09:18:19,561 WARNING [20260820_084338_7032f46d] agent.tool_executor: Tool skill_manage returned error (0.01s): {"success": false, "error": "Refusing background curator patch for skill 'fsppm-resource-archival': the current SKILL.md content has not been loaded in this review turn. Call skill_view(name) for SKIL 2026-08-20 09:18:23,117 WARNING [20260820_084338_7032f46d] tools.credential_files: credential_files: rejected path traversal 'google_token.json' (Path escapes allowed directory: '/root/.hermes/google_token.json' is not in the subpath of '/root/.hermes/profiles/reviewer' OR one path is relative and the other is absolute.) 2026-08-20 09:18:23,118 WARNING [20260820_084338_7032f46d] tools.credential_files: credential_files: rejected path traversal 'google_client_secret.json' (Path escapes allowed directory: '/root/.hermes/google_client_secret.json' is not in the subpath of '/root/.hermes/profiles/reviewer' OR one path is relative and the other is absolute.) 2026-08-20 09:19:36,633 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 09:24:44,500 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 09:29:52,201 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 09:35:00,390 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 09:40:08,513 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 09:45:15,668 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 09:50:23,530 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 09:55:30,299 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 10:00:38,149 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 10:05:45,098 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 10:10:52,057 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 10:16:00,746 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 10:21:08,993 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 10:26:15,905 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 10:31:24,051 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 10:36:31,707 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 10:41:39,083 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 10:46:46,523 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 10:51:55,005 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 10:57:02,685 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 11:02:09,270 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 11:07:16,351 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 11:12:23,942 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 11:17:31,102 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 11:22:38,331 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 11:27:46,502 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 11:32:54,487 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 11:38:01,496 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 11:43:09,020 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 11:48:17,272 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 11:53:25,808 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 11:58:33,053 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 12:03:41,227 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 12:08:48,840 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 12:13:56,064 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 12:19:03,971 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 12:24:11,056 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 12:29:18,134 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 12:34:26,066 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 12:39:34,349 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 12:44:41,213 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 12:49:48,031 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 12:54:54,827 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 13:00:02,400 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 13:05:10,570 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 13:10:18,307 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 13:15:25,754 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 13:20:33,692 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 13:25:41,850 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 13:30:50,057 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 13:35:57,286 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 13:41:05,158 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 13:46:12,839 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 13:51:20,802 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 13:56:29,127 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 14:01:36,796 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 14:06:44,410 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 14:11:52,081 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 14:16:59,849 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 14:22:08,286 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 14:27:15,956 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 14:32:23,954 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 14:37:30,808 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 14:42:38,498 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 14:47:46,780 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 14:52:53,900 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 14:58:00,928 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 15:03:08,299 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 15:08:15,573 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 15:13:23,143 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 15:18:30,417 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 15:23:38,267 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 15:28:45,199 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 15:33:52,494 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 15:39:00,094 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 15:44:07,217 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 15:49:14,774 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 15:54:21,611 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 15:59:30,008 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 16:04:37,125 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 16:09:44,897 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 16:14:53,100 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 16:20:02,000 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 16:25:10,557 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 16:30:17,432 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 16:35:25,804 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 16:40:34,081 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 16:45:41,951 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 16:50:49,645 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 16:55:57,443 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 17:01:04,336 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 17:06:11,680 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 17:11:19,442 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 17:16:26,334 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 17:21:34,239 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 17:26:41,979 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 17:31:49,157 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 17:36:56,729 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 17:42:03,610 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 17:47:10,916 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 17:52:18,695 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 17:57:25,857 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 18:02:33,909 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 18:07:41,061 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 18:12:48,253 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 18:17:55,041 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 18:23:03,180 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 18:28:10,759 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 18:33:18,066 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 18:38:25,428 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 18:43:32,030 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 18:48:39,505 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 18:53:46,056 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 18:58:53,447 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 19:04:01,494 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 19:09:09,786 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 19:14:17,100 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 19:19:24,281 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 19:24:31,682 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 19:29:40,108 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 19:34:49,187 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 19:39:56,705 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 19:45:04,851 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 19:50:13,532 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 19:55:21,136 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 20:00:29,128 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 20:05:37,115 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 20:10:44,413 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 20:15:51,833 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 20:20:59,238 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 20:26:07,507 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 20:31:15,461 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 20:36:22,704 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 20:41:31,030 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 20:46:39,165 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 20:51:46,392 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 20:56:54,580 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 21:02:01,686 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 21:07:09,592 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 21:12:17,674 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 21:17:25,923 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 21:22:33,221 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 21:27:41,527 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 21:32:48,473 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 21:37:56,229 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 21:43:03,107 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 21:48:11,525 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 21:53:19,119 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 21:58:26,519 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 22:03:33,685 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 22:08:41,157 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 22:13:48,905 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 22:18:55,524 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 22:24:03,128 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 22:29:09,996 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 22:34:18,450 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 22:39:26,178 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 22:44:34,607 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 22:49:41,857 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 22:54:48,104 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 22:59:54,704 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 23:05:03,335 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 23:10:12,223 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 23:15:20,050 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 23:20:27,212 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 23:25:33,952 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 23:30:42,279 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 23:35:51,005 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 23:40:59,018 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 23:46:06,600 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 23:51:13,469 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-20 23:56:20,799 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 00:00:18,354 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 00:05:26,027 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 00:10:32,787 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 00:15:40,378 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 00:20:48,321 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 00:25:56,223 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 00:31:03,589 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 00:36:10,072 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 00:41:18,432 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 00:46:25,954 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 00:51:32,768 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 00:56:40,183 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 01:01:47,279 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 01:06:53,970 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 01:12:01,303 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 01:17:15,017 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 01:22:22,185 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 01:27:28,886 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 01:32:36,990 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 01:37:45,025 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 01:42:51,933 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 01:47:59,523 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 01:53:08,026 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 01:58:15,693 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 02:03:22,221 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 02:08:29,418 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 02:13:37,679 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 02:18:45,235 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 02:23:53,152 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 02:29:00,579 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 02:34:08,554 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 02:39:15,564 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 02:44:23,914 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 02:49:31,018 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 02:54:38,095 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 02:59:45,270 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 03:04:52,937 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 03:10:01,063 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 03:15:07,963 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 03:16:36,609 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network _redact_telegram_error_text(error), scheduling reconnect: Bad Gateway 2026-08-21 03:16:36,610 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: Bad Gateway 2026-08-21 03:16:56,615 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] updater.stop() timed out during network-error reconnect (likely CLOSE-WAIT socket); forcing drain and restart without clean stop 2026-08-21 03:17:16,703 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Timed out: Timed out. Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 32, in read with map_exceptions(exc_map): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request res = await self._client.request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 122, in handle_async_request response = await transport.handle_async_request(candidate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper code, payload = await self.do_request( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request raise TimedOut from err telegram.error.TimedOut: Timed out 2026-08-21 03:17:16,860 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Timed out 2026-08-21 03:17:16,861 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 2/10), reconnecting in 10s. Error: Timed out 2026-08-21 03:17:47,196 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Timed out: Timed out. Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 32, in read with map_exceptions(exc_map): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request res = await self._client.request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 122, in handle_async_request response = await transport.handle_async_request(candidate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper code, payload = await self.do_request( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request raise TimedOut from err telegram.error.TimedOut: Timed out 2026-08-21 03:17:47,231 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Timed out 2026-08-21 03:17:47,231 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 3/10), reconnecting in 20s. Error: Timed out 2026-08-21 03:20:15,379 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 03:25:22,484 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 03:30:31,041 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 03:35:39,622 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 03:40:46,779 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 03:45:55,101 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 03:51:03,167 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 03:56:11,219 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 04:01:19,192 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 04:06:26,318 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 04:11:32,805 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 04:16:39,819 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 04:21:46,944 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 04:26:54,588 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 04:32:01,879 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 04:37:08,692 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 04:42:16,564 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 04:47:23,536 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 04:52:30,728 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 04:57:37,411 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 05:02:44,520 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 05:07:52,162 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 05:12:59,358 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 05:18:07,647 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 05:23:15,539 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 05:28:22,432 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 05:33:30,659 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 05:38:38,073 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 05:43:46,419 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 05:48:53,984 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 05:54:01,892 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 05:59:09,113 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 06:04:15,885 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 06:09:23,863 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 06:14:31,410 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 06:19:38,795 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 06:24:46,562 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 06:29:54,696 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 06:35:02,360 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 06:40:09,591 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 06:45:16,623 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 06:50:23,457 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 06:55:31,125 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 07:00:39,390 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 07:05:46,184 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 07:10:53,466 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 07:16:01,341 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 07:16:21,055 WARNING gateway.session: gateway.session: routing key 'agent:main:telegram:group:-1004404142589:46' -> 20260818_110541_05e5cc69 is ended in state.db but still live in sessions.json; dropping stale entry and recovering/recreating the session (#54878) 2026-08-21 07:16:36,040 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 07:16:56,564 WARNING [cron_2e50b1c88a37_20260821_071628] agent.tool_executor: Tool terminal returned error (1.39s): {"output": "usage: hermes [-h] [--version] [-z PROMPT] [--usage-file PATH] [-m MODEL]\n [--provider PROVIDER] [--reasoning LEVEL] [-t TOOLSETS]\n [--resume SESSION] [--no-res 2026-08-21 07:17:22,830 WARNING [cron_2e50b1c88a37_20260821_071628] agent.tool_executor: Tool terminal returned error (1.02s): {"output": "kanban: delegate_task child contexts cannot mutate Kanban tasks via the CLI", "exit_code": 1, "error": null} 2026-08-21 07:17:25,357 WARNING [cron_2e50b1c88a37_20260821_071628] agent.tool_executor: Tool terminal returned error (1.00s): {"output": "kanban: delegate_task child contexts cannot mutate Kanban tasks via the CLI", "exit_code": 1, "error": null} 2026-08-21 07:17:30,305 WARNING [cron_2e50b1c88a37_20260821_071628] agent.tool_executor: Tool terminal returned error (0.80s): {"output": "kanban: delegate_task child contexts cannot mutate Kanban tasks via the CLI", "exit_code": 1, "error": null} [Tool loop warning: repeated_exact_failure_warning; count=2; terminal has fail 2026-08-21 07:17:32,605 WARNING [cron_2e50b1c88a37_20260821_071628] agent.tool_executor: Tool terminal returned error (1.19s): {"output": "kanban: could not initialize database: delegate_task child contexts cannot mutate Kanban tasks or boards", "exit_code": 1, "error": null} [Tool loop warning: same_tool_failure_warning; co 2026-08-21 07:17:52,598 WARNING [20260821_071621_ae07c298] agent.tool_executor: Tool read_file returned error (0.09s): {"content": "", "total_lines": 0, "file_size": 17731, "truncated": false, "is_binary": true, "is_image": false, "error": "Binary file - cannot display as text. Use appropriate tools to handle this fil 2026-08-21 07:20:24,159 WARNING [20260821_071621_ae07c298] agent.tool_executor: Tool execute_code returned error (0.12s): {"status": "error", "output": "\n--- stderr ---\n File \"/tmp/hermes_sandbox_39m0l3k0/script.py\", line 41\n write_file(path=output_analysis_path, content=f\"Error parsing JSON from {raw_data_path 2026-08-21 07:20:27,254 WARNING [20260821_071621_ae07c298] agent.tool_executor: Tool execute_code returned error (0.17s): {"status": "error", "output": "\n--- stderr ---\nTraceback (most recent call last):\n File \"/tmp/hermes_sandbox__am4br46/script.py\", line 2, in \n from hermes_tools import terminal, writ 2026-08-21 07:20:30,462 WARNING [20260821_071621_ae07c298] agent.tool_executor: Tool terminal returned error (0.79s): {"output": "usage: hermes [-h] [--version] [-z PROMPT] [--usage-file PATH] [-m MODEL]\n [--provider PROVIDER] [--reasoning LEVEL] [-t TOOLSETS]\n [--resume SESSION] [--no-res 2026-08-21 07:21:11,301 WARNING [20260821_071621_ae07c298] agent.tool_executor: Tool terminal returned error (0.80s): {"output": "usage: hermes [-h] [--version] [-z PROMPT] [--usage-file PATH] [-m MODEL]\n [--provider PROVIDER] [--reasoning LEVEL] [-t TOOLSETS]\n [--resume SESSION] [--no-res 2026-08-21 07:21:40,973 WARNING [20260821_071621_ae07c298] agent.tool_executor: Tool skill_manage returned error (0.09s): {"success": false, "error": "Refusing background curator patch for skill 'glv-seo-reporting': the skill is not curator-managed (created_by=None). User-owned skills are off-limits to autonomous curatio 2026-08-21 07:21:42,919 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 07:26:23,481 WARNING [20260821_071621_ae07c298] agent.tool_executor: Tool terminal returned error (1.00s): {"output": "usage: hermes [-h] [--version] [-z PROMPT] [--usage-file PATH] [-m MODEL]\n [--provider PROVIDER] [--reasoning LEVEL] [-t TOOLSETS]\n [--resume SESSION] [--no-res 2026-08-21 07:26:50,844 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 07:28:42,898 WARNING [20260821_071621_ae07c298] agent.tool_executor: Tool terminal returned error (0.99s): {"output": "Traceback (most recent call last):\n File \"/tmp/update_doc.py\", line 20, in \n doc = service.documents().get(documentId=document_id).execute()\n ^^^^^^^^^^^^^^^^^^^^ 2026-08-21 07:31:59,267 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 07:37:06,828 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 07:42:13,453 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 07:47:21,649 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 07:51:12,206 WARNING [20260821_074343_db8187] agent.conversation_loop: API call failed (attempt 1/3) error_type=RateLimitError thread=ThreadPoolExecutor-73_0:127540024817344 provider=local9router base_url=http://localhost:20128/v1 model=complex summary=HTTP 429: [gemini/gemini-3.1-pro-preview] [429]: { "error": { "code": 429, "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: 2026-08-21 07:51:12,212 WARNING [20260821_074343_db8187] agent.conversation_loop: Retrying API call in 2.2192929149292144s (attempt 1/3) thread=ThreadPoolExecutor-73_0:127540024817344 provider=local9router base_url=http://localhost:20128/v1 model=complex policy=default error=Error code: 429 - {'error': {'message': '[gemini/gemini-3.1-pro-preview] [429]: {\n "error": {\n "code": 429,\n "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/rate-limit. \\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_input_token_count, limit: 0, model: gemini-3.1-pro\\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_input_token_count, limit: 0, model: gemini-3.1-pro\\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_requests, limit: 0, model: gemini-3.1-pro\\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_requests, limit: 0, model: gemini-3.1-pro\\nPlease retry in 47.846001938s.",\n "status": "RESOURCE_EXHAUSTED",\n "details": [\n {\n "@type": "type.googleapis.com/google.rpc.Help",\n "links": [\n {\n "description": "Learn more about Gemini API quotas",\n "url": "https://ai.google.dev/gemini-api/docs/rate-limits"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.QuotaFailure",\n "violations": [\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_input_token_count",\n "quotaId": "GenerateContentInputTokensPerModelPerDay-FreeTier",\n "quotaDimensions": {\n "location": "global",\n "model": "gemini-3.1-pro"\n }\n },\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_input_token_count",\n "quotaId": "GenerateContentInputTokensPerModelPerMinute-FreeTier",\n "quotaDimensions": {\n "location": "global",\n "model": "gemini-3.1-pro"\n }\n },\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_requests",\n "quotaId": "GenerateRequestsPerMinutePerProjectPerModel-FreeTier",\n "quotaDimensions": {\n "location": "global",\n "model": "gemini-3.1-pro"\n }\n },\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_requests",\n "quotaId": "GenerateRequestsPerDayPerProjectPerModel-FreeTier",\n "quotaDimensions": {\n "location": "global",\n "model": "gemini-3.1-pro"\n }\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.RetryInfo",\n "retryDelay": "47s"\n }\n ]\n }\n}\n (reset after 4s)'}} 2026-08-21 07:52:29,860 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 07:52:39,960 WARNING [20260821_071621_ae07c298] agent.tool_executor: Tool delegate_task returned error (0.00s): {"error": "Too many tasks: 5 provided, but max_concurrent_children is 3. Either reduce the task count, split into multiple delegate_task calls, or increase delegation.max_concurrent_children in config 2026-08-21 07:57:36,556 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 07:58:31,089 WARNING [20260821_074343_db8187] agent.conversation_loop: API call failed (attempt 2/3) error_type=RateLimitError thread=ThreadPoolExecutor-73_0:127540024817344 provider=local9router base_url=http://localhost:20128/v1 model=complex summary=HTTP 429: [codex/gpt-5.3-codex-spark-review] [400]: {"detail":"The 'gpt-5.3-codex-spark' model is not supported when using Codex with a ChatGPT account."} (reset after 29s) 2026-08-21 07:58:31,092 WARNING [20260821_074343_db8187] agent.conversation_loop: Retrying API call in 4.970183875963407s (attempt 2/3) thread=ThreadPoolExecutor-73_0:127540024817344 provider=local9router base_url=http://localhost:20128/v1 model=complex policy=default error=Error code: 429 - {'error': {'message': '[codex/gpt-5.3-codex-spark-review] [400]: {"detail":"The \'gpt-5.3-codex-spark\' model is not supported when using Codex with a ChatGPT account."} (reset after 29s)'}} 2026-08-21 08:02:00,002 WARNING agent.chat_completion_helpers: Stream ended with no finish_reason after delivering text with no tool calls; treating as a mid-stream drop. 2026-08-21 08:02:43,618 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 08:05:23,737 WARNING [20260821_071621_ae07c298] agent.tool_executor: Tool delegate_task returned error (0.00s): {"error": "Too many tasks: 6 provided, but max_concurrent_children is 3. Either reduce the task count, split into multiple delegate_task calls, or increase delegation.max_concurrent_children in config 2026-08-21 08:05:38,539 WARNING [20260821_071621_ae07c298] agent.tool_executor: Tool skill_manage returned error (0.01s): {"success": false, "error": "Refusing background curator patch for skill 'glv-seo-reporting': the skill is not curator-managed (created_by=None). User-owned skills are off-limits to autonomous curatio 2026-08-21 08:05:53,316 WARNING [20260821_074343_db8187] agent.conversation_loop: API call failed (attempt 3/3) error_type=RateLimitError thread=ThreadPoolExecutor-73_0:127540024817344 provider=local9router base_url=http://localhost:20128/v1 model=complex summary=HTTP 429: [antigravity/gemini-3-flash-agent] [429]: { "error": { "code": 429, "message": "Resource has been exhausted (e.g. check quota).", "status": "RESOURCE_EXHAUSTED" } } (reset after 2s) 2026-08-21 08:05:53,327 ERROR [20260821_074343_db8187] agent.conversation_loop: [subagent-0] API call failed after 3 retries. HTTP 429: [antigravity/gemini-3-flash-agent] [429]: { "error": { "code": 429, "message": "Resource has been exhausted (e.g. check quota).", "status": "RESOURCE_EXHAUSTED" } } (reset after 2s) | provider=local9router model=complex msgs=2 tokens=~5,252 2026-08-21 08:07:51,448 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 08:09:30,074 WARNING [20260821_080527_492423] agent.tool_executor: Tool execute_code returned error (0.11s): {"status": "error", "output": "\n--- stderr ---\nTraceback (most recent call last):\n File \"/tmp/hermes_sandbox_jkw0nwcq/script.py\", line 4, in \n file_content = default_api.read_file(pa 2026-08-21 08:10:00,410 WARNING [20260821_080526_449ecc] agent.tool_executor: Tool read_file returned error (0.11s): {"content": "", "total_lines": 0, "file_size": 1655, "truncated": false, "is_binary": true, "is_image": false, "error": "Binary file - cannot display as text. Use appropriate tools to handle this file 2026-08-21 08:12:58,932 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 08:13:14,991 WARNING tools.credential_files: credential_files: rejected path traversal 'google_token.json' (Path escapes allowed directory: '/root/.hermes/google_token.json' is not in the subpath of '/root/.hermes/profiles/reviewer' OR one path is relative and the other is absolute.) 2026-08-21 08:13:14,993 WARNING tools.credential_files: credential_files: rejected path traversal 'google_client_secret.json' (Path escapes allowed directory: '/root/.hermes/google_client_secret.json' is not in the subpath of '/root/.hermes/profiles/reviewer' OR one path is relative and the other is absolute.) 2026-08-21 08:16:16,971 WARNING [20260821_081157_ebd125] agent.conversation_loop: Empty response (no content or reasoning) — retry 1/3 in 5.5s (model=default) 2026-08-21 08:18:06,951 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 08:20:28,321 WARNING [20260821_071621_ae07c298] agent.tool_executor: Tool memory returned error (0.00s): {"success": false, "error": "After applying all 2 operations, memory would be at 2,359/2,200 chars -- over the limit. Remove or shorten more entries in the same batch (see current_entries below), then 2026-08-21 08:23:13,844 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 08:28:21,663 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 08:33:29,337 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 08:38:37,103 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 08:43:45,463 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 08:48:53,029 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 08:53:59,500 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 08:59:07,378 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 09:04:15,555 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 09:09:23,628 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 09:14:31,801 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 09:19:39,720 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 09:24:47,650 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 09:29:54,504 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 09:35:02,443 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 09:40:10,064 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 09:45:18,113 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 09:50:25,752 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 09:55:32,460 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 10:00:39,222 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 10:05:47,098 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 10:10:54,549 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 10:16:02,628 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 10:21:10,848 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 10:26:18,969 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 10:31:26,659 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 10:36:33,763 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 10:41:40,805 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 10:46:48,395 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 10:51:56,036 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 10:57:03,487 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 11:02:10,706 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 11:07:17,626 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 11:12:25,482 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 11:17:33,330 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 11:22:40,763 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 11:27:49,370 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 11:32:57,282 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 11:38:05,754 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 11:43:12,423 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 11:48:20,877 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 11:53:27,699 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 11:58:34,723 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 12:03:42,262 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 12:08:50,035 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 12:13:57,611 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 12:19:05,680 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 12:24:13,481 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 12:29:21,493 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 12:34:28,670 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 12:39:35,399 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 12:44:42,073 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 12:49:49,195 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 12:54:57,709 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 13:00:05,060 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 13:05:11,885 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 13:10:18,516 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 13:15:26,641 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 13:20:34,812 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 13:25:42,093 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 13:30:50,149 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 13:35:10,911 WARNING [20260821_071621_ae07c298] agent.tool_executor: Tool execute_code returned error (0.12s): {"status": "error", "output": "\n--- stderr ---\n File \"/tmp/hermes_sandbox_fx3q964k/script.py\", line 1\n ]]\\\": \\\"Quy trình bảo dưỡng xe định kỳ tại GLV (Lượt tìm kiếm: 500/tháng)\\\",\\n 2026-08-21 13:35:27,954 WARNING [20260821_071621_ae07c298] agent.tool_executor: Tool skill_manage returned error (0.14s): {"success": false, "error": "Refusing background curator patch for skill 'glv-seo-reporting': the skill is not curator-managed (created_by=None). User-owned skills are off-limits to autonomous curatio 2026-08-21 13:35:58,016 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 13:41:05,381 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 13:41:53,574 WARNING [20260821_071621_ae07c298] agent.tool_executor: Tool execute_code returned error (0.12s): {"status": "error", "output": "\n--- stderr ---\n File \"/tmp/hermes_sandbox_3aztz92v/script.py\", line 98\n })\n ^\nSyntaxError: unmatched ')'\n", "exit_code": 1, "tool_calls_made": 0, "durat 2026-08-21 13:43:39,938 WARNING [20260821_071621_ae07c298] agent.tool_executor: Tool execute_code returned error (0.41s): {"status": "error", "output": "\n--- stderr ---\nTraceback (most recent call last):\n File \"/tmp/hermes_sandbox_vi352j4i/script.py\", line 8, in \n token_data = json.load(f)\n 2026-08-21 13:44:02,726 WARNING [20260821_071621_ae07c298] agent.tool_executor: Tool execute_code returned error (0.71s): {"status": "error", "output": "\n--- stderr ---\nTraceback (most recent call last):\n File \"/tmp/hermes_sandbox_h94mzu4p/script.py\", line 8, in \n token_data = json.load(f)\n 2026-08-21 13:45:45,756 WARNING [20260821_071621_ae07c298] agent.tool_executor: Tool execute_code returned error (0.40s): {"status": "error", "output": "\n--- stderr ---\nTraceback (most recent call last):\n File \"/tmp/hermes_sandbox_a0oi27ys/script.py\", line 5, in \n raw = json.loads(terminal(\"cat /opt/ai 2026-08-21 13:46:02,356 WARNING [20260821_071621_ae07c298] agent.tool_executor: Tool execute_code returned error (0.20s): {"status": "error", "output": "=== GA4 EVENTS ===\n page_view: 5827\n session_start: 3926\n user_engagement: 3743\n first_visit: 3276\n scroll: 1301\n click: 83\n form_start: 21\n\n=== GA4 CHAN 2026-08-21 13:46:12,977 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 13:49:12,567 WARNING [20260821_071621_ae07c298] agent.tool_executor: Tool memory returned error (0.00s): {"success": false, "error": "After applying all 4 operations, memory would be at 2,545/2,200 chars -- over the limit. Remove or shorten more entries in the same batch (see current_entries below), then 2026-08-21 13:51:20,242 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 13:54:26,083 WARNING [20260821_134644_04f886] agent.conversation_loop: API call failed (attempt 1/3) error_type=RateLimitError thread=ThreadPoolExecutor-93_0:127539515221696 provider=local9router base_url=http://localhost:20128/v1 model=complex summary=HTTP 429: [antigravity/gemini-3.5-flash-extra-low] [429]: { "error": { "code": 429, "message": "Resource has been exhausted (e.g. check quota).", "status": "RESOURCE_EXHAUSTED" } } (reset after 2s) 2026-08-21 13:54:26,085 WARNING [20260821_134644_04f886] agent.conversation_loop: Retrying API call in 2.257079621115469s (attempt 1/3) thread=ThreadPoolExecutor-93_0:127539515221696 provider=local9router base_url=http://localhost:20128/v1 model=complex policy=default error=Error code: 429 - {'error': {'message': '[antigravity/gemini-3.5-flash-extra-low] [429]: {\n "error": {\n "code": 429,\n "message": "Resource has been exhausted (e.g. check quota).",\n "status": "RESOURCE_EXHAUSTED"\n }\n}\n (reset after 2s)'}} 2026-08-21 13:56:28,294 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 14:01:36,168 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 14:01:58,677 WARNING [20260821_134644_04f886] agent.conversation_loop: API call failed (attempt 2/3) error_type=RateLimitError thread=ThreadPoolExecutor-93_0:127539515221696 provider=local9router base_url=http://localhost:20128/v1 model=complex summary=HTTP 429: [codex/gpt-5.3-codex-spark-review] [400]: {"detail":"The 'gpt-5.3-codex-spark' model is not supported when using Codex with a ChatGPT account."} (reset after 29s) 2026-08-21 14:01:58,678 WARNING [20260821_134644_04f886] agent.conversation_loop: Retrying API call in 5.729516544932318s (attempt 2/3) thread=ThreadPoolExecutor-93_0:127539515221696 provider=local9router base_url=http://localhost:20128/v1 model=complex policy=default error=Error code: 429 - {'error': {'message': '[codex/gpt-5.3-codex-spark-review] [400]: {"detail":"The \'gpt-5.3-codex-spark\' model is not supported when using Codex with a ChatGPT account."} (reset after 29s)'}} 2026-08-21 14:06:43,263 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 14:09:34,991 WARNING [20260821_134644_04f886] agent.conversation_loop: API call failed (attempt 3/3) error_type=RateLimitError thread=ThreadPoolExecutor-93_0:127539515221696 provider=local9router base_url=http://localhost:20128/v1 model=complex summary=HTTP 429: [antigravity/gemini-3-flash-agent] [429]: { "error": { "code": 429, "message": "Resource has been exhausted (e.g. check quota).", "status": "RESOURCE_EXHAUSTED" } } (reset after 2s) 2026-08-21 14:09:34,997 ERROR [20260821_134644_04f886] agent.conversation_loop: [subagent-0] API call failed after 3 retries. HTTP 429: [antigravity/gemini-3-flash-agent] [429]: { "error": { "code": 429, "message": "Resource has been exhausted (e.g. check quota).", "status": "RESOURCE_EXHAUSTED" } } (reset after 2s) | provider=local9router model=complex msgs=2 tokens=~5,216 2026-08-21 14:11:50,233 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 14:16:57,583 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 14:22:05,535 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 14:27:12,931 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 14:32:19,985 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 14:37:27,851 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 14:42:35,341 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 14:47:42,284 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 14:52:50,531 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 14:57:57,686 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 15:03:06,006 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 15:08:13,091 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 15:13:20,909 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 15:18:27,723 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 15:23:34,359 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 15:28:42,275 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 15:33:48,826 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 15:38:56,231 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 15:44:02,826 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 15:49:10,215 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 15:54:18,531 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 15:59:25,058 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 16:04:32,028 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 16:09:38,758 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 16:14:47,505 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 16:19:54,915 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 16:25:01,506 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 16:30:10,296 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 16:35:17,015 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 16:40:25,152 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 16:45:32,310 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 16:50:39,174 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 16:55:45,843 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 17:00:52,555 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 17:06:00,217 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 17:11:07,071 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 17:16:15,548 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 17:19:28,485 WARNING gateway.session: gateway.session: routing key 'agent:main:telegram:group:-1004404142589:1' -> 20260818_110553_57d15e46 is ended in state.db but still live in sessions.json; dropping stale entry and recovering/recreating the session (#54878) 2026-08-21 17:19:38,620 WARNING [20260821_171928_13a76b31] agent.tool_executor: Tool terminal returned error (0.64s): {"output": "usage: google_api.py [-h] {gmail,calendar,drive,contacts,sheets,docs} ...\ngoogle_api.py: error: unrecognized arguments: --file --title Fleet Dispatch System Functions --mime_type applicat 2026-08-21 17:19:41,092 WARNING [20260821_171928_13a76b31] tools.credential_files: credential_files: rejected path traversal 'google_token.json' (Path escapes allowed directory: '/root/.hermes/google_token.json' is not in the subpath of '/root/.hermes/profiles/reviewer' OR one path is relative and the other is absolute.) 2026-08-21 17:19:41,095 WARNING [20260821_171928_13a76b31] tools.credential_files: credential_files: rejected path traversal 'google_client_secret.json' (Path escapes allowed directory: '/root/.hermes/google_client_secret.json' is not in the subpath of '/root/.hermes/profiles/reviewer' OR one path is relative and the other is absolute.) 2026-08-21 17:20:16,687 WARNING [20260821_171928_13a76b31] agent.tool_executor: Tool terminal returned error (0.12s): {"output": "python3: can't open file '/root/.hermes/profiles/reviewer/home/.hermes/profiles/reviewer/cache/documents/doc_25f9ba79347d_Fleet_Dispatch_System_Function_List_and_BRD.xlsx': [Errno 2] No su 2026-08-21 17:21:22,903 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 17:26:29,291 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 17:31:35,697 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 17:36:43,814 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 17:41:50,885 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 17:46:59,214 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 17:52:06,607 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 17:57:14,523 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 18:02:21,858 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 18:07:29,789 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 18:12:36,482 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 18:17:43,817 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 18:22:51,054 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 18:27:59,090 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 18:33:06,357 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 18:38:14,379 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 18:43:21,308 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 18:48:29,144 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 18:53:36,128 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 18:58:43,276 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 19:03:51,003 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 19:08:57,393 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 19:14:04,496 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 19:19:11,426 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 19:24:18,293 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 19:29:25,300 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 19:34:32,725 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 19:39:39,901 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 19:44:47,016 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 19:49:54,375 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 19:55:02,517 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 20:00:10,926 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 20:05:18,586 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 20:10:26,034 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 20:15:34,375 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 20:20:40,856 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 20:25:48,703 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 20:30:56,195 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 20:36:03,946 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 20:41:10,783 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 20:46:19,245 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 20:51:26,841 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 20:56:34,277 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 21:01:41,246 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 21:06:47,854 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 21:11:55,036 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 21:17:02,426 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 21:22:09,935 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 21:27:17,241 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 21:32:25,306 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 21:37:32,402 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 21:42:39,914 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 21:47:47,500 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 21:52:54,626 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 21:58:01,258 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 22:03:09,022 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 22:08:16,599 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 22:13:24,981 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 22:18:32,935 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 22:23:39,519 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 22:28:47,308 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 22:33:55,173 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 22:39:02,310 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 22:44:09,030 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 22:49:15,554 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 22:54:22,776 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 22:59:29,877 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 23:04:36,821 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 23:09:44,410 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 23:14:51,946 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 23:19:59,869 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 23:25:08,154 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 23:30:15,898 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 23:35:23,207 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 23:40:29,942 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 23:45:38,155 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 23:50:45,948 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-21 23:55:53,045 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 00:00:35,549 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 00:05:43,475 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 00:10:50,526 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 00:15:57,914 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 00:21:05,394 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 00:26:13,697 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 00:31:20,884 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 00:36:27,278 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 00:41:34,699 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 00:46:41,633 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 00:51:49,237 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 00:56:56,871 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 01:02:03,756 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 01:07:11,037 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 01:12:18,309 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 01:17:25,662 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 01:22:33,592 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 01:27:41,874 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 01:32:50,244 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 01:37:58,196 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 01:43:05,984 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 01:48:14,080 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 01:53:20,542 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 01:58:28,939 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 02:03:37,006 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 02:08:44,570 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 02:13:51,164 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 02:18:59,454 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 02:24:07,202 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 02:29:14,844 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 02:34:22,354 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 02:39:30,398 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 02:44:38,662 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 02:49:46,620 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 02:54:54,143 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 03:00:00,761 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 03:05:08,377 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 03:10:15,663 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 03:15:22,557 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 03:20:30,740 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 03:20:39,831 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network _redact_telegram_error_text(error), scheduling reconnect: Bad Gateway 2026-08-22 03:20:39,832 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: Bad Gateway 2026-08-22 03:20:45,770 ERROR telegram.ext.Updater: Error while calling `get_updates` one more time to mark all fetched updates. Suppressing error to ensure graceful shutdown. When polling for updates is restarted, updates may be fetched again. Please adjust timeouts via `ApplicationBuilder` or the parameter `get_updates_request` of `Bot`. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 400, in _get_updates_cleanup await self.bot.get_updates( File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 671, in get_updates updates = await super().get_updates( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 4860, in get_updates await self._post( File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper raise exception telegram.error.NetworkError: Bad Gateway 2026-08-22 03:20:45,833 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper raise exception telegram.error.NetworkError: Bad Gateway 2026-08-22 03:20:45,844 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Bad Gateway 2026-08-22 03:20:45,845 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 2/10), reconnecting in 10s. Error: Bad Gateway 2026-08-22 03:21:15,894 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Timed out: Timed out. Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 32, in read with map_exceptions(exc_map): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request res = await self._client.request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 122, in handle_async_request response = await transport.handle_async_request(candidate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper code, payload = await self.do_request( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request raise TimedOut from err telegram.error.TimedOut: Timed out 2026-08-22 03:21:15,960 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Timed out 2026-08-22 03:21:15,967 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 3/10), reconnecting in 20s. Error: Timed out 2026-08-22 03:25:38,225 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 03:30:45,880 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 03:35:53,305 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 03:40:59,903 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 03:46:06,943 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 03:51:13,993 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 03:56:21,707 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 04:01:29,493 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 04:06:37,482 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 04:11:45,733 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 04:16:52,817 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 04:22:00,444 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 04:27:08,371 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 04:32:16,120 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 04:37:23,349 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 04:42:31,524 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 04:47:38,130 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 04:52:45,019 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 04:57:52,563 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 05:02:59,322 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 05:08:08,342 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 05:13:16,320 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 05:18:23,112 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 05:23:30,658 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 05:28:38,803 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 05:33:45,609 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 05:38:53,189 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 05:44:00,288 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 05:49:08,580 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 05:54:15,477 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 05:59:22,217 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 06:04:28,943 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 06:09:35,936 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 06:14:43,429 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 06:19:51,871 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 06:24:58,734 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 06:30:06,358 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 06:35:14,203 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 06:40:22,154 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 06:45:29,361 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 06:50:37,597 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 06:55:44,513 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 07:00:51,841 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 07:06:00,007 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 07:11:08,603 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 07:16:16,504 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 07:21:25,022 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 07:26:32,729 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 07:31:39,680 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 07:36:46,610 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 07:41:53,952 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 07:47:01,107 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 07:52:07,694 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 07:57:14,577 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 08:02:21,501 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 08:07:27,909 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 08:12:36,078 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 08:17:44,380 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 08:22:52,608 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 08:27:59,237 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 08:33:07,619 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 08:38:15,252 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 08:43:21,733 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 08:48:29,056 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 08:53:36,647 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 08:58:44,612 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 09:03:52,048 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 09:08:59,925 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 09:14:06,572 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 09:19:14,642 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 09:24:22,664 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 09:29:30,726 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 09:34:37,957 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 09:39:45,681 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 09:44:53,571 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 09:50:00,275 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 09:55:08,497 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 10:00:16,397 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 10:05:23,940 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 10:10:30,578 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 10:15:38,429 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 10:20:47,048 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 10:25:54,427 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 10:31:01,210 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 10:36:09,181 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 10:41:17,200 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 10:46:23,861 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 10:51:31,999 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 10:56:39,228 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 11:01:46,676 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 11:06:54,046 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 11:12:01,179 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 11:17:10,618 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 11:22:18,735 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 11:27:26,322 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 11:32:34,075 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 11:37:42,085 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 11:42:50,145 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 11:47:58,186 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 11:53:05,942 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 11:58:13,981 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 12:03:21,019 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 12:08:28,480 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 12:13:36,288 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 12:18:44,665 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 12:23:53,264 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 12:29:00,868 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 12:34:08,987 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 12:39:16,244 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 12:44:23,563 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 12:49:30,803 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 12:54:38,615 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 12:59:46,412 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 13:04:53,630 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 13:10:00,958 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 13:15:08,154 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 13:20:15,424 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 13:25:23,226 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 13:30:31,358 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 13:35:38,457 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 13:40:45,249 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 13:45:52,970 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 13:50:59,733 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 13:56:06,505 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 14:01:13,623 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 14:06:21,980 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 14:11:28,850 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 14:16:35,493 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 14:21:43,642 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 14:26:51,239 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 14:31:57,954 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 14:37:04,306 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 14:42:12,328 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 14:47:18,928 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 14:52:26,947 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 14:57:34,153 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 15:02:41,121 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 15:07:48,326 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 15:12:56,203 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 15:18:04,226 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 15:23:11,802 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 15:28:19,036 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 15:33:25,969 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 15:38:33,304 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 15:43:41,033 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 15:48:48,816 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 15:53:55,171 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 15:59:03,008 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 16:04:09,429 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 16:09:17,305 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 16:14:24,644 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 16:19:31,602 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 16:24:38,974 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 16:29:45,621 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 16:34:52,833 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 16:40:00,370 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 16:45:09,746 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 16:50:16,723 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 16:55:23,908 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 17:00:30,318 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 17:05:37,239 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 17:10:44,685 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 17:15:53,105 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 17:21:00,277 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 17:26:07,172 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 17:31:14,579 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 17:36:22,140 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 17:41:29,634 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 17:46:37,791 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 17:51:45,354 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 17:56:52,689 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 18:02:00,079 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 18:07:07,458 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 18:12:15,838 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 18:17:24,168 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 18:22:31,233 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 18:27:39,631 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 18:32:47,387 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 18:37:54,641 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 18:43:03,101 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 18:48:10,675 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 18:53:18,755 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 18:58:25,466 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 19:03:33,350 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 19:08:40,754 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 19:13:48,103 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 19:18:55,421 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 19:24:03,575 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 19:29:11,225 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 19:34:17,796 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 19:39:24,527 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 19:44:31,882 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 19:49:39,513 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 19:54:47,496 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 19:59:54,750 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 20:05:01,805 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 20:10:08,681 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 20:15:16,731 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 20:20:25,395 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 20:25:33,603 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 20:30:40,303 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 20:35:48,048 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 20:40:55,093 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 20:46:03,681 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 20:51:10,737 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 20:56:18,070 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 21:01:25,899 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 21:06:34,074 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 21:11:41,698 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 21:16:49,334 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 21:21:56,429 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 21:27:03,718 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 21:32:11,744 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 21:37:19,455 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 21:42:27,637 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 21:47:35,481 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 21:52:42,286 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 21:57:49,700 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 22:02:57,635 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 22:08:05,254 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 22:13:13,459 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 22:18:22,133 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 22:23:29,320 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 22:28:37,242 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 22:33:45,023 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 22:38:52,320 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 22:44:00,109 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 22:49:07,260 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 22:54:14,791 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 22:59:22,271 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 23:04:30,444 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 23:09:38,151 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 23:14:44,698 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 23:19:52,610 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 23:25:00,200 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 23:30:08,627 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 23:35:16,059 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 23:40:23,868 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 23:45:31,751 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 23:50:39,144 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-22 23:55:46,487 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 00:00:36,152 WARNING tools.skills_tool: Skill name collision for 'research-critism': 2 candidates — /opt/ai-os/products/ceo/skills/research/SKILL.md; /opt/ai-os/products/ceo/skills/research/research-critism/SKILL.md 2026-08-23 00:00:36,195 WARNING [cron_380651bcfd02_20260823_000028] agent.tool_executor: Tool skill_view returned error (1.56s): {"success": false, "error": "Ambiguous skill name 'research-critism': 2 skills match across your local skills dir and external_dirs. Refusing to guess — load one explicitly by its categorized path.", 2026-08-23 00:00:37,216 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 00:05:45,473 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 00:10:52,192 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 00:15:58,993 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 00:21:06,176 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 00:26:13,801 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 00:31:21,770 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 00:36:29,843 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 00:41:37,374 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 00:46:44,481 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 00:51:52,084 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 00:56:59,345 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 01:02:06,139 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 01:07:14,388 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 01:12:21,806 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 01:17:29,341 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 01:22:37,080 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 01:27:44,392 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 01:32:52,410 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 01:38:00,227 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 01:43:07,479 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 01:48:15,989 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 01:53:23,092 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 01:58:29,851 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 02:03:37,081 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 02:08:45,850 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 02:13:53,313 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 02:19:02,433 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 02:24:09,480 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 02:29:16,553 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 02:34:23,631 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 02:39:31,896 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 02:44:39,598 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 02:49:47,349 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 02:54:54,898 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 03:00:01,726 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 03:05:09,735 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 03:10:16,834 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 03:15:24,219 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 03:20:31,834 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 03:25:39,701 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 03:30:47,056 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 03:35:54,140 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 03:41:00,630 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 03:46:07,554 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 03:51:13,730 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 03:56:20,941 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 04:01:28,600 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 04:06:36,237 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 04:11:44,571 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 04:16:52,726 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 04:22:00,218 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 04:27:08,081 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 04:32:16,389 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 04:37:23,737 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 04:42:30,705 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 04:47:37,598 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 04:52:45,341 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 04:57:52,211 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 05:02:59,311 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 05:08:05,878 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 05:13:14,091 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 05:18:22,913 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 05:23:29,781 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 05:28:37,048 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 05:33:44,604 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 05:38:52,245 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 05:43:59,284 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 05:49:07,087 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 05:54:15,387 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 05:59:23,417 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 06:04:31,077 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 06:09:38,175 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 06:14:45,120 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 06:19:53,403 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 06:25:01,592 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 06:30:10,024 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 06:35:16,872 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 06:40:24,800 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 06:45:32,321 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 06:50:39,568 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 06:55:47,413 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 07:00:55,540 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 07:06:04,074 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 07:11:10,605 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 07:16:17,509 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 07:21:26,237 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 07:26:34,369 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 07:31:42,512 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 07:36:49,771 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 07:41:57,479 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 07:47:04,920 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 07:52:12,483 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 07:57:19,232 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 08:02:27,303 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 08:07:34,579 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 08:12:42,045 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 08:17:49,300 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 08:22:57,585 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 08:28:04,908 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 08:33:11,954 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 08:38:19,528 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 08:43:27,140 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 08:48:34,128 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 08:53:41,264 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 08:58:49,161 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 09:03:56,861 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 09:09:04,743 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 09:14:11,791 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 09:19:19,596 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 09:24:26,585 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 09:29:34,282 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 09:34:41,497 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 09:39:48,253 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 09:44:55,650 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 09:50:03,737 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 09:55:11,602 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 10:00:18,960 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 10:05:26,837 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 10:10:33,414 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 10:15:41,659 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 10:20:50,040 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 10:25:58,157 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 10:31:04,697 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 10:36:11,195 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 10:41:18,744 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 10:46:26,451 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 10:51:34,754 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 10:56:42,743 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 11:01:50,215 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 11:06:57,567 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 11:12:05,387 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 11:17:14,107 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 11:22:21,551 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 11:27:28,075 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 11:32:35,388 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 11:37:42,545 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 11:42:49,889 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 11:47:57,576 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 11:53:04,434 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 11:58:12,078 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 12:03:19,657 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 12:08:27,532 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 12:13:35,711 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 12:18:43,223 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 12:23:50,688 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 12:28:58,156 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 12:34:05,813 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 12:39:13,672 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 12:44:21,029 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 12:49:27,997 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 12:54:35,100 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 12:59:43,596 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 13:04:50,576 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 13:09:58,080 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 13:15:06,673 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 13:20:14,292 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 13:25:22,245 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 13:30:29,123 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 13:35:37,317 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 13:40:45,818 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 13:45:52,630 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 13:51:00,271 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 13:56:08,070 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 14:01:15,468 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 14:06:22,766 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 14:11:30,296 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 14:16:36,842 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 14:21:44,907 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 14:26:52,369 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 14:31:59,804 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 14:37:06,836 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 14:42:14,996 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 14:47:22,955 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 14:52:29,534 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 14:57:37,950 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 15:02:45,804 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 15:07:53,658 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 15:13:00,555 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 15:18:08,501 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 15:23:16,039 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 15:28:23,666 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 15:33:31,396 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 15:35:56,379 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network _redact_telegram_error_text(error), scheduling reconnect: httpx.ReadError: 2026-08-23 15:35:56,385 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: httpx.ReadError: 2026-08-23 15:38:39,702 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 15:43:47,108 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 15:48:53,873 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 15:54:01,817 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 15:59:09,187 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 16:04:16,235 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 16:09:22,781 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 16:14:30,822 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 16:19:37,764 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 16:24:44,418 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 16:29:51,038 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 16:34:57,887 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 16:40:04,994 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 16:45:12,233 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 16:50:20,375 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 16:55:27,987 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 17:00:36,547 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 17:05:44,363 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 17:10:52,010 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 17:16:01,072 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 17:21:09,055 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 17:26:17,346 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 17:31:25,032 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 17:36:31,493 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 17:41:38,058 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 17:46:46,073 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 17:51:54,449 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 17:57:01,034 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 18:02:09,614 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 18:07:17,038 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 18:12:24,131 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 18:17:31,762 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 18:22:39,049 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 18:27:46,896 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 18:32:54,788 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 18:38:02,049 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 18:43:09,277 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 18:48:17,717 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 18:53:25,158 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 18:58:32,370 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 19:03:40,733 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 19:08:48,272 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 19:13:55,543 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 19:19:03,397 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 19:24:11,336 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 19:29:19,597 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 19:34:26,612 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 19:39:33,161 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 19:44:40,011 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 19:49:48,286 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 19:54:55,407 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 20:00:02,984 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 20:05:09,806 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 20:10:17,653 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 20:15:25,567 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 20:20:34,169 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 20:25:41,956 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 20:30:49,464 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 20:35:57,085 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 20:41:05,051 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 20:46:12,183 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 20:51:19,052 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 20:56:26,335 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 21:01:33,970 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 21:06:41,084 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 21:11:49,587 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 21:16:57,954 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 21:22:05,199 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 21:27:13,149 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 21:32:20,781 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 21:37:28,543 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 21:42:35,864 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 21:47:43,105 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 21:52:50,152 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 21:57:58,185 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 22:03:06,389 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 22:08:13,997 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 22:13:20,935 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 22:18:29,185 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 22:23:37,178 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 22:28:44,809 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 22:33:53,353 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 22:39:01,533 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 22:44:08,155 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 22:49:16,434 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 22:54:23,387 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 22:59:30,185 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 23:04:38,490 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 23:09:45,848 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 23:14:52,527 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 23:20:00,199 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 23:25:08,284 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 23:30:15,358 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 23:35:22,522 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 23:40:29,860 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 23:45:37,101 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 23:50:44,418 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-23 23:55:50,772 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 00:00:40,746 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 00:05:48,434 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 00:10:56,096 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 00:16:03,989 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 00:21:12,008 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 00:26:19,409 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 00:31:27,538 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 00:36:35,173 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 00:41:42,380 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 00:46:50,298 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 00:51:57,824 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 00:57:06,243 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 01:02:13,159 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 01:07:20,699 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 01:12:28,506 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 01:17:36,593 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 01:22:44,306 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 01:27:51,302 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 01:32:58,638 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 01:38:06,849 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 01:43:13,257 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 01:48:21,024 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 01:53:28,636 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 01:58:35,593 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 02:03:42,652 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 02:08:50,846 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 02:13:58,067 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 02:19:04,844 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 02:24:11,867 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 02:29:19,622 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 02:34:26,806 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 02:39:34,718 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 02:44:43,161 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 02:49:50,051 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 02:54:58,239 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 03:00:07,595 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 03:05:15,308 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 03:10:22,098 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 03:15:29,563 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 03:20:36,672 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 03:25:44,222 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 03:30:52,565 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 03:33:37,167 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling degraded (heartbeat probe); gateway stays alive and will retry. Error: Bad Gateway 2026-08-24 03:33:37,168 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: Bad Gateway 2026-08-24 03:33:57,170 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] updater.stop() timed out during network-error reconnect (likely CLOSE-WAIT socket); forcing drain and restart without clean stop 2026-08-24 03:34:17,217 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Timed out: Timed out. Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 32, in read with map_exceptions(exc_map): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request res = await self._client.request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 122, in handle_async_request response = await transport.handle_async_request(candidate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper code, payload = await self.do_request( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request raise TimedOut from err telegram.error.TimedOut: Timed out 2026-08-24 03:34:17,266 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Timed out 2026-08-24 03:34:17,267 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 2/10), reconnecting in 10s. Error: Timed out 2026-08-24 03:34:47,311 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Timed out: Timed out. Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 32, in read with map_exceptions(exc_map): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request res = await self._client.request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 122, in handle_async_request response = await transport.handle_async_request(candidate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper code, payload = await self.do_request( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request raise TimedOut from err telegram.error.TimedOut: Timed out 2026-08-24 03:34:47,385 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Timed out 2026-08-24 03:34:47,386 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 3/10), reconnecting in 20s. Error: Timed out 2026-08-24 03:35:27,679 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Timed out: Timed out. Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 32, in read with map_exceptions(exc_map): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request res = await self._client.request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 122, in handle_async_request response = await transport.handle_async_request(candidate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper code, payload = await self.do_request( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request raise TimedOut from err telegram.error.TimedOut: Timed out 2026-08-24 03:35:27,748 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Timed out 2026-08-24 03:35:27,754 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 4/10), reconnecting in 40s. Error: Timed out 2026-08-24 03:35:59,556 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 03:41:07,136 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 03:43:19,155 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network _redact_telegram_error_text(error), scheduling reconnect: httpx.ReadError: 2026-08-24 03:43:19,156 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: httpx.ReadError: 2026-08-24 03:46:14,812 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 03:51:21,839 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 03:56:29,345 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 04:01:35,924 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 04:06:43,407 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 04:11:51,232 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 04:16:58,098 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 04:22:05,899 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 04:27:13,006 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 04:32:21,349 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 04:37:28,853 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 04:42:37,239 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 04:47:44,295 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 04:52:52,254 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 04:57:59,512 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 05:03:06,881 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 05:08:14,569 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 05:13:21,412 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 05:18:28,828 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 05:23:36,146 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 05:28:43,475 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 05:33:50,951 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 05:38:57,666 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 05:44:05,613 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 05:49:13,689 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 05:54:20,261 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 05:59:27,721 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 06:04:35,027 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 06:09:43,589 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 06:14:50,990 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 06:19:58,697 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 06:25:06,934 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 06:30:13,959 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 06:35:21,887 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 06:40:29,277 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 06:45:35,976 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 06:50:43,712 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 06:55:50,733 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 07:00:59,084 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 07:06:06,806 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 07:11:14,049 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 07:16:21,949 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 07:21:30,349 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 07:26:38,033 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 07:31:46,372 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 07:36:53,034 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 07:42:00,727 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 07:47:08,586 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 07:52:16,629 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 07:57:24,366 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 08:02:32,013 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 08:07:39,365 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 08:12:46,022 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 08:17:54,408 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 08:23:01,329 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 08:28:08,858 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 08:33:16,305 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 08:38:23,374 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 08:43:30,818 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 08:48:38,403 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 08:53:46,221 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 08:58:53,385 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 09:04:00,750 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 09:09:07,729 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 09:14:15,975 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 09:19:24,716 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 09:24:31,891 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 09:29:39,390 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 09:34:45,999 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 09:39:53,346 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 09:45:00,860 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 09:50:08,508 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 09:55:16,086 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 10:00:23,700 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 10:01:00,237 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 10:01:32,785 WARNING [cron_2e50b1c88a37_20260824_100052] agent.tool_executor: Tool terminal returned error (0.79s): {"output": "usage: hermes [-h] [--version] [-z PROMPT] [--usage-file PATH] [-m MODEL]\n [--provider PROVIDER] [--reasoning LEVEL] [-t TOOLSETS]\n [--resume SESSION] [--no-res 2026-08-24 10:01:54,547 WARNING [cron_2e50b1c88a37_20260824_100052] agent.tool_executor: Tool terminal returned error (0.78s): {"output": "kanban: delegate_task child contexts cannot mutate Kanban tasks via the CLI", "exit_code": 1, "error": null} 2026-08-24 10:01:56,727 WARNING [cron_2e50b1c88a37_20260824_100052] tools.registry: check_fn check_bfl_requirements returned False; dependent tools will be unavailable this turn 2026-08-24 10:01:56,741 WARNING [cron_2e50b1c88a37_20260824_100052] tools.registry: check_fn _browser_cdp_check returned False; dependent tools will be unavailable this turn 2026-08-24 10:01:56,748 WARNING [cron_2e50b1c88a37_20260824_100052] tools.registry: check_fn _browser_dialog_check returned False; dependent tools will be unavailable this turn 2026-08-24 10:01:56,755 WARNING [cron_2e50b1c88a37_20260824_100052] tools.registry: check_fn check_computer_use_requirements returned False; dependent tools will be unavailable this turn 2026-08-24 10:01:56,767 WARNING [cron_2e50b1c88a37_20260824_100052] tools.registry: check_fn check_image_generation_requirements returned False; dependent tools will be unavailable this turn 2026-08-24 10:03:43,242 WARNING [20260824_100156_011a39] agent.tool_executor: Tool execute_code returned error (1.97s): {"status": "error", "output": "\n--- stderr ---\nTraceback (most recent call last):\n File \"/tmp/hermes_sandbox_fk4kqlzl/script.py\", line 23, in \n gsc_pages = pd.DataFrame(data['gsc_pag 2026-08-24 10:06:07,854 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 10:09:36,600 WARNING [20260824_100156_011a39] tools.credential_files: credential_files: rejected path traversal 'google_token.json' (Path escapes allowed directory: '/root/.hermes/google_token.json' is not in the subpath of '/root/.hermes/profiles/reviewer' OR one path is relative and the other is absolute.) 2026-08-24 10:09:36,602 WARNING [20260824_100156_011a39] tools.credential_files: credential_files: rejected path traversal 'google_client_secret.json' (Path escapes allowed directory: '/root/.hermes/google_client_secret.json' is not in the subpath of '/root/.hermes/profiles/reviewer' OR one path is relative and the other is absolute.) 2026-08-24 10:10:59,242 WARNING [20260824_100156_011a39] agent.tool_executor: Tool terminal returned error (0.12s): {"output": "python3: can't open file '/opt/ai-os/products/ceo/projects/GLV/seo-dashboard-app/cron_scripts/generate_screenshot.py': [Errno 2] No such file or directory", "exit_code": 2, "error": null} 2026-08-24 10:11:15,493 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 10:15:16,990 WARNING [20260824_100156_011a39] agent.tool_executor: Tool skill_manage returned error (0.01s): {"success": false, "error": "Refusing background curator patch for skill 'glv-seo-reporting': the skill is not curator-managed (created_by=None). User-owned skills are off-limits to autonomous curatio 2026-08-24 10:16:23,275 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 10:16:51,378 WARNING [20260824_101402_9a51ec] agent.conversation_loop: Empty response (no content or reasoning) — retry 1/3 in 5.3s (model=default) 2026-08-24 10:21:31,563 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 10:26:38,874 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 10:31:46,486 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 10:36:53,406 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 10:42:01,791 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 10:47:09,688 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 10:52:18,139 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 10:57:25,585 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 11:02:32,993 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 11:07:40,620 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 11:12:48,925 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 11:17:56,371 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 11:23:03,549 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 11:28:11,781 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 11:33:18,918 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 11:38:26,915 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 11:43:34,780 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 11:48:42,784 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 11:53:50,145 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 11:58:57,798 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 12:04:04,720 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 12:09:12,262 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 12:14:19,622 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 12:19:26,983 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 12:24:34,563 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 12:29:42,040 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 12:34:50,599 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 12:39:56,984 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 12:45:05,456 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 12:50:13,649 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 12:55:21,257 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 13:00:30,033 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 13:05:38,182 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 13:10:45,794 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 13:15:53,621 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 13:21:01,054 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 13:26:07,602 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 13:31:14,961 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 13:36:22,531 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 13:41:30,120 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 13:46:38,199 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 13:51:45,053 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 13:54:02,836 WARNING gateway.session: gateway.session: routing key 'agent:main:telegram:group:-1003707758328:12' -> 20260819_095109_39e6a55c is ended in state.db but still live in sessions.json; dropping stale entry and recovering/recreating the session (#54878) 2026-08-24 13:56:52,280 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 14:02:00,335 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 14:07:07,571 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 14:12:15,188 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 14:17:23,172 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 14:22:30,500 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 14:27:38,930 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 14:32:47,021 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 14:37:54,655 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 14:43:01,416 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 14:48:08,101 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 14:53:14,950 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 14:58:22,712 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 15:03:30,630 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 15:08:38,581 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 15:13:46,147 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 15:18:53,526 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 15:24:01,857 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 15:29:09,198 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 15:34:16,722 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 15:39:24,346 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 15:44:32,239 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 15:49:39,920 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 15:54:47,270 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 15:59:54,866 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 16:05:02,316 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 16:10:09,781 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 16:15:17,502 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 16:20:24,630 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 16:25:32,416 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 16:30:39,963 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 16:35:47,473 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 16:40:54,461 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 16:46:01,929 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 16:51:09,430 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 16:56:16,242 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 17:01:23,116 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 17:06:30,528 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 17:11:37,618 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 17:16:44,063 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 17:21:51,327 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 17:26:58,786 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 17:32:06,225 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 17:37:13,963 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 17:42:22,027 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 17:47:29,591 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 17:52:36,710 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 17:57:44,021 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 18:02:52,421 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 18:08:00,003 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 18:13:08,239 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 18:18:16,317 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 18:23:23,594 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 18:28:31,502 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 18:33:38,953 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 18:38:47,073 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 18:43:55,119 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 18:49:02,382 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 18:54:10,371 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 18:59:17,235 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 19:04:24,384 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 19:09:32,849 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 19:14:41,204 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 19:19:48,202 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 19:24:56,157 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 19:30:04,548 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 19:35:11,943 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 19:40:19,957 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 19:45:27,000 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 19:50:34,367 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 19:55:41,065 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 20:00:48,965 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 20:05:56,641 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 20:11:04,179 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 20:16:12,330 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 20:21:19,995 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 20:26:27,618 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 20:31:34,957 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 20:36:42,206 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 20:41:49,416 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 20:46:57,685 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 20:52:05,819 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 20:53:45,947 WARNING [20260824_135402_2331f10e] agent.tool_executor: Tool terminal returned error (1.62s): {"output": "usage: hermes [-h] [--version] [-z PROMPT] [--usage-file PATH] [-m MODEL]\n [--provider PROVIDER] [--reasoning LEVEL] [-t TOOLSETS]\n [--resume SESSION] [--no-res 2026-08-24 20:53:49,061 WARNING [20260824_135402_2331f10e] agent.tool_executor: Tool terminal returned error (0.79s): {"output": "kanban: delegate_task child contexts cannot mutate Kanban tasks via the CLI", "exit_code": 1, "error": null} 2026-08-24 20:54:06,809 WARNING [20260824_135402_2331f10e] agent.tool_executor: Tool terminal returned error (2.36s): {"output": "kanban: delegate_task child contexts cannot mutate Kanban tasks via the CLI", "exit_code": 1, "error": null} [Tool loop warning: repeated_exact_failure_warning; count=2; terminal has fail 2026-08-24 20:57:13,855 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 20:58:30,332 WARNING [20260824_205113_837435] agent.conversation_loop: API call failed (attempt 1/3) error_type=RateLimitError thread=ThreadPoolExecutor-120_0:127539372611264 provider=local9router base_url=http://localhost:20128/v1 model=complex summary=HTTP 429: [antigravity/gemini-3.5-flash-extra-low] [429]: { "error": { "code": 429, "message": "Resource has been exhausted (e.g. check quota).", "status": "RESOURCE_EXHAUSTED" } } (reset after 2s) 2026-08-24 20:58:30,333 WARNING [20260824_205113_837435] agent.conversation_loop: Retrying API call in 2.5811718886131567s (attempt 1/3) thread=ThreadPoolExecutor-120_0:127539372611264 provider=local9router base_url=http://localhost:20128/v1 model=complex policy=default error=Error code: 429 - {'error': {'message': '[antigravity/gemini-3.5-flash-extra-low] [429]: {\n "error": {\n "code": 429,\n "message": "Resource has been exhausted (e.g. check quota).",\n "status": "RESOURCE_EXHAUSTED"\n }\n}\n (reset after 2s)'}} 2026-08-24 20:58:44,498 WARNING [20260824_205113_dbe3b8] agent.conversation_loop: API call failed (attempt 1/3) error_type=RateLimitError thread=ThreadPoolExecutor-119_0:127539381003968 provider=local9router base_url=http://localhost:20128/v1 model=complex summary=HTTP 429: [gemini/gemini-3.1-pro-preview] [429]: { "error": { "code": 429, "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: 2026-08-24 20:58:44,500 WARNING [20260824_205113_dbe3b8] agent.conversation_loop: Retrying API call in 2.57198117398029s (attempt 1/3) thread=ThreadPoolExecutor-119_0:127539381003968 provider=local9router base_url=http://localhost:20128/v1 model=complex policy=default error=Error code: 429 - {'error': {'message': '[gemini/gemini-3.1-pro-preview] [429]: {\n "error": {\n "code": 429,\n "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/rate-limit. \\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_input_token_count, limit: 0, model: gemini-3.1-pro\\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_requests, limit: 0, model: gemini-3.1-pro\\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_requests, limit: 0, model: gemini-3.1-pro\\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_input_token_count, limit: 0, model: gemini-3.1-pro\\nPlease retry in 15.539264545s.",\n "status": "RESOURCE_EXHAUSTED",\n "details": [\n {\n "@type": "type.googleapis.com/google.rpc.Help",\n "links": [\n {\n "description": "Learn more about Gemini API quotas",\n "url": "https://ai.google.dev/gemini-api/docs/rate-limits"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.QuotaFailure",\n "violations": [\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_input_token_count",\n "quotaId": "GenerateContentInputTokensPerModelPerMinute-FreeTier",\n "quotaDimensions": {\n "location": "global",\n "model": "gemini-3.1-pro"\n }\n },\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_requests",\n "quotaId": "GenerateRequestsPerMinutePerProjectPerModel-FreeTier",\n "quotaDimensions": {\n "location": "global",\n "model": "gemini-3.1-pro"\n }\n },\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_requests",\n "quotaId": "GenerateRequestsPerDayPerProjectPerModel-FreeTier",\n "quotaDimensions": {\n "location": "global",\n "model": "gemini-3.1-pro"\n }\n },\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_input_token_count",\n "quotaId": "GenerateContentInputTokensPerModelPerDay-FreeTier",\n "quotaDimensions": {\n "location": "global",\n "model": "gemini-3.1-pro"\n }\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.RetryInfo",\n "retryDelay": "15s"\n }\n ]\n }\n}\n (reset after 4s)'}} 2026-08-24 20:58:51,086 WARNING [20260824_205113_35d9c6] agent.conversation_loop: API call failed (attempt 1/3) error_type=RateLimitError thread=ThreadPoolExecutor-118_0:127539389396672 provider=local9router base_url=http://localhost:20128/v1 model=complex summary=HTTP 429: [antigravity/claude-sonnet-4-6] [429]: { "error": { "code": 429, "message": "Resource has been exhausted (e.g. check quota).", "status": "RESOURCE_EXHAUSTED" } } (reset after 4s) 2026-08-24 20:58:51,087 WARNING [20260824_205113_35d9c6] agent.conversation_loop: Retrying API call in 2.779176650052723s (attempt 1/3) thread=ThreadPoolExecutor-118_0:127539389396672 provider=local9router base_url=http://localhost:20128/v1 model=complex policy=default error=Error code: 429 - {'error': {'message': '[antigravity/claude-sonnet-4-6] [429]: {\n "error": {\n "code": 429,\n "message": "Resource has been exhausted (e.g. check quota).",\n "status": "RESOURCE_EXHAUSTED"\n }\n}\n (reset after 4s)'}} 2026-08-24 21:02:21,676 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 21:05:28,594 WARNING [20260824_205113_35d9c6] agent.conversation_loop: API call failed (attempt 2/3) error_type=RateLimitError thread=ThreadPoolExecutor-118_0:127539389396672 provider=local9router base_url=http://localhost:20128/v1 model=complex summary=HTTP 429: [codex/gpt-5.3-codex-spark-review] [400]: {"detail":"The 'gpt-5.3-codex-spark' model is not supported when using Codex with a ChatGPT account."} (reset after 28s) 2026-08-24 21:05:28,599 WARNING [20260824_205113_35d9c6] agent.conversation_loop: Retrying API call in 4.202968407382685s (attempt 2/3) thread=ThreadPoolExecutor-118_0:127539389396672 provider=local9router base_url=http://localhost:20128/v1 model=complex policy=default error=Error code: 429 - {'error': {'message': '[codex/gpt-5.3-codex-spark-review] [400]: {"detail":"The \'gpt-5.3-codex-spark\' model is not supported when using Codex with a ChatGPT account."} (reset after 28s)'}} 2026-08-24 21:05:50,307 WARNING [20260824_205113_837435] agent.conversation_loop: API call failed (attempt 2/3) error_type=BadRequestError thread=ThreadPoolExecutor-120_0:127539372611264 provider=local9router base_url=http://localhost:20128/v1 model=complex summary=HTTP 400: [antigravity/claude-opus-4-6-thinking] [429]: { "error": { "code": 429, "message": "Resource has been exhausted (e.g. check quota).", "status": "RESOURCE_EXHAUSTED" } } (reset after 8s) 2026-08-24 21:05:50,308 WARNING [20260824_205113_837435] agent.conversation_loop: Retrying API call in 4.790989532706642s (attempt 2/3) thread=ThreadPoolExecutor-120_0:127539372611264 provider=local9router base_url=http://localhost:20128/v1 model=complex policy=default error=Error code: 400 - {'error': {'message': '[antigravity/claude-opus-4-6-thinking] [429]: {\n "error": {\n "code": 429,\n "message": "Resource has been exhausted (e.g. check quota).",\n "status": "RESOURCE_EXHAUSTED"\n }\n}\n (reset after 8s)'}} 2026-08-24 21:06:01,491 WARNING [20260824_205113_dbe3b8] agent.conversation_loop: API call failed (attempt 2/3) error_type=BadRequestError thread=ThreadPoolExecutor-119_0:127539381003968 provider=local9router base_url=http://localhost:20128/v1 model=complex summary=HTTP 400: [codex/gpt-5.3-codex-spark] [400]: {"detail":"The 'gpt-5.3-codex-spark' model is not supported when using Codex with a ChatGPT account."} (reset after 30s) 2026-08-24 21:06:01,666 ERROR [20260824_205113_dbe3b8] agent.conversation_loop: [subagent-2] Non-retryable client error: Error code: 400 - {'error': {'message': '[codex/gpt-5.3-codex-spark] [400]: {"detail":"The \'gpt-5.3-codex-spark\' model is not supported when using Codex with a ChatGPT account."} (reset after 30s)'}} 2026-08-24 21:07:29,340 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 21:12:04,206 WARNING [20260824_205113_35d9c6] agent.conversation_loop: API call failed (attempt 3/3) error_type=InternalServerError thread=ThreadPoolExecutor-118_0:127539389396672 provider=local9router base_url=http://localhost:20128/v1 model=complex summary=HTTP 500: [antigravity/gemini-3-flash-agent] [429]: { "error": { "code": 429, "message": "Resource has been exhausted (e.g. check quota).", "status": "RESOURCE_EXHAUSTED" } } (reset after 1s) 2026-08-24 21:12:04,208 ERROR [20260824_205113_35d9c6] agent.conversation_loop: [subagent-0] API call failed after 3 retries. HTTP 500: [antigravity/gemini-3-flash-agent] [429]: { "error": { "code": 429, "message": "Resource has been exhausted (e.g. check quota).", "status": "RESOURCE_EXHAUSTED" } } (reset after 1s) | provider=local9router model=complex msgs=2 tokens=~5,187 2026-08-24 21:12:36,779 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 21:13:12,445 WARNING [20260824_205113_837435] agent.conversation_loop: API call failed (attempt 3/3) error_type=RateLimitError thread=ThreadPoolExecutor-120_0:127539372611264 provider=local9router base_url=http://localhost:20128/v1 model=complex summary=HTTP 429: [antigravity/gemini-3.5-flash-low] [429]: { "error": { "code": 429, "message": "Resource has been exhausted (e.g. check quota).", "status": "RESOURCE_EXHAUSTED" } } (reset after 2s) 2026-08-24 21:13:12,447 ERROR [20260824_205113_837435] agent.conversation_loop: [subagent-1] API call failed after 3 retries. HTTP 429: [antigravity/gemini-3.5-flash-low] [429]: { "error": { "code": 429, "message": "Resource has been exhausted (e.g. check quota).", "status": "RESOURCE_EXHAUSTED" } } (reset after 2s) | provider=local9router model=complex msgs=2 tokens=~5,189 2026-08-24 21:17:44,310 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 21:22:51,023 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 21:27:58,838 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 21:33:06,183 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 21:38:13,942 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 21:43:21,633 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 21:48:29,101 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 21:53:37,471 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 21:57:01,623 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network _redact_telegram_error_text(error), scheduling reconnect: Bad Gateway 2026-08-24 21:57:01,627 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: Bad Gateway 2026-08-24 21:57:21,632 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] updater.stop() timed out during network-error reconnect (likely CLOSE-WAIT socket); forcing drain and restart without clean stop 2026-08-24 21:57:42,142 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Timed out: Timed out. Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 32, in read with map_exceptions(exc_map): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request res = await self._client.request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 122, in handle_async_request response = await transport.handle_async_request(candidate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper code, payload = await self.do_request( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request raise TimedOut from err telegram.error.TimedOut: Timed out 2026-08-24 21:57:42,206 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Timed out 2026-08-24 21:57:42,206 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 2/10), reconnecting in 10s. Error: Timed out 2026-08-24 21:58:12,248 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Timed out: Timed out. Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 32, in read with map_exceptions(exc_map): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request res = await self._client.request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 122, in handle_async_request response = await transport.handle_async_request(candidate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper code, payload = await self.do_request( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request raise TimedOut from err telegram.error.TimedOut: Timed out 2026-08-24 21:58:12,265 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Timed out 2026-08-24 21:58:12,266 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 3/10), reconnecting in 20s. Error: Timed out 2026-08-24 21:58:44,211 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 22:03:51,961 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 22:08:59,298 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 22:14:07,939 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 22:19:15,369 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 22:24:21,728 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 22:29:29,160 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 22:34:36,783 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 22:39:43,381 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 22:44:51,392 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 22:49:58,187 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 22:55:05,590 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 23:00:12,547 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 23:05:19,959 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 23:10:27,945 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 23:15:36,099 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 23:20:44,258 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 23:25:50,891 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 23:30:58,718 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 23:36:05,163 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 23:41:12,539 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 23:46:19,818 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 23:51:27,326 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-24 23:56:34,432 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 00:00:41,166 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 00:05:48,082 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 00:10:55,407 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 00:16:02,066 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 00:21:10,759 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 00:26:17,579 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 00:31:25,298 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 00:36:33,337 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 00:41:40,993 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 00:46:48,533 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 00:51:56,677 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 00:57:04,616 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 01:02:12,717 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 01:07:21,106 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 01:12:28,056 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 01:17:36,201 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 01:22:43,907 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 01:27:51,462 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 01:32:59,451 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 01:38:06,327 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 01:43:13,529 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 01:48:19,951 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 01:53:26,988 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 01:58:34,081 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 02:03:42,377 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 02:08:49,984 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 02:13:57,942 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 02:19:05,930 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 02:24:12,854 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 02:29:19,667 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 02:34:26,425 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 02:39:34,711 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 02:44:42,951 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 02:44:48,623 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network _redact_telegram_error_text(error), scheduling reconnect: httpx.ReadError: 2026-08-25 02:44:48,627 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: httpx.ReadError: 2026-08-25 02:49:51,508 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 02:54:59,140 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 03:00:07,416 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 03:05:14,891 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 03:10:22,125 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 03:15:29,467 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 03:20:37,708 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 03:25:44,928 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 03:30:53,066 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 03:36:00,297 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 03:41:08,163 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 03:46:15,685 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 03:51:23,788 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 03:56:30,735 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 04:01:38,455 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 04:06:45,651 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 04:11:53,109 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 04:16:59,963 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 04:22:07,350 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 04:27:14,922 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 04:32:22,078 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 04:37:29,366 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 04:42:36,909 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 04:47:43,752 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 04:52:50,961 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 04:57:58,522 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 05:03:05,110 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 05:08:13,324 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 05:13:20,294 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 05:18:27,766 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 05:23:35,555 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 05:28:43,370 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 05:33:51,538 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 05:38:58,542 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 05:44:06,102 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 05:49:12,922 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 05:54:21,251 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 05:59:28,714 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 06:04:36,205 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 06:09:42,580 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 06:14:50,154 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 06:19:57,145 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 06:25:04,761 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 06:30:12,291 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 06:35:19,880 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 06:40:26,606 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 06:45:34,132 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 06:50:41,944 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 06:55:49,470 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 07:00:57,083 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 07:06:04,989 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 07:11:11,937 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 07:16:19,484 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 07:21:27,475 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 07:26:34,226 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 07:31:41,934 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 07:36:48,854 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 07:41:56,144 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 07:47:04,115 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 07:52:11,877 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 07:57:18,973 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 08:02:26,194 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 08:07:33,110 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 08:12:40,405 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 08:17:47,842 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 08:22:55,776 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 08:28:02,722 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 08:33:09,819 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 08:38:17,460 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 08:43:24,287 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 08:48:31,922 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 08:53:39,858 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 08:58:47,158 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 09:03:55,155 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 09:09:01,464 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 09:14:08,154 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 09:19:15,662 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 09:24:22,704 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 09:29:30,024 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 09:34:38,338 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 09:39:45,385 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 09:44:52,682 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 09:50:00,385 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 09:55:08,765 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 10:00:16,843 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 10:05:24,514 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 10:10:32,651 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 10:15:40,486 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 10:20:47,581 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 10:25:55,458 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 10:31:03,484 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 10:36:11,130 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 10:41:18,766 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 10:46:25,996 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 10:51:33,987 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 10:56:41,091 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 11:01:48,820 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 11:06:56,263 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 11:12:03,703 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 11:17:12,913 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 11:22:20,236 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 11:27:26,985 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 11:32:33,820 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 11:37:42,159 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 11:42:49,875 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 11:47:57,760 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 11:53:04,825 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 11:58:12,288 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 12:03:19,020 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 12:08:26,911 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 12:13:33,750 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 12:18:41,147 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 12:23:48,243 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 12:28:56,869 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 12:34:04,943 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 12:39:13,115 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 12:44:20,340 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 12:49:28,073 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 12:54:36,055 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 12:59:43,820 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 13:04:51,068 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 13:09:58,606 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 13:15:06,960 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 13:20:15,495 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 13:25:23,073 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 13:30:31,101 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 13:35:38,999 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 13:40:46,747 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 13:45:53,961 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 13:51:02,047 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 13:56:09,725 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 14:01:16,079 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 14:06:23,057 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 14:11:31,041 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 14:16:38,819 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 14:21:46,586 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 14:26:54,416 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 14:32:02,573 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 14:37:10,358 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 14:42:18,313 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 14:47:26,648 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 14:52:33,432 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 14:57:41,083 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 15:02:48,970 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 15:07:56,547 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 15:13:03,455 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 15:18:11,804 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 15:23:20,080 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 15:28:27,110 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 15:33:33,947 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 15:38:40,637 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 15:43:48,647 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 15:48:56,398 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 15:54:03,995 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 15:59:11,527 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 16:04:18,345 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 16:09:25,588 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 16:14:33,359 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 16:17:12,853 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network _redact_telegram_error_text(error), scheduling reconnect: httpx.ReadError: 2026-08-25 16:17:12,854 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: httpx.ReadError: 2026-08-25 16:19:41,243 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 16:24:48,294 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 16:29:56,361 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 16:35:03,971 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 16:40:11,596 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 16:45:19,843 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 16:50:27,724 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 16:55:34,734 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 17:00:42,291 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 17:05:49,979 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 17:07:24,368 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling degraded (heartbeat probe); gateway stays alive and will retry. Error: httpx.ReadError: 2026-08-25 17:07:24,371 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: httpx.ReadError: 2026-08-25 17:10:57,211 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 17:16:06,125 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 17:21:13,331 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 17:26:19,953 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 17:31:27,029 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 17:36:02,007 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network _redact_telegram_error_text(error), scheduling reconnect: httpx.ReadError: 2026-08-25 17:36:02,007 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: httpx.ReadError: 2026-08-25 17:36:34,641 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 17:41:43,115 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 17:46:50,906 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 17:51:58,009 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 17:57:06,138 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 18:02:13,657 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 18:07:22,372 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 18:12:29,666 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 18:17:37,486 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 18:22:43,721 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 18:27:51,105 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 18:32:58,243 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 18:38:05,857 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 18:43:13,582 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 18:48:20,985 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 18:53:29,247 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 18:58:36,420 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 19:03:44,634 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 19:08:51,818 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 19:13:59,198 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 19:19:06,508 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 19:24:13,538 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 19:29:21,754 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 19:34:29,683 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 19:39:37,851 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 19:44:45,098 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 19:49:53,333 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 19:55:01,274 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 20:00:08,481 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 20:05:16,315 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 20:10:23,165 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 20:15:30,703 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 20:20:39,040 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 20:25:47,161 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 20:30:55,178 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 20:36:02,416 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 20:41:10,939 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 20:46:17,872 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 20:51:26,204 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 20:56:34,019 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 21:01:41,366 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 21:06:49,061 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 21:11:57,048 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 21:17:06,166 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 21:22:14,414 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 21:27:21,494 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 21:32:30,062 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 21:37:37,012 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 21:42:44,562 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 21:47:51,975 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 21:52:59,071 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 21:58:06,602 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 22:03:13,977 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 22:08:20,811 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 22:13:28,298 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 22:18:36,604 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 22:23:44,587 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 22:28:51,916 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 22:33:59,658 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 22:39:07,251 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 22:44:15,569 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 22:49:23,001 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 22:54:30,846 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 22:59:37,817 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 23:04:45,789 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 23:09:53,545 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 23:15:00,281 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 23:20:09,387 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 23:25:16,212 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 23:30:23,864 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 23:35:31,150 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 23:40:39,421 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 23:45:47,190 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 23:50:54,420 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-25 23:56:01,525 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 00:01:00,644 WARNING tools.skills_tool: Skill name collision for 'research-critism': 2 candidates — /opt/ai-os/products/ceo/skills/research/SKILL.md; /opt/ai-os/products/ceo/skills/research/research-critism/SKILL.md 2026-08-26 00:01:00,701 WARNING tools.credential_files: credential_files: rejected path traversal 'google_token.json' (Path escapes allowed directory: '/root/.hermes/google_token.json' is not in the subpath of '/root/.hermes/profiles/reviewer' OR one path is relative and the other is absolute.) 2026-08-26 00:01:00,703 WARNING tools.credential_files: credential_files: rejected path traversal 'google_client_secret.json' (Path escapes allowed directory: '/root/.hermes/google_client_secret.json' is not in the subpath of '/root/.hermes/profiles/reviewer' OR one path is relative and the other is absolute.) 2026-08-26 00:01:00,803 WARNING [cron_380651bcfd02_20260826_000052] agent.tool_executor: Tool skill_view returned error (1.14s): {"success": false, "error": "Ambiguous skill name 'research-critism': 2 skills match across your local skills dir and external_dirs. Refusing to guess — load one explicitly by its categorized path.", 2026-08-26 00:01:00,881 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 00:06:07,841 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 00:11:14,974 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 00:16:23,014 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 00:21:30,048 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 00:26:37,923 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 00:31:45,772 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 00:36:52,682 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 00:42:00,188 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 00:47:07,096 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 00:52:14,399 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 00:57:21,792 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 01:02:28,497 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 01:07:34,770 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 01:12:42,954 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 01:17:50,317 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 01:22:57,525 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 01:28:05,070 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 01:33:13,613 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 01:38:21,166 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 01:43:28,653 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 01:48:36,534 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 01:53:43,701 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 01:58:52,003 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 02:03:59,070 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 02:09:06,963 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 02:14:14,910 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 02:19:23,892 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 02:24:30,533 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 02:29:38,364 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 02:34:46,684 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 02:39:53,922 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 02:45:01,141 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 02:50:08,198 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 02:55:15,353 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 03:00:23,556 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 03:05:31,028 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 03:10:38,602 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 03:15:46,848 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 03:20:54,085 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 03:26:01,999 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 03:31:09,871 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 03:36:16,926 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 03:41:25,411 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 03:46:32,442 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 03:51:39,756 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 03:56:47,267 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 04:01:54,208 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 04:07:00,849 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 04:12:08,447 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 04:14:06,722 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network _redact_telegram_error_text(error), scheduling reconnect: Bad Gateway 2026-08-26 04:14:06,726 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: Bad Gateway 2026-08-26 04:14:26,730 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] updater.stop() timed out during network-error reconnect (likely CLOSE-WAIT socket); forcing drain and restart without clean stop 2026-08-26 04:17:16,260 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 04:22:23,218 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 04:27:29,879 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 04:32:37,892 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 04:37:45,085 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 04:42:52,307 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 04:47:59,063 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 04:53:05,457 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 04:58:13,549 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 05:03:20,846 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 05:08:28,111 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 05:13:35,879 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 05:18:43,364 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 05:23:50,553 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 05:28:58,081 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 05:34:05,570 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 05:39:13,775 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 05:44:19,907 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 05:49:26,508 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 05:54:34,514 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 05:59:41,359 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 06:04:48,966 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 06:09:56,504 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 06:15:03,144 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 06:20:11,203 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 06:25:17,959 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 06:30:25,566 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 06:35:33,250 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 06:40:40,393 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 06:45:47,036 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 06:50:54,494 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 06:56:01,678 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 07:01:10,256 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 07:06:17,956 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 07:11:26,484 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 07:16:34,062 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 07:21:42,215 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 07:26:50,752 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 07:31:58,404 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 07:37:06,911 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 07:42:13,722 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 07:47:21,458 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 07:52:28,139 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 07:57:35,305 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 08:02:43,559 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 08:07:51,377 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 08:12:59,363 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 08:18:07,987 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 08:23:14,994 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 08:28:22,077 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 08:33:29,867 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 08:38:36,966 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 08:43:44,632 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 08:48:53,034 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 08:54:00,190 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 08:59:08,245 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 09:04:15,793 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 09:09:22,756 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 09:14:30,134 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 09:19:38,712 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 09:24:45,797 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 09:29:53,411 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 09:35:00,327 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 09:40:07,122 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 09:45:15,158 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 09:50:22,184 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 09:55:30,392 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 10:00:38,431 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 10:05:46,737 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 10:10:53,973 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 10:16:02,159 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 10:21:11,325 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 10:26:19,816 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 10:31:27,414 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 10:36:35,078 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 10:41:44,896 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 10:46:51,739 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 10:51:59,795 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 10:57:07,052 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 11:02:15,123 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 11:07:23,061 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 11:12:31,050 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 11:17:38,851 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 11:22:46,785 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 11:27:55,564 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 11:33:04,185 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 11:38:12,846 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 11:43:20,842 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 11:48:28,840 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 11:53:37,205 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 11:58:45,119 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 12:03:53,167 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 12:09:01,124 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 12:14:08,898 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 12:19:16,562 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 12:24:25,137 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 12:29:32,393 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 12:34:39,777 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 12:39:47,426 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 12:44:56,025 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 12:50:03,364 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 12:55:12,700 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 13:00:21,906 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 13:05:30,008 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 13:10:38,042 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 13:15:45,291 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 13:20:53,274 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 13:26:01,289 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 13:31:08,840 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 13:36:17,578 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 13:41:25,027 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 13:46:31,805 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 13:51:39,582 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 13:53:27,749 WARNING gateway.session: gateway.session: routing key 'agent:main:telegram:group:-1004404142589:46' -> 20260821_071621_ae07c298 is ended in state.db but still live in sessions.json; dropping stale entry and recovering/recreating the session (#54878) 2026-08-26 13:56:46,125 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 13:58:19,748 WARNING [20260826_135327_f374ccfe] agent.tool_executor: Tool read_file returned error (0.75s): {"content": "", "total_lines": 0, "file_size": 2220, "truncated": false, "is_binary": true, "is_image": false, "error": "Binary file - cannot display as text. Use appropriate tools to handle this file 2026-08-26 14:01:54,567 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 14:06:45,617 WARNING [20260826_135327_f374ccfe] agent.tool_executor: Tool terminal returned error (0.23s): {"output": "ls: cannot access '/root/.hermes/profiles/reviewer/home/.hermes/profiles/': No such file or directory", "exit_code": 2, "error": null} 2026-08-26 14:07:01,685 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 14:07:36,189 WARNING [20260826_135327_f374ccfe] agent.tool_executor: Tool skill_manage returned error (0.02s): {"success": false, "error": "Refusing background curator write_file for bundled skill 'hermes-agent'."} 2026-08-26 14:12:10,514 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 14:17:21,177 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 14:22:28,582 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 14:27:36,045 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 14:32:44,293 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 14:37:51,818 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 14:43:00,064 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 14:48:06,675 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 14:53:14,876 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 14:58:22,711 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 15:03:30,765 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 15:08:38,305 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 15:13:45,156 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 15:18:53,644 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 15:24:02,850 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 15:29:10,626 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 15:34:18,328 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 15:39:26,678 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 15:44:33,988 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 15:49:41,228 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 15:54:49,216 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 15:59:56,318 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 16:05:03,424 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 16:10:12,287 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 16:15:20,882 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 16:20:29,031 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 16:25:36,011 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 16:30:44,319 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 16:35:53,108 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 16:41:01,209 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 16:46:12,350 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 16:51:20,916 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 16:56:27,690 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 17:01:34,556 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 17:06:42,533 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 17:11:49,625 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 17:16:57,993 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 17:22:06,561 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 17:27:14,060 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 17:32:21,787 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 17:37:30,076 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 17:42:37,120 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 17:47:44,239 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 17:52:51,360 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 17:57:59,495 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 18:03:07,986 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 18:08:15,318 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 18:13:21,903 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 18:18:30,201 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 18:23:37,651 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 18:28:45,447 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 18:33:52,594 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 18:39:00,050 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 18:44:07,630 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 18:49:15,949 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 18:54:23,270 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 18:59:30,995 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 19:04:37,969 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 19:09:45,071 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 19:14:52,263 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 19:20:00,730 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 19:25:09,048 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 19:30:16,215 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 19:35:23,562 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 19:40:30,861 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 19:45:38,705 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 19:50:45,421 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 19:55:52,771 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 20:00:59,756 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 20:06:07,994 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 20:11:16,159 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 20:16:24,801 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 20:21:33,468 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 20:26:41,597 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 20:31:50,772 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 20:36:58,920 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 20:42:06,796 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 20:47:14,785 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 20:52:22,144 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 20:57:29,115 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 21:02:37,505 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 21:07:45,519 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 21:12:53,737 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 21:18:01,744 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 21:23:08,825 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 21:28:15,965 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 21:33:23,081 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 21:38:30,230 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 21:43:38,895 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 21:48:47,111 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 21:53:54,725 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 21:59:03,321 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 22:04:11,844 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 22:09:18,948 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 22:14:26,023 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 22:19:34,056 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 22:24:41,242 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 22:29:49,404 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 22:34:55,831 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 22:40:02,924 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 22:45:11,243 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 22:50:19,181 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 22:55:26,582 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 23:00:33,374 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 23:05:40,450 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 23:10:48,018 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 23:15:55,653 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 23:21:03,857 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 23:26:11,802 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 23:31:18,727 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 23:36:26,678 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 23:41:34,459 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 23:46:41,414 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 23:51:48,425 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-26 23:56:55,329 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 00:00:46,060 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 00:05:53,037 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 00:11:00,378 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 00:16:08,253 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 00:21:17,047 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 00:26:24,139 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 00:31:31,608 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 00:36:39,416 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 00:41:47,283 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 00:46:54,642 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 00:52:02,493 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 00:57:10,521 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 01:02:18,726 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 01:07:25,895 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 01:12:33,107 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 01:17:41,076 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 01:22:48,728 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 01:27:57,150 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 01:33:04,831 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 01:38:13,538 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 01:43:21,728 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 01:48:29,154 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 01:53:35,938 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 01:58:42,902 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 02:03:51,620 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 02:09:00,128 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 02:14:08,068 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 02:19:15,932 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 02:24:24,074 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 02:29:31,525 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 02:34:38,713 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 02:39:46,462 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 02:44:54,777 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 02:50:03,435 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 02:55:11,356 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 03:00:18,613 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 03:05:25,825 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 03:10:33,288 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 03:11:55,007 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network _redact_telegram_error_text(error), scheduling reconnect: Bad Gateway 2026-08-27 03:11:55,010 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: Bad Gateway 2026-08-27 03:12:15,016 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] updater.stop() timed out during network-error reconnect (likely CLOSE-WAIT socket); forcing drain and restart without clean stop 2026-08-27 03:12:35,329 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Timed out: Timed out. Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 32, in read with map_exceptions(exc_map): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request res = await self._client.request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 122, in handle_async_request response = await transport.handle_async_request(candidate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper code, payload = await self.do_request( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request raise TimedOut from err telegram.error.TimedOut: Timed out 2026-08-27 03:12:35,387 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Timed out 2026-08-27 03:12:35,388 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 2/10), reconnecting in 10s. Error: Timed out 2026-08-27 03:15:42,919 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 03:20:50,899 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 03:25:59,085 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 03:31:07,112 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 03:36:14,248 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 03:41:22,142 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 03:46:29,978 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 03:51:36,900 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 03:56:44,312 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 04:01:52,490 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 04:07:00,182 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 04:12:08,078 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 04:17:17,902 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 04:22:25,339 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 04:27:33,511 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 04:32:40,467 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 04:37:47,397 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 04:42:55,379 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 04:48:03,460 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 04:53:11,995 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 04:58:20,114 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 05:03:27,513 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 05:08:35,192 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 05:13:41,561 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 05:18:48,522 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 05:23:56,616 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 05:29:05,280 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 05:34:12,909 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 05:39:20,297 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 05:44:27,481 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 05:49:35,740 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 05:54:43,531 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 05:59:51,315 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 06:04:59,470 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 06:10:07,342 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 06:15:14,102 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 06:20:22,947 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 06:25:30,714 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 06:30:39,014 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 06:35:46,038 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 06:40:53,671 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 06:46:00,477 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 06:51:08,285 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 06:56:16,712 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 07:01:24,167 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 07:06:30,999 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 07:11:38,598 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 07:16:46,941 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 07:21:55,223 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 07:27:02,748 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 07:32:09,573 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 07:37:17,596 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 07:42:25,364 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 07:47:32,215 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 07:52:39,538 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 07:57:46,571 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 08:02:54,034 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 08:08:02,764 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 08:13:10,464 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 08:18:18,108 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 08:23:25,846 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 08:28:33,361 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 08:33:41,730 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 08:38:48,711 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 08:43:56,747 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 08:49:03,772 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 08:54:11,767 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 08:59:19,161 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 09:04:26,958 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 09:09:35,167 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 09:14:42,920 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 09:19:50,940 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 09:24:58,055 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 09:30:06,993 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 09:35:15,026 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 09:40:22,641 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 09:45:30,096 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 09:50:38,360 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 09:55:46,780 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 10:00:54,776 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 10:06:02,526 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 10:11:11,061 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 10:16:18,890 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 10:21:28,127 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 10:26:35,663 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 10:31:43,047 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 10:36:50,107 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 10:41:57,305 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 10:47:05,214 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 10:52:12,743 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 10:57:20,945 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 11:02:28,772 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 11:07:37,021 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 11:12:45,314 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 11:17:53,223 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 11:23:00,701 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 11:28:08,912 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 11:33:16,377 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 11:38:23,584 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 11:43:31,756 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 11:48:39,626 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 11:53:47,002 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 11:58:54,287 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 12:04:01,741 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 12:09:08,197 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 12:14:14,714 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 12:19:22,171 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 12:21:26,735 WARNING plugins.platforms.telegram.telegram_network: [Telegram] Primary api.telegram.org connection failed (); trying fallback IPs 149.154.166.110 2026-08-27 12:21:26,845 WARNING plugins.platforms.telegram.telegram_network: [Telegram] Primary api.telegram.org path unreachable; using sticky fallback IP 149.154.166.110 2026-08-27 12:24:29,611 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 12:29:37,115 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 12:34:43,836 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 12:39:51,289 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 12:44:59,249 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 12:50:07,456 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 12:55:15,419 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 13:00:23,839 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 13:05:31,073 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 13:10:40,615 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 13:15:47,739 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 13:20:55,502 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 13:26:03,205 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 13:31:14,500 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 13:36:22,114 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 13:41:29,146 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 13:46:36,641 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 13:51:45,139 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 13:56:53,118 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 14:02:01,516 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 14:07:09,688 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 14:12:17,728 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 14:17:25,821 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 14:22:34,061 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 14:27:42,136 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 14:32:49,155 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 14:37:56,210 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 14:43:03,498 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 14:48:11,270 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 14:53:19,395 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 14:58:27,278 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 15:03:34,976 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 15:08:43,477 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 15:13:50,628 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 15:18:57,939 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 15:24:04,669 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 15:29:11,770 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 15:34:20,346 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 15:39:28,032 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 15:44:35,507 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 15:49:42,793 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 15:54:50,704 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 15:59:57,916 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 16:05:05,350 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 16:10:12,415 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 16:15:20,098 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 16:20:27,600 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 16:25:35,512 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 16:30:43,249 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 16:35:50,547 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 16:40:58,955 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 16:46:08,846 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 16:51:16,969 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 16:56:24,592 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 17:01:31,580 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 17:06:40,119 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 17:11:47,919 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 17:16:55,059 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 17:22:02,838 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 17:27:10,977 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 17:32:18,313 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 17:37:26,709 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 17:42:34,886 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 17:47:42,020 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 17:52:50,240 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 17:57:57,460 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 18:03:04,884 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 18:08:12,455 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 18:13:19,863 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 18:18:27,225 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 18:23:35,502 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 18:28:43,723 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 18:33:51,191 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 18:38:59,110 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 18:44:06,537 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 18:49:14,678 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 18:54:22,151 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 18:59:30,308 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 19:04:38,578 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 19:09:45,371 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 19:14:53,030 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 19:20:00,474 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 19:25:09,478 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 19:30:18,026 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 19:35:25,306 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 19:40:33,361 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 19:45:40,513 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 19:50:48,012 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 19:55:55,343 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 20:01:03,086 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 20:06:10,590 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 20:11:17,626 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 20:16:26,355 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 20:21:35,172 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 20:26:42,914 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 20:31:50,446 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 20:36:58,959 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 20:42:07,498 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 20:47:14,348 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 20:52:21,844 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 20:57:29,957 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 21:02:37,316 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 21:05:27,156 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network _redact_telegram_error_text(error), scheduling reconnect: httpx.ReadError: 2026-08-27 21:05:27,156 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: httpx.ReadError: 2026-08-27 21:07:45,185 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 21:12:51,674 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 21:18:00,430 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 21:23:08,288 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 21:28:16,322 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 21:33:24,583 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 21:38:32,183 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 21:43:39,790 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 21:48:47,836 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 21:53:55,921 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 21:59:03,151 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 22:04:10,728 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 22:09:17,668 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 22:14:25,525 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 22:19:34,097 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 22:24:41,983 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 22:29:50,119 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 22:34:56,838 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 22:40:04,538 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 22:45:12,090 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 22:50:20,248 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 22:55:27,107 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 23:00:34,969 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 23:05:43,625 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 23:10:50,870 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 23:15:58,483 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 23:21:05,358 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 23:26:13,371 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 23:31:21,025 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 23:36:29,299 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 23:41:36,423 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 23:46:43,646 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 23:51:51,960 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-27 23:56:59,932 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 00:00:47,902 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 00:05:55,318 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 00:11:02,554 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 00:16:10,031 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 00:21:17,512 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 00:26:26,019 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 00:31:34,429 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 00:36:42,062 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 00:41:51,341 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 00:46:59,025 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 00:52:07,301 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 00:57:14,190 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 01:02:22,091 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 01:07:29,313 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 01:12:38,102 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 01:17:46,449 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 01:22:55,320 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 01:28:03,130 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 01:33:10,696 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 01:38:18,450 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 01:43:25,834 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 01:48:33,534 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 01:53:41,494 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 01:58:49,142 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 02:03:57,053 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 02:09:04,746 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 02:14:12,336 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 02:19:20,975 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 02:24:28,375 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 02:29:34,970 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 02:34:43,578 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 02:39:52,231 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 02:44:59,714 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 02:50:07,773 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 02:55:16,561 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 03:00:26,097 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 03:05:34,559 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 03:10:41,473 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 03:12:04,616 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network _redact_telegram_error_text(error), scheduling reconnect: Bad Gateway 2026-08-28 03:12:04,617 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: Bad Gateway 2026-08-28 03:12:24,620 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] updater.stop() timed out during network-error reconnect (likely CLOSE-WAIT socket); forcing drain and restart without clean stop 2026-08-28 03:12:44,744 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Timed out: Timed out. Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 32, in read with map_exceptions(exc_map): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request res = await self._client.request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 122, in handle_async_request response = await transport.handle_async_request(candidate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper code, payload = await self.do_request( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request raise TimedOut from err telegram.error.TimedOut: Timed out 2026-08-28 03:12:44,819 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Timed out 2026-08-28 03:12:44,830 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 2/10), reconnecting in 10s. Error: Timed out 2026-08-28 03:15:50,146 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 03:20:57,063 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 03:26:05,048 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 03:31:13,241 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 03:36:21,161 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 03:41:28,124 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 03:46:35,132 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 03:51:42,352 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 03:56:49,505 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 04:01:56,243 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 04:07:03,020 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 04:12:10,742 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 04:17:19,524 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 04:22:27,428 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 04:27:34,489 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 04:32:41,797 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 04:37:49,152 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 04:42:56,213 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 04:48:03,153 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 04:53:11,661 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 04:58:19,718 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 05:03:26,840 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 05:08:34,072 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 05:13:41,788 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 05:18:49,756 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 05:23:57,408 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 05:29:04,211 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 05:34:12,029 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 05:39:20,302 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 05:44:28,314 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 05:49:35,540 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 05:54:44,180 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 05:59:52,613 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 06:05:00,248 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 06:10:09,857 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 06:15:17,628 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 06:20:26,417 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 06:25:34,640 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 06:30:42,839 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 06:35:49,857 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 06:40:57,794 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 06:46:07,087 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 06:51:14,850 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 06:56:23,444 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 07:01:31,163 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 07:06:39,432 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 07:11:47,070 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 07:16:53,937 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 07:22:00,828 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 07:27:10,055 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 07:32:17,471 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 07:37:25,572 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 07:42:33,462 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 07:47:40,372 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 07:52:47,361 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 07:57:55,355 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 08:03:02,459 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 08:08:11,686 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 08:13:19,397 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 08:18:27,719 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 08:23:35,104 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 08:28:43,097 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 08:33:50,617 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 08:38:57,414 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 08:44:05,611 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 08:49:12,521 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 08:54:20,507 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 08:59:28,882 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 09:04:35,838 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 09:09:43,983 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 09:14:52,073 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 09:20:00,869 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 09:25:09,898 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 09:30:17,904 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 09:35:25,644 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 09:40:34,256 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 09:45:41,197 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 09:50:48,270 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 09:55:56,278 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 10:01:05,309 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 10:06:12,317 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 10:11:20,218 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 10:16:27,991 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 10:21:35,586 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 10:26:42,852 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 10:31:49,739 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 10:36:57,397 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 10:42:04,396 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 10:47:12,773 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 10:47:40,692 WARNING gateway.session: gateway.session: routing key 'agent:main:telegram:group:-1003707758328:18' -> 20260820_084338_7032f46d is ended in state.db but still live in sessions.json; dropping stale entry and recovering/recreating the session (#54878) 2026-08-28 10:47:55,409 WARNING [20260828_104740_9573d52e] agent.tool_executor: Tool terminal returned error (2.65s): {"output": "Traceback (most recent call last):\n File \"/root/.hermes/profiles/reviewer/home/.hermes/skills/productivity/google-workspace/scripts/google_api.py\", line 1225, in \n main()\n 2026-08-28 10:52:20,655 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 10:57:27,285 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 11:02:35,148 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 11:07:42,471 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 11:12:48,872 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 11:17:56,647 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 11:23:04,900 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 11:28:13,213 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 11:33:21,383 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 11:38:29,393 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 11:43:36,913 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 11:48:45,506 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 11:53:53,231 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 11:59:00,438 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 12:04:07,943 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 12:09:15,551 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 12:14:23,439 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 12:19:32,489 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 12:24:39,232 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 12:29:47,470 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 12:34:55,644 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 12:40:03,421 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 12:45:11,570 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 12:50:18,877 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 12:55:26,997 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 13:00:34,663 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 13:05:42,235 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 13:10:50,528 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 13:15:57,720 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 13:21:05,884 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 13:26:13,258 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 13:31:21,542 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 13:36:28,595 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 13:41:36,098 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 13:46:43,073 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 13:47:18,803 WARNING [20260828_104740_9573d52e] agent.tool_executor: Tool terminal returned error (2.65s): {"output": "Traceback (most recent call last):\n File \"/root/.hermes/profiles/reviewer/home/.hermes/skills/productivity/google-workspace/scripts/google_api.py\", line 1225, in \n main()\n 2026-08-28 13:47:21,965 WARNING [20260828_104740_9573d52e] agent.tool_executor: Tool terminal returned error (0.11s): {"output": "ls: cannot access 'lib/connect_next.py': No such file or directory", "exit_code": 2, "error": null} 2026-08-28 13:48:31,975 WARNING [20260828_104740_9573d52e] agent.tool_executor: Tool terminal returned error (0.06s): {"output": "ls: cannot access '/root/.hermes/profiles/reviewer/home/.hermes/profiles/': No such file or directory", "exit_code": 2, "error": null} 2026-08-28 13:50:36,734 WARNING [20260828_104740_9573d52e] agent.tool_executor: Tool terminal returned error (0.28s): {"output": "usage: google_api.py gmail [-h] {search,get,send,reply,labels,modify} ...\ngoogle_api.py gmail: error: argument action: invalid choice: 'list' (choose from 'search', 'get', 'send', 'reply' 2026-08-28 13:51:51,009 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 13:56:58,648 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 14:02:07,306 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 14:07:16,114 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 14:12:22,894 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 14:17:30,013 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 14:22:37,940 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 14:27:46,104 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 14:32:53,605 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 14:38:01,842 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 14:43:10,157 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 14:48:18,253 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 14:53:25,675 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 14:58:33,086 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 15:03:40,679 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 15:08:47,605 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 15:13:54,384 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 15:19:02,275 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 15:24:09,533 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 15:29:17,619 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 15:34:24,877 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 15:39:31,904 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 15:44:40,102 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 15:49:47,549 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 15:54:55,207 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 16:00:03,383 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 16:05:12,201 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 16:10:20,212 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 16:15:27,326 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 16:20:36,155 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 16:25:44,799 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 16:30:52,699 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 16:36:00,423 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 16:41:08,161 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 16:46:16,254 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 16:51:25,390 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 16:56:34,249 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 17:01:42,734 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 17:06:50,360 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 17:11:58,095 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 17:17:11,941 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 17:22:20,536 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 17:27:27,894 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 17:32:36,170 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 17:37:43,516 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 17:42:50,340 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 17:47:58,054 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 17:53:05,838 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 17:58:12,561 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 18:03:20,213 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 18:08:28,335 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 18:13:35,930 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 18:18:44,836 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 18:23:53,326 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 18:29:00,527 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 18:34:08,735 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 18:39:15,608 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 18:44:22,938 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 18:49:30,398 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 18:54:37,567 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 18:59:44,432 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 19:04:51,960 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 19:09:59,187 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 19:15:07,310 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 19:20:15,882 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 19:25:23,434 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 19:30:31,374 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 19:35:38,137 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 19:40:45,463 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 19:45:52,911 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 19:51:01,185 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 19:56:09,244 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 20:01:17,358 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 20:06:26,592 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 20:11:34,789 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 20:16:42,611 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 20:21:50,219 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 20:26:57,874 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 20:32:05,525 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 20:37:13,859 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 20:42:21,734 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 20:47:29,636 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 20:52:38,012 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 20:57:46,062 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 21:02:53,557 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 21:08:00,849 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 21:13:08,791 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 21:18:16,016 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 21:23:23,574 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 21:28:30,401 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 21:33:37,266 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 21:38:44,390 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 21:43:51,237 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 21:48:59,464 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 21:54:06,467 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 21:59:13,524 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 22:04:20,198 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 22:09:27,313 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 22:14:34,665 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 22:19:41,824 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 22:24:50,225 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 22:29:57,989 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 22:35:06,924 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 22:40:13,552 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 22:45:21,193 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 22:50:28,567 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 22:55:36,810 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 23:00:43,723 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 23:05:50,789 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 23:10:58,897 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 23:16:07,045 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 23:21:14,229 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 23:26:22,815 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 23:31:29,848 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 23:36:37,243 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 23:41:44,234 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 23:46:52,184 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 23:51:59,623 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-28 23:57:08,431 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 00:00:46,512 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 00:01:21,160 WARNING [cron_380651bcfd02_20260829_000038] agent.tool_executor: Tool terminal returned error (2.31s): {"output": "CRON JOB: Khởi chạy tiến trình ETL Bảng 04 TRỰC TIẾP TỪ GSC API THẬT cho 30 ngày...\nCRON JOB: Khởi chạy tiến trình ETL Bảng 04 TRỰC TIẾP TỪ GSC API THẬT...\nCalling APIs for Current: 2026 2026-08-29 00:05:53,754 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 00:11:00,957 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 00:16:09,374 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 00:21:17,144 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 00:26:24,585 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 00:31:33,005 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 00:36:40,487 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 00:41:47,177 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 00:46:54,976 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 00:52:03,344 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 00:57:10,780 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 01:02:18,195 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 01:07:26,247 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 01:12:33,967 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 01:17:42,596 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 01:22:50,865 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 01:27:57,544 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 01:33:05,086 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 01:38:12,548 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 01:43:19,963 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 01:48:26,350 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 01:53:34,384 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 01:58:41,063 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 02:03:47,338 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 02:08:53,845 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 02:14:01,468 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 02:19:09,133 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 02:24:17,777 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 02:29:26,033 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 02:34:34,241 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 02:39:41,925 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 02:44:50,218 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 02:49:58,245 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 02:55:06,133 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 03:00:15,119 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 03:05:23,612 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 03:10:30,614 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 03:12:04,608 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network _redact_telegram_error_text(error), scheduling reconnect: Bad Gateway 2026-08-29 03:12:04,612 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: Bad Gateway 2026-08-29 03:12:12,911 ERROR telegram.ext.Updater: Error while calling `get_updates` one more time to mark all fetched updates. Suppressing error to ensure graceful shutdown. When polling for updates is restarted, updates may be fetched again. Please adjust timeouts via `ApplicationBuilder` or the parameter `get_updates_request` of `Bot`. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 400, in _get_updates_cleanup await self.bot.get_updates( File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 671, in get_updates updates = await super().get_updates( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 4860, in get_updates await self._post( File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper raise exception telegram.error.NetworkError: Bad Gateway 2026-08-29 03:12:12,989 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper raise exception telegram.error.NetworkError: Bad Gateway 2026-08-29 03:12:13,004 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Bad Gateway 2026-08-29 03:12:13,004 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 2/10), reconnecting in 10s. Error: Bad Gateway 2026-08-29 03:12:23,065 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper raise exception telegram.error.NetworkError: Bad Gateway 2026-08-29 03:12:23,075 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Bad Gateway 2026-08-29 03:12:23,076 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 3/10), reconnecting in 20s. Error: Bad Gateway 2026-08-29 03:13:03,129 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Timed out: Timed out. Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 32, in read with map_exceptions(exc_map): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request res = await self._client.request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 122, in handle_async_request response = await transport.handle_async_request(candidate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper code, payload = await self.do_request( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request raise TimedOut from err telegram.error.TimedOut: Timed out 2026-08-29 03:13:03,358 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Timed out 2026-08-29 03:13:03,373 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 4/10), reconnecting in 40s. Error: Timed out 2026-08-29 03:14:03,448 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Timed out: Timed out. Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 32, in read with map_exceptions(exc_map): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request res = await self._client.request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 122, in handle_async_request response = await transport.handle_async_request(candidate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper code, payload = await self.do_request( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request raise TimedOut from err telegram.error.TimedOut: Timed out 2026-08-29 03:14:03,562 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Timed out 2026-08-29 03:14:03,568 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 5/10), reconnecting in 60s. Error: Timed out 2026-08-29 03:15:38,499 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 03:20:46,253 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 03:25:53,749 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 03:31:01,916 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 03:36:09,115 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 03:41:16,112 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 03:46:22,589 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 03:51:30,768 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 03:56:38,768 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 04:01:46,656 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 04:06:53,913 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 04:12:00,819 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 04:17:12,383 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 04:22:20,200 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 04:27:28,238 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 04:32:35,753 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 04:37:43,767 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 04:42:50,944 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 04:47:58,926 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 04:53:06,605 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 04:58:13,911 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 05:03:21,162 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 05:08:29,124 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 05:13:36,276 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 05:18:45,356 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 05:23:53,727 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 05:29:01,936 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 05:34:09,485 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 05:39:16,537 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 05:44:24,259 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 05:49:32,447 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 05:54:40,014 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 05:59:48,137 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 06:04:55,109 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 06:10:02,269 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 06:15:09,726 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 06:20:18,276 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 06:25:27,102 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 06:30:33,771 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 06:35:40,278 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 06:40:47,659 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 06:45:55,236 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 06:51:03,190 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 06:56:11,286 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 07:01:19,673 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 07:06:27,318 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 07:11:35,435 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 07:16:43,623 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 07:21:51,606 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 07:26:59,007 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 07:32:06,930 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 07:37:15,005 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 07:42:23,086 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 07:47:29,442 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 07:52:36,467 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 07:57:43,910 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 08:02:51,441 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 08:07:59,015 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 08:13:06,969 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 08:18:14,821 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 08:23:22,874 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 08:28:29,957 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 08:33:36,731 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 08:38:45,287 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 08:43:52,580 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 08:49:00,554 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 08:54:07,668 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 08:59:14,451 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 09:04:22,683 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 09:09:29,932 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 09:14:37,708 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 09:19:44,944 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 09:24:52,848 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 09:30:00,345 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 09:35:09,980 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 09:40:17,785 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 09:45:25,343 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 09:50:32,856 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 09:55:40,855 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 10:00:48,476 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 10:05:56,348 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 10:11:04,224 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 10:16:13,085 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 10:21:20,397 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 10:26:26,790 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 10:31:35,651 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 10:36:42,529 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 10:41:49,766 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 10:46:57,623 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 10:52:04,972 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 10:57:12,405 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 11:02:19,173 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 11:07:26,882 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 11:12:34,440 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 11:17:41,752 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 11:22:48,553 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 11:27:55,212 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 11:33:02,175 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 11:38:10,826 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 11:43:18,336 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 11:48:26,213 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 11:53:34,510 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 11:58:42,581 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 12:03:50,022 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 12:08:56,621 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 12:14:05,265 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 12:19:14,243 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 12:24:21,345 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 12:29:28,331 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 12:34:36,859 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 12:39:44,033 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 12:44:51,828 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 12:50:00,050 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 12:55:08,609 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 13:00:16,139 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 13:05:23,601 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 13:10:30,410 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 13:15:36,842 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 13:20:44,380 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 13:25:51,327 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 13:30:58,331 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 13:36:06,883 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): BrokenResourceError: 2026-08-29 13:39:21,570 WARNING gateway.session: gateway.session: routing key 'agent:main:telegram:group:-1003707758328:1' -> 20260819_101455_f84ca92c is ended in state.db but still live in sessions.json; dropping stale entry and recovering/recreating the session (#54878) 2026-08-29 13:41:09,837 WARNING [20260829_133921_c537a4eb] agent.tool_executor: Tool terminal returned error (0.04s): {"output": "tail: cannot open '/root/.hermes/profiles/reviewer/home/.hermes/profiles/reviewer/cron/output/c95855e15b06.log' for reading: No such file or directory", "exit_code": 1, "error": null} 2026-08-29 13:41:14,155 WARNING [20260829_133921_c537a4eb] agent.tool_executor: Tool read_file returned error (0.07s): {"content": "", "total_lines": 0, "file_size": 0, "truncated": false, "is_binary": false, "is_image": false, "error": "File not found: /root/.hermes/profiles/reviewer/cron/output/c95855e15b06", "simil 2026-08-29 13:41:16,022 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 13:41:28,800 WARNING [20260829_133921_c537a4eb] agent.tool_executor: Tool terminal returned error (1.86s): {"output": "", "exit_code": 1, "error": null} 2026-08-29 13:41:41,112 WARNING [20260829_133921_c537a4eb] agent.tool_executor: Tool terminal returned error (1.81s): {"output": "From https://github.com/nhivo2504/ceo-ai-os\n * branch main -> FETCH_HEAD\nAlready up to date.\nNo stash entries found.\nerror: pathspec '.env' did not match any file(s) k 2026-08-29 13:42:23,914 WARNING [20260829_133921_c537a4eb] agent.tool_executor: Tool skill_manage returned error (0.00s): {"success": false, "error": "SKILL.md must start with YAML frontmatter (---). See existing skills for format."} 2026-08-29 13:42:28,638 WARNING [20260829_133921_c537a4eb] agent.tool_executor: Tool skill_manage returned error (0.00s): {"success": false, "error": "Description is 89 chars — new skills must fit the 60-char system-prompt budget (one sentence, trigger first, ends with a period). The skill index truncates longer descript 2026-08-29 13:43:19,256 WARNING [20260828_104740_9573d52e] agent.relay_runtime: Skipping Relay instrumentation for concurrent Hermes turn 20260829_133921_c537a4eb:20260829_133921_c537a4eb:9edd650f in session 20260829_133921_c537a4eb 2026-08-29 13:46:24,755 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 13:51:32,234 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 13:56:39,930 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 14:01:48,530 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 14:06:56,564 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 14:07:55,829 WARNING gateway.session: gateway.session: routing key 'agent:main:telegram:group:-1003707758328:18' -> 20260828_104740_9573d52e is ended in state.db but still live in sessions.json; dropping stale entry and recovering/recreating the session (#54878) 2026-08-29 14:12:04,218 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 14:17:12,935 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 14:22:21,549 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 14:27:29,701 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 14:32:37,044 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 14:37:43,543 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 14:42:50,952 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 14:47:59,647 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 14:53:07,033 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 14:58:15,311 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 15:03:22,483 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 15:08:30,095 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 15:13:38,810 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 15:18:46,050 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 15:23:54,269 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 15:29:02,864 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 15:34:10,534 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 15:39:18,156 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 15:44:25,640 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 15:49:32,177 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 15:54:39,473 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 15:59:47,076 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 16:04:54,818 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 16:10:03,129 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 16:15:10,121 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 16:20:18,081 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 16:25:25,679 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 16:30:34,351 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 16:35:41,733 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 16:40:48,943 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 16:45:57,689 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 16:51:04,437 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 16:56:12,879 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 17:01:20,208 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 17:06:27,925 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 17:11:36,133 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 17:16:44,224 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 17:21:51,516 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 17:26:59,899 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 17:32:08,524 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 17:37:17,686 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 17:42:25,246 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 17:47:33,302 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 17:52:41,130 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 17:57:48,351 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 18:02:56,641 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 18:08:04,538 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 18:13:12,372 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 18:18:19,522 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 18:23:27,365 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 18:28:34,408 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 18:33:41,419 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 18:38:49,484 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 18:43:56,937 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 18:49:04,567 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 18:54:12,538 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 18:59:20,213 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 19:04:28,192 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 19:09:35,470 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 19:14:42,808 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 19:19:50,600 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 19:24:58,669 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 19:30:05,403 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 19:35:13,761 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 19:40:20,814 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 19:45:28,884 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 19:50:36,506 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 19:55:43,468 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 20:00:50,919 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 20:05:58,198 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 20:11:06,134 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 20:16:13,541 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 20:21:20,440 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 20:26:27,665 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 20:31:36,080 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 20:36:43,543 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 20:41:51,384 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 20:46:59,350 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 20:52:07,209 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 20:57:14,671 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 21:02:23,254 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 21:07:31,756 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 21:12:39,349 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 21:17:48,156 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 21:22:56,366 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 21:28:03,949 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 21:33:12,637 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 21:38:20,358 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 21:43:28,332 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 21:48:35,939 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 21:53:42,814 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 21:58:50,455 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 22:03:58,394 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 22:09:04,918 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 22:14:12,966 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 22:19:20,972 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 22:24:28,313 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 22:29:35,883 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 22:34:43,674 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 22:39:50,756 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 22:44:58,517 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 22:50:05,892 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 22:55:14,116 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 23:00:21,627 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 23:05:29,494 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 23:10:36,572 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 23:15:44,423 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 23:20:52,365 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 23:25:59,617 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 23:31:06,959 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 23:36:14,473 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 23:41:21,781 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 23:46:28,862 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 23:51:35,937 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-29 23:56:43,404 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 00:00:50,752 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 00:02:10,966 WARNING [cron_380651bcfd02_20260830_000042] agent.tool_executor: Tool terminal returned error (0.14s): {"output": "cp: '/root/.hermes/google_token.json' and '/root/.hermes/profiles/reviewer/google_token.json' are the same file", "exit_code": 1, "error": null} 2026-08-30 00:02:18,406 WARNING [cron_380651bcfd02_20260830_000042] agent.tool_executor: Tool terminal returned error (1.67s): {"output": "Traceback (most recent call last):\n File \"/root/.hermes/profiles/reviewer/home/.hermes/skills/productivity/google-workspace/scripts/google_api.py\", line 1225, in \n main()\n 2026-08-30 00:05:59,004 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 00:11:08,429 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 00:16:15,883 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 00:21:25,679 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 00:26:34,225 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 00:31:42,264 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 00:36:50,401 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 00:41:58,256 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 00:47:06,475 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 00:52:14,628 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 00:57:22,326 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 01:02:29,803 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 01:07:38,121 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 01:12:46,542 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 01:17:54,555 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 01:23:02,326 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 01:28:10,747 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 01:33:18,862 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 01:38:25,586 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 01:43:33,274 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 01:48:41,495 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 01:53:48,016 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 01:58:54,530 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 02:04:01,548 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 02:09:08,884 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 02:14:17,192 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 02:19:24,603 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 02:24:32,917 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 02:29:39,793 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 02:34:47,885 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 02:39:55,624 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 02:45:02,857 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 02:50:11,170 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 02:55:19,814 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 03:00:28,344 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 03:05:36,583 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 03:10:44,432 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 03:12:12,306 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network _redact_telegram_error_text(error), scheduling reconnect: Bad Gateway 2026-08-30 03:12:12,309 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: Bad Gateway 2026-08-30 03:12:20,637 ERROR telegram.ext.Updater: Error while calling `get_updates` one more time to mark all fetched updates. Suppressing error to ensure graceful shutdown. When polling for updates is restarted, updates may be fetched again. Please adjust timeouts via `ApplicationBuilder` or the parameter `get_updates_request` of `Bot`. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 400, in _get_updates_cleanup await self.bot.get_updates( File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 671, in get_updates updates = await super().get_updates( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 4860, in get_updates await self._post( File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper raise exception telegram.error.NetworkError: Bad Gateway 2026-08-30 03:12:20,716 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper raise exception telegram.error.NetworkError: Bad Gateway 2026-08-30 03:12:20,736 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Bad Gateway 2026-08-30 03:12:20,736 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 2/10), reconnecting in 10s. Error: Bad Gateway 2026-08-30 03:12:30,906 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper raise exception telegram.error.NetworkError: Bad Gateway 2026-08-30 03:12:30,911 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Bad Gateway 2026-08-30 03:12:30,911 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 3/10), reconnecting in 20s. Error: Bad Gateway 2026-08-30 03:13:10,955 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Timed out: Timed out. Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 32, in read with map_exceptions(exc_map): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request res = await self._client.request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 122, in handle_async_request response = await transport.handle_async_request(candidate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper code, payload = await self.do_request( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request raise TimedOut from err telegram.error.TimedOut: Timed out 2026-08-30 03:13:11,025 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Timed out 2026-08-30 03:13:11,025 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 4/10), reconnecting in 40s. Error: Timed out 2026-08-30 03:14:11,134 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Timed out: Timed out. Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 32, in read with map_exceptions(exc_map): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request res = await self._client.request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 122, in handle_async_request response = await transport.handle_async_request(candidate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper code, payload = await self.do_request( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request raise TimedOut from err telegram.error.TimedOut: Timed out 2026-08-30 03:14:11,261 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Timed out 2026-08-30 03:14:11,261 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 5/10), reconnecting in 60s. Error: Timed out 2026-08-30 03:15:51,596 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 03:20:59,404 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 03:26:08,100 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 03:31:16,292 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 03:36:22,921 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 03:41:30,787 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 03:46:38,709 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 03:51:46,571 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 03:56:53,912 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 04:02:02,119 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 04:07:09,904 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 04:12:18,319 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 04:17:26,277 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 04:22:34,859 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 04:27:42,707 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 04:32:49,616 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 04:37:57,191 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 04:43:04,835 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 04:48:11,859 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 04:53:19,651 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 04:58:27,643 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 05:03:35,356 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 05:08:43,953 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 05:13:52,399 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 05:18:59,753 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 05:24:07,051 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 05:29:14,074 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 05:34:21,531 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 05:39:28,990 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 05:44:36,817 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 05:49:43,477 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 05:54:51,276 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 05:59:59,720 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 06:05:07,498 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 06:10:15,606 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 06:15:23,180 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 06:20:31,214 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 06:25:39,644 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 06:30:48,265 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 06:35:56,800 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 06:41:04,484 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 06:46:12,369 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 06:51:19,315 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 06:56:26,339 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 07:01:33,816 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 07:06:41,923 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 07:11:49,090 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 07:16:55,928 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 07:22:04,328 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 07:27:12,156 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 07:32:19,475 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 07:37:27,833 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 07:42:34,933 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 07:47:42,273 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 07:52:50,369 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 07:57:58,491 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 08:03:05,673 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 08:08:12,861 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 08:13:19,267 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 08:18:26,912 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 08:23:33,502 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 08:28:41,195 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 08:33:49,062 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 08:38:57,691 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 08:44:04,630 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 08:49:12,836 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 08:54:21,408 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 08:59:29,101 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 09:04:36,172 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 09:09:44,997 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 09:14:52,466 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 09:19:59,662 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 09:25:07,586 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 09:30:15,916 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 09:35:22,408 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 09:40:30,074 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 09:45:37,261 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 09:50:44,001 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 09:55:51,304 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 10:00:59,274 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 10:06:07,188 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 10:11:15,682 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 10:16:23,299 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 10:21:30,836 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 10:26:39,031 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 10:31:46,996 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 10:36:54,242 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 10:42:02,521 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 10:47:10,137 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 10:52:17,595 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 10:57:25,451 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 11:02:33,402 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 11:07:40,844 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 11:12:49,187 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 11:17:57,475 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 11:23:05,483 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 11:28:12,782 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 11:33:20,216 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 11:38:28,121 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 11:43:35,769 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 11:48:42,239 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 11:53:49,357 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 11:58:57,639 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 12:04:04,646 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 12:09:12,354 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 12:14:20,346 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 12:19:27,912 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 12:24:35,828 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 12:29:42,479 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 12:34:48,808 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 12:39:55,986 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 12:45:04,626 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 12:50:12,740 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 12:55:20,622 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 13:00:30,239 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 13:05:37,838 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 13:10:44,946 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 13:15:52,682 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 13:21:00,819 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 13:26:09,222 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 13:31:17,266 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 13:36:25,788 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 13:41:33,778 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 13:45:51,572 WARNING gateway.session: gateway.session: routing key 'agent:main:telegram:group:-1003707758328:18' -> 20260829_140755_0382ba6f is ended in state.db but still live in sessions.json; dropping stale entry and recovering/recreating the session (#54878) 2026-08-30 13:45:59,652 WARNING [20260830_134551_abdc96ba] agent.tool_executor: Tool terminal returned error (0.17s): {"output": "python3: can't open file '/opt/annas-archive-downloader/lib/connect_next.py': [Errno 2] No such file or directory", "exit_code": 2, "error": null} 2026-08-30 13:46:40,100 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 13:51:47,960 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 13:56:54,689 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 14:02:02,236 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 14:07:09,662 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 14:09:08,910 WARNING [20260830_134551_abdc96ba] agent.tool_executor: Tool web_extract returned error (0.06s): {"success": false, "error": "DuckDuckGo (ddgs) is a search-only backend and cannot extract URL content. Set web.extract_backend to firecrawl, tavily, exa, or parallel."} 2026-08-30 14:12:16,894 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 14:17:25,392 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 14:22:32,998 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 14:27:41,110 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 14:32:49,259 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 14:37:57,690 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 14:43:04,967 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 14:48:11,733 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 14:53:18,958 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 14:54:55,340 WARNING [20260830_134551_abdc96ba] agent.tool_executor: Tool terminal returned error (0.00s): {"output": "", "exit_code": 1, "error": "Blocked: command or referenced script cannot restart or stop the gateway from inside the gateway process. The gateway would kill this command before it could c 2026-08-30 14:55:37,621 WARNING [20260830_134551_abdc96ba] agent.tool_executor: Tool terminal returned error (0.00s): {"output": "", "exit_code": 1, "error": "Blocked: command or referenced script cannot restart or stop the gateway from inside the gateway process. The gateway would kill this command before it could c 2026-08-30 14:55:39,562 WARNING [20260830_134551_abdc96ba] agent.tool_executor: Tool terminal returned error (0.13s): {"output": "", "exit_code": -15, "error": null} 2026-08-30 14:58:27,011 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 14:59:58,331 WARNING [20260830_134551_abdc96ba] agent.tool_executor: Tool terminal returned error (0.00s): {"output": "", "exit_code": -1, "error": "Foreground command uses '&' backgrounding. Re-send WITHOUT the '&' as terminal(command=\"\", background=true) — add notify_on_complete=true for bounded j 2026-08-30 15:00:09,164 WARNING hermes_cli.plugins: Plugin operate/handoff-task: unknown kind 'command' (valid: backend, exclusive, model-provider, platform, standalone); treating as 'standalone' 2026-08-30 15:00:17,764 ERROR gateway.run: Another gateway instance is already running (PID 417943, HERMES_HOME=/root/.hermes/profiles/reviewer). Use 'hermes gateway restart' to replace it, or 'hermes gateway stop' first. 2026-08-30 15:00:26,765 WARNING hermes_cli.plugins: Plugin operate/handoff-task: unknown kind 'command' (valid: backend, exclusive, model-provider, platform, standalone); treating as 'standalone' 2026-08-30 15:00:28,562 WARNING gateway.run: Shutdown context: signal=SIGTERM under_systemd=yes parent_pid=1 parent_name=systemd loadavg_1m=0.89 parent_cmdline='/usr/lib/systemd/systemd --system --deserialize=75' 2026-08-30 15:00:29,610 WARNING gateway.run: Gateway drain timed out after 0.0s with 1 active agent(s), 0 in-flight cron job(s), and 0 api_server run(s); interrupting remaining work. 2026-08-30 15:00:29,839 WARNING [20260830_134551_abdc96ba] agent.tool_executor: Tool terminal returned error (3.91s): {"output": "[Command interrupted]", "exit_code": 130, "error": null} 2026-08-30 15:00:30,033 WARNING tools.process_registry: Refusing to terminate host pid 420509: start-time mismatch — PID was recycled onto an unrelated process. 2026-08-30 15:00:38,794 WARNING hermes_cli.plugins: Plugin operate/handoff-task: unknown kind 'command' (valid: backend, exclusive, model-provider, platform, standalone); treating as 'standalone' 2026-08-30 15:00:40,259 WARNING hermes.security_audit: Security posture audit found 1 issue(s) — review your deployment: 2026-08-30 15:00:40,259 WARNING hermes.security_audit: [security 1/1] Running as ROOT. The agent's terminal/file tools execute with full root privileges — a single prompt-injection or exposed endpoint is a full host compromise. Run Hermes as an unprivileged user (or in a sandboxed terminal backend / container with a non-root user). 2026-08-30 15:00:54,067 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 15:00:54,074 WARNING tools.mcp_tool: Failed to connect to MCP server 'stays' (command=stays mcp): Connection closed 2026-08-30 15:00:54,229 WARNING gateway.session: gateway.session: pruning stale sessions.json entry 'agent:main:telegram:group:-1003707758328:1' -> 20260829_133921_c537a4eb (end_reason='session_reset'); left by a crashed gateway 2026-08-30 15:00:54,237 WARNING gateway.session: gateway.session: pruning stale sessions.json entry 'agent:main:telegram:group:-1003707758328:12' -> 20260824_135402_2331f10e (end_reason='session_reset'); left by a crashed gateway 2026-08-30 15:00:54,244 WARNING gateway.session: gateway.session: pruning stale sessions.json entry 'agent:main:telegram:group:-1004404142589:1' -> 20260821_171928_13a76b31 (end_reason='session_reset'); left by a crashed gateway 2026-08-30 15:00:54,247 WARNING gateway.session: gateway.session: pruning stale sessions.json entry 'agent:main:telegram:group:-1004404142589:46' -> 20260826_135327_f374ccfe (end_reason='session_reset'); left by a crashed gateway 2026-08-30 15:00:54,314 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Discovering Telegram API fallback IPs via DNS-over-HTTPS… 2026-08-30 15:00:55,116 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Connecting to Telegram (attempt 1/8)… 2026-08-30 15:01:34,430 WARNING hermes_plugins.feishu_platform.adapter: [Feishu] Unable to hydrate bot name from application info. Grant admin:app.info:readonly or application:application:self_manage so group @mention gating can resolve the bot name precisely. 2026-08-30 15:01:35,363 ERROR Lark: connect failed, err: 1000040351: Incorrect domain name 2026-08-30 15:01:37,538 WARNING agent.model_metadata: Could not determine context length for model 'default' (base_url=http://localhost:20128/v1) — falling back to 256,000 tokens. Set model.context_length in config.yaml to override. 2026-08-30 15:01:42,599 WARNING tools.registry: check_fn check_bfl_requirements returned False; dependent tools will be unavailable this turn 2026-08-30 15:01:42,614 WARNING tools.registry: check_fn _browser_cdp_check returned False; dependent tools will be unavailable this turn 2026-08-30 15:01:42,620 WARNING tools.registry: check_fn _browser_dialog_check returned False; dependent tools will be unavailable this turn 2026-08-30 15:01:42,700 WARNING tools.registry: check_fn check_computer_use_requirements returned False; dependent tools will be unavailable this turn 2026-08-30 15:01:42,731 WARNING tools.registry: check_fn check_image_generation_requirements returned False; dependent tools will be unavailable this turn 2026-08-30 15:01:42,733 WARNING tools.registry: check_fn _check_kanban_mode returned False; dependent tools will be unavailable this turn 2026-08-30 15:01:42,748 WARNING tools.registry: check_fn _check_kanban_orchestrator_mode returned False; dependent tools will be unavailable this turn 2026-08-30 15:02:45,898 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network _redact_telegram_error_text(error), scheduling reconnect: httpx.ReadError: 2026-08-30 15:02:45,901 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: httpx.ReadError: 2026-08-30 15:06:02,992 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 15:11:11,216 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 15:16:19,532 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 15:21:26,982 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 15:26:34,651 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 15:31:42,790 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 15:36:49,812 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 15:41:56,114 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 15:47:03,950 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 15:52:11,703 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 15:57:19,385 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 16:02:10,003 WARNING agent.model_metadata: Could not determine context length for model 'complex' (base_url=http://localhost:20128/v1) — falling back to 256,000 tokens. Set model.context_length in config.yaml to override. 2026-08-30 16:02:19,499 WARNING [20260830_134551_abdc96ba] agent.tool_executor: Tool web_extract returned error (0.06s): {"success": false, "error": "DuckDuckGo (ddgs) is a search-only backend and cannot extract URL content. Set web.extract_backend to firecrawl, tavily, exa, or parallel."} 2026-08-30 16:02:26,572 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 16:07:34,635 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 16:12:41,993 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 16:17:50,428 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 16:22:57,931 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 16:28:05,547 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 16:33:13,171 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 16:38:21,334 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 16:43:28,794 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 16:48:36,850 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 16:53:44,223 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 16:58:52,344 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 17:03:58,927 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 17:09:06,773 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 17:14:14,745 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 17:19:22,686 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 17:24:30,957 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 17:29:39,333 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 17:34:46,315 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 17:39:53,742 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 17:45:01,304 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 17:50:09,953 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 17:55:17,292 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 18:00:25,946 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 18:05:33,503 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 18:10:41,194 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 18:15:47,986 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 18:20:55,671 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 18:26:03,707 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 18:31:11,232 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 18:36:20,203 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 18:41:26,994 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 18:46:34,725 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 18:51:42,499 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 18:56:50,546 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 19:01:58,044 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 19:07:05,154 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 19:12:12,553 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 19:17:21,396 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 19:22:30,018 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 19:27:38,100 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 19:32:45,424 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 19:37:53,642 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 19:43:01,565 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 19:48:09,298 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 19:53:16,952 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 19:58:24,119 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 20:03:31,208 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 20:08:39,029 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 20:13:47,303 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 20:18:54,542 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 20:24:02,888 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 20:29:10,483 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 20:34:18,712 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 20:39:25,486 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 20:44:33,025 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 20:49:40,704 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 20:54:48,939 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 20:59:56,800 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 21:05:03,706 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 21:10:12,625 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 21:15:20,480 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 21:20:27,732 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 21:25:35,279 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 21:30:43,171 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 21:35:51,080 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 21:40:58,655 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 21:46:05,848 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 21:51:13,473 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 21:56:20,562 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 22:01:28,065 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 22:06:34,592 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 22:11:43,104 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 22:16:50,218 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 22:21:57,736 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 22:27:05,929 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 22:32:13,475 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 22:37:20,932 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 22:42:28,268 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 22:47:36,451 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 22:52:44,349 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 22:57:53,221 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 23:03:01,251 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 23:08:09,154 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 23:13:17,235 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 23:18:24,663 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 23:23:32,379 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 23:28:40,073 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 23:33:46,953 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 23:38:54,685 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 23:44:02,175 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 23:49:08,912 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 23:54:16,503 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-30 23:59:24,466 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 00:00:18,986 WARNING tools.registry: check_fn check_bfl_requirements returned False; dependent tools will be unavailable this turn 2026-08-31 00:00:19,204 WARNING tools.registry: check_fn _browser_cdp_check returned False; dependent tools will be unavailable this turn 2026-08-31 00:00:19,215 WARNING tools.registry: check_fn _browser_dialog_check returned False; dependent tools will be unavailable this turn 2026-08-31 00:00:19,235 WARNING tools.registry: check_fn check_computer_use_requirements returned False; dependent tools will be unavailable this turn 2026-08-31 00:00:19,244 WARNING tools.registry: check_fn check_image_generation_requirements returned False; dependent tools will be unavailable this turn 2026-08-31 00:00:19,246 WARNING tools.registry: check_fn _check_kanban_mode returned False; dependent tools will be unavailable this turn 2026-08-31 00:00:19,248 WARNING tools.registry: check_fn _check_kanban_orchestrator_mode returned False; dependent tools will be unavailable this turn 2026-08-31 00:00:27,126 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 00:00:32,397 WARNING [cron_380651bcfd02_20260831_000018] tools.skills_tool: Skill name collision for 'research-critism': 2 candidates — /opt/ai-os/products/ceo/skills/research/SKILL.md; /opt/ai-os/products/ceo/skills/research/research-critism/SKILL.md 2026-08-31 00:00:32,398 WARNING [cron_380651bcfd02_20260831_000018] agent.tool_executor: Tool skill_view returned error (0.99s): {"success": false, "error": "Ambiguous skill name 'research-critism': 2 skills match across your local skills dir and external_dirs. Refusing to guess — load one explicitly by its categorized path.", 2026-08-31 00:05:35,243 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 00:10:43,078 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 00:15:51,945 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 00:21:01,486 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 00:26:09,783 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 00:31:18,205 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 00:36:26,066 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 00:41:33,982 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 00:46:41,085 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 00:51:48,189 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 00:56:55,308 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 01:02:03,550 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 01:07:10,440 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 01:12:18,534 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 01:17:30,460 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 01:22:38,413 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 01:27:46,948 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 01:32:54,574 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 01:38:01,993 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 01:43:09,000 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 01:48:17,700 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 01:53:25,080 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 01:58:32,851 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 02:03:40,789 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 02:08:48,210 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 02:13:55,625 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 02:19:04,657 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 02:24:13,872 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 02:29:21,526 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 02:34:28,611 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 02:39:35,697 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 02:44:44,108 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 02:49:51,278 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 02:54:58,482 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 03:00:07,315 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 03:05:15,435 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 03:10:23,152 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 03:12:06,485 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network _redact_telegram_error_text(error), scheduling reconnect: Bad Gateway 2026-08-31 03:12:06,486 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: Bad Gateway 2026-08-31 03:12:14,796 ERROR telegram.ext.Updater: Error while calling `get_updates` one more time to mark all fetched updates. Suppressing error to ensure graceful shutdown. When polling for updates is restarted, updates may be fetched again. Please adjust timeouts via `ApplicationBuilder` or the parameter `get_updates_request` of `Bot`. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 400, in _get_updates_cleanup await self.bot.get_updates( File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 671, in get_updates updates = await super().get_updates( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 4860, in get_updates await self._post( File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper raise exception telegram.error.NetworkError: Bad Gateway 2026-08-31 03:12:14,996 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper raise exception telegram.error.NetworkError: Bad Gateway 2026-08-31 03:12:15,010 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Bad Gateway 2026-08-31 03:12:15,014 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 2/10), reconnecting in 10s. Error: Bad Gateway 2026-08-31 03:12:45,084 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Timed out: Timed out. Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 32, in read with map_exceptions(exc_map): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request res = await self._client.request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 122, in handle_async_request response = await transport.handle_async_request(candidate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper code, payload = await self.do_request( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request raise TimedOut from err telegram.error.TimedOut: Timed out 2026-08-31 03:12:45,175 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Timed out 2026-08-31 03:12:45,176 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 3/10), reconnecting in 20s. Error: Timed out 2026-08-31 03:15:30,207 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 03:20:38,620 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 03:25:46,876 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 03:30:54,477 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 03:36:02,230 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 03:41:11,377 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 03:46:19,512 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 03:51:27,073 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 03:56:33,678 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 04:01:41,859 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 04:06:50,099 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 04:11:57,230 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 04:17:06,588 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 04:22:13,894 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 04:27:21,345 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 04:32:29,690 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 04:37:36,936 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 04:42:44,699 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 04:47:52,529 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 04:52:59,780 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 04:58:06,755 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 05:03:15,147 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 05:08:23,308 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 05:13:30,676 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 05:18:38,436 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 05:23:46,754 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 05:28:54,179 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 05:34:02,127 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 05:39:09,228 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 05:40:13,463 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network _redact_telegram_error_text(error), scheduling reconnect: httpx.ReadError: 2026-08-31 05:40:13,464 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: httpx.ReadError: 2026-08-31 05:44:16,463 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 05:49:25,096 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 05:54:33,014 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 05:59:39,998 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 06:04:47,925 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 06:09:55,753 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 06:15:04,549 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 06:20:13,886 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 06:25:20,730 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 06:30:29,899 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 06:35:39,101 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 06:40:46,997 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 06:45:55,666 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 06:51:03,465 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 06:56:11,886 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 07:01:19,907 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 07:06:27,221 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 07:11:33,685 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 07:16:41,038 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 07:21:50,154 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 07:26:57,440 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 07:32:06,793 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 07:37:14,732 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 07:42:21,829 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 07:47:30,278 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 07:52:37,267 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 07:57:44,016 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 08:02:50,970 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 08:07:59,263 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 08:13:07,615 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 08:18:17,341 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 08:23:25,182 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 08:28:32,235 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 08:33:39,341 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 08:38:46,675 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 08:43:54,187 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 08:49:02,002 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 08:54:09,575 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 08:59:18,335 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 09:04:26,223 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 09:09:33,778 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 09:14:41,054 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 09:19:49,618 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 09:24:57,402 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 09:30:05,528 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 09:35:13,573 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 09:40:20,822 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 09:45:29,022 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 09:50:36,829 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 09:55:45,400 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 10:00:32,591 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 10:01:21,168 WARNING [cron_2e50b1c88a37_20260831_100024] agent.tool_executor: Tool terminal returned error (1.26s): {"output": "usage: hermes [-h] [--version] [-z PROMPT] [--usage-file PATH] [-m MODEL]\n [--provider PROVIDER] [--reasoning LEVEL] [-t TOOLSETS]\n [--resume SESSION] [--no-res 2026-08-31 10:01:29,863 WARNING [cron_2e50b1c88a37_20260831_100024] agent.tool_executor: Tool terminal returned error (1.06s): {"output": "usage: hermes [-h] [--version] [-z PROMPT] [--usage-file PATH] [-m MODEL]\n [--provider PROVIDER] [--reasoning LEVEL] [-t TOOLSETS]\n [--resume SESSION] [--no-res 2026-08-31 10:01:48,855 WARNING [cron_2e50b1c88a37_20260831_100024] tools.registry: check_fn check_bfl_requirements returned False; dependent tools will be unavailable this turn 2026-08-31 10:01:48,875 WARNING [cron_2e50b1c88a37_20260831_100024] tools.registry: check_fn _browser_cdp_check returned False; dependent tools will be unavailable this turn 2026-08-31 10:01:48,887 WARNING [cron_2e50b1c88a37_20260831_100024] tools.registry: check_fn _browser_dialog_check returned False; dependent tools will be unavailable this turn 2026-08-31 10:01:48,908 WARNING [cron_2e50b1c88a37_20260831_100024] tools.registry: check_fn check_computer_use_requirements returned False; dependent tools will be unavailable this turn 2026-08-31 10:01:48,933 WARNING [cron_2e50b1c88a37_20260831_100024] tools.registry: check_fn check_image_generation_requirements returned False; dependent tools will be unavailable this turn 2026-08-31 10:03:10,695 WARNING tools.skills_tool: Skill security warning for 'kanban-multi-profile-orchestration': skill content contains patterns that may indicate prompt injection 2026-08-31 10:03:10,720 WARNING tools.credential_files: credential_files: rejected path traversal 'google_token.json' (Path escapes allowed directory: '/root/.hermes/google_token.json' is not in the subpath of '/root/.hermes/profiles/reviewer' OR one path is relative and the other is absolute.) 2026-08-31 10:03:10,737 WARNING tools.credential_files: credential_files: rejected path traversal 'google_client_secret.json' (Path escapes allowed directory: '/root/.hermes/google_client_secret.json' is not in the subpath of '/root/.hermes/profiles/reviewer' OR one path is relative and the other is absolute.) 2026-08-31 10:05:40,084 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 10:06:20,582 WARNING [20260831_100149_e4001b] agent.tool_executor: Tool execute_code returned error (3.48s): {"status": "error", "output": "\n--- stderr ---\nTraceback (most recent call last):\n File \"/tmp/hermes_sandbox_qtxbnvbg/script.py\", line 16, in \n data = json.loads(content)\n 2026-08-31 10:07:45,934 WARNING [20260831_100149_e4001b] agent.tool_executor: Tool execute_code returned error (0.79s): {"status": "error", "output": "\n--- stderr ---\nTraceback (most recent call last):\n File \"/tmp/hermes_sandbox_648kh9o0/script.py\", line 24, in \n full_content += clean_hermes_read_outp 2026-08-31 10:07:55,497 WARNING [20260831_100149_e4001b] agent.tool_executor: Tool execute_code returned error (0.87s): {"status": "error", "output": "\n--- stderr ---\nTraceback (most recent call last):\n File \"/tmp/hermes_sandbox_77drn9fz/script.py\", line 17, in \n lines = result[\"content\"].split('\\n 2026-08-31 10:10:48,298 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 10:12:26,925 WARNING [20260831_100149_e4001b] agent.tool_executor: Tool terminal returned error (1.02s): {"output": "kanban: delegate_task child contexts cannot mutate Kanban tasks via the CLI", "exit_code": 1, "error": null} 2026-08-31 10:12:40,003 WARNING [cron_2e50b1c88a37_20260831_100024] agent.tool_executor: Tool terminal returned error (1.02s): {"output": "kanban: delegate_task child contexts cannot mutate Kanban tasks via the CLI", "exit_code": 1, "error": null} 2026-08-31 10:12:46,180 WARNING [cron_2e50b1c88a37_20260831_100024] agent.tool_executor: Tool terminal returned error (1.06s): {"output": "kanban: delegate_task child contexts cannot mutate Kanban tasks via the CLI", "exit_code": 1, "error": null} 2026-08-31 10:15:56,911 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 10:21:04,867 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 10:21:13,505 WARNING [cron_2e50b1c88a37_20260831_100024] agent.tool_executor: Tool terminal returned error (2.04s): {"output": "usage: hermes [-h] [--version] [-z PROMPT] [--usage-file PATH] [-m MODEL]\n [--provider PROVIDER] [--reasoning LEVEL] [-t TOOLSETS]\n [--resume SESSION] [--no-res 2026-08-31 10:21:19,258 WARNING [cron_2e50b1c88a37_20260831_100024] agent.tool_executor: Tool terminal returned error (1.20s): {"output": "kanban: delegate_task child contexts cannot mutate Kanban tasks via the CLI", "exit_code": 1, "error": null} 2026-08-31 10:21:20,271 WARNING [cron_2e50b1c88a37_20260831_100024] agent.tool_executor: Tool terminal returned error (1.00s): {"output": "kanban: delegate_task child contexts cannot mutate Kanban tasks via the CLI", "exit_code": 1, "error": null} [Tool loop warning: same_tool_failure_warning; count=3; terminal has failed 3 2026-08-31 10:21:21,281 WARNING [cron_2e50b1c88a37_20260831_100024] agent.tool_executor: Tool terminal returned error (0.99s): {"output": "kanban: delegate_task child contexts cannot mutate Kanban tasks via the CLI", "exit_code": 1, "error": null} [Tool loop warning: same_tool_failure_warning; count=4; terminal has failed 4 2026-08-31 10:21:23,831 WARNING [cron_2e50b1c88a37_20260831_100024] agent.tool_executor: Tool terminal returned error (1.21s): {"output": "kanban: could not initialize database: delegate_task child contexts cannot mutate Kanban tasks or boards", "exit_code": 1, "error": null} [Tool loop warning: same_tool_failure_warning; co 2026-08-31 10:21:39,748 WARNING [cron_2e50b1c88a37_20260831_100024] tools.skills_tool: Skill security warning for 'kanban-multi-profile-orchestration': skill content contains patterns that may indicate prompt injection 2026-08-31 10:21:48,777 WARNING [cron_2e50b1c88a37_20260831_100024] agent.tool_executor: Tool skill_manage returned error (0.09s): {"success": false, "error": "Refusing background curator patch for skill 'glv-seo-reporting': the skill is not curator-managed (created_by=None). User-owned skills are off-limits to autonomous curatio 2026-08-31 10:26:11,802 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 10:31:18,584 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 10:36:26,381 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 10:41:33,434 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 10:46:41,389 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 10:51:48,884 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 10:56:56,455 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 11:02:04,163 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 11:07:13,270 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 11:12:21,231 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 11:17:31,174 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 11:22:39,285 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 11:27:47,149 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 11:32:54,839 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 11:38:02,428 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 11:43:08,971 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 11:48:16,330 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 11:53:23,440 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 11:58:31,677 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 12:03:39,818 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 12:08:47,802 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 12:13:55,955 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 12:19:05,121 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 12:24:13,697 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 12:29:22,582 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 12:34:30,012 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 12:39:38,609 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 12:44:47,234 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 12:49:55,856 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 12:55:03,481 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 13:00:13,188 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 13:05:21,763 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 13:10:29,739 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 13:15:37,460 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 13:20:46,243 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 13:25:54,474 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 13:31:02,911 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 13:36:11,351 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 13:41:20,656 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 13:46:28,652 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 13:51:36,448 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 13:56:44,936 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 14:01:52,684 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 14:07:00,456 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 14:12:11,495 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 14:17:20,490 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 14:22:28,303 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 14:27:36,684 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 14:32:44,692 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 14:35:43,861 WARNING [20260831_062925_adf27159] agent.tool_executor: Tool skill_manage returned error (3.59s): {"success": false, "error": "Skill 'google_workspace' not found in active profile 'reviewer'. Use skills_list() to see available skills. Create it first with action='create'."} 2026-08-31 14:35:46,977 WARNING [20260831_062925_adf27159] agent.tool_executor: Tool skill_manage returned error (0.02s): {"success": false, "error": "Refusing background curator write_file for bundled skill 'google-workspace'."} 2026-08-31 14:37:52,474 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 14:43:00,829 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 14:48:09,136 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 14:53:16,938 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 14:58:25,054 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 15:03:33,236 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 15:08:40,766 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 15:13:48,565 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 15:18:57,038 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 15:24:05,123 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 15:29:12,865 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 15:34:20,974 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 15:39:28,776 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 15:44:35,443 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 15:49:42,676 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 15:54:49,770 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 15:59:57,862 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 16:05:05,596 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 16:10:13,280 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 16:15:22,198 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 16:20:31,019 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 16:25:38,961 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 16:30:46,424 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 16:35:54,631 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 16:41:02,477 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 16:46:10,134 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 16:51:17,610 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 16:56:25,012 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 17:01:32,923 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 17:06:41,871 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 17:11:49,335 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 17:16:56,973 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 17:22:05,752 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 17:27:13,720 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 17:32:23,687 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 17:37:30,645 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 17:42:38,569 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 17:47:46,367 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 17:52:54,586 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 17:58:02,761 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 18:03:10,959 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 18:08:19,251 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 18:13:27,105 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 18:18:34,781 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 18:23:42,538 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 18:28:49,079 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 18:33:57,128 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 18:39:05,036 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 18:44:12,530 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 18:49:20,122 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 18:54:28,535 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 18:59:36,849 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 19:04:44,422 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 19:09:52,220 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 19:15:00,519 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 19:20:10,080 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 19:25:17,488 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 19:30:25,916 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 19:35:32,678 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 19:40:40,684 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 19:45:48,397 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 19:50:55,339 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 19:56:02,270 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 20:01:10,334 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 20:06:18,108 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 20:11:25,732 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 20:16:34,015 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 20:21:42,057 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 20:26:50,113 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 20:31:58,133 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 20:37:05,384 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 20:42:12,554 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 20:47:21,198 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 20:52:29,134 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 20:57:36,811 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 21:02:44,761 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 21:07:52,150 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 21:13:00,749 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 21:18:09,862 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 21:23:16,728 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 21:28:25,057 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 21:33:32,634 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 21:38:39,518 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 21:43:46,854 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 21:48:55,004 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 21:54:02,071 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 21:59:09,482 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 22:04:16,960 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 22:09:24,541 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 22:14:32,448 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 22:19:40,980 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 22:24:49,867 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 22:29:57,037 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 22:35:05,061 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 22:40:12,540 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 22:45:20,200 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 22:50:28,668 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 22:55:35,205 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 23:00:43,413 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 23:05:50,893 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 23:10:59,528 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 23:16:07,843 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 23:21:15,324 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 23:26:23,034 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 23:31:30,634 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 23:36:37,999 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 23:41:45,436 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 23:46:52,522 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 23:52:00,345 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-08-31 23:57:07,489 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 00:00:41,933 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 00:05:49,255 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 00:10:56,648 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 00:16:04,296 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 00:21:12,261 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 00:26:19,976 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 00:31:27,576 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 00:36:35,096 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 00:41:41,850 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 00:46:49,080 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 00:51:56,419 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 00:57:04,843 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 01:02:13,903 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 01:07:21,828 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 01:12:30,141 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 01:17:40,384 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 01:22:48,090 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 01:27:56,295 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 01:33:03,752 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 01:38:12,189 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 01:43:19,649 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 01:48:27,234 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 01:53:34,821 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 01:58:42,294 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 02:03:49,732 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 02:08:57,793 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 02:14:06,184 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 02:19:13,738 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 02:24:21,340 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 02:29:29,054 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 02:34:37,339 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 02:39:46,040 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 02:44:53,398 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 02:50:01,631 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 02:55:10,273 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 03:00:18,772 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 03:05:26,799 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 03:10:33,648 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 03:14:14,633 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network _redact_telegram_error_text(error), scheduling reconnect: Bad Gateway 2026-09-01 03:14:14,640 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: Bad Gateway 2026-09-01 03:14:23,092 ERROR telegram.ext.Updater: Error while calling `get_updates` one more time to mark all fetched updates. Suppressing error to ensure graceful shutdown. When polling for updates is restarted, updates may be fetched again. Please adjust timeouts via `ApplicationBuilder` or the parameter `get_updates_request` of `Bot`. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 400, in _get_updates_cleanup await self.bot.get_updates( File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 671, in get_updates updates = await super().get_updates( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 4860, in get_updates await self._post( File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper raise exception telegram.error.NetworkError: Bad Gateway 2026-09-01 03:14:23,188 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper raise exception telegram.error.NetworkError: Bad Gateway 2026-09-01 03:14:23,192 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Bad Gateway 2026-09-01 03:14:23,193 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 2/10), reconnecting in 10s. Error: Bad Gateway 2026-09-01 03:14:53,321 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Timed out: Timed out. Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 32, in read with map_exceptions(exc_map): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request res = await self._client.request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 122, in handle_async_request response = await transport.handle_async_request(candidate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper code, payload = await self.do_request( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request raise TimedOut from err telegram.error.TimedOut: Timed out 2026-09-01 03:14:53,416 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Timed out 2026-09-01 03:14:53,416 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 3/10), reconnecting in 20s. Error: Timed out 2026-09-01 03:15:33,569 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Timed out: Timed out. Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 32, in read with map_exceptions(exc_map): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request res = await self._client.request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 122, in handle_async_request response = await transport.handle_async_request(candidate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper code, payload = await self.do_request( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request raise TimedOut from err telegram.error.TimedOut: Timed out 2026-09-01 03:15:33,617 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Timed out 2026-09-01 03:15:33,622 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 4/10), reconnecting in 40s. Error: Timed out 2026-09-01 03:15:41,586 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 03:20:50,503 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 03:25:58,891 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 03:31:06,358 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 03:36:13,092 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 03:41:21,069 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 03:46:28,707 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 03:51:35,979 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 03:56:43,753 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 04:01:51,833 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 04:06:59,997 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 04:12:07,334 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 04:16:11,059 WARNING gateway.session: gateway.session: routing key 'agent:main:telegram:group:-1003707758328:18' -> 20260830_134551_abdc96ba is ended in state.db but still live in sessions.json; dropping stale entry and recovering/recreating the session (#54878) 2026-09-01 04:16:18,604 WARNING tools.url_safety: Blocked request to private/internal address: vmi3427693.tail8c1aaf.ts.net -> 100.71.157.103 2026-09-01 04:16:18,612 WARNING [20260901_041611_414e0142] agent.tool_executor: Tool web_extract returned error (0.03s): { "results": [ { "url": "https://vmi3427693.tail8c1aaf.ts.net/files/opt/ai-os/products/ceo/plans/profile-consolidation-plan.md", "title": "", "content": "", "error": "Blo 2026-09-01 04:16:21,217 WARNING [20260901_041611_414e0142] agent.tool_executor: Tool read_file returned error (0.35s): {"content": "", "total_lines": 0, "file_size": 4055, "truncated": false, "is_binary": true, "is_image": false, "error": "Binary file - cannot display as text. Use appropriate tools to handle this file 2026-09-01 04:17:16,957 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 04:17:35,323 WARNING [20260901_041728_a67dd7bc] agent.tool_executor: Tool web_extract returned error (0.02s): {"success": false, "error": "DuckDuckGo (ddgs) is a search-only backend and cannot extract URL content. Set web.extract_backend to firecrawl, tavily, exa, or parallel."} 2026-09-01 04:22:24,762 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 04:22:40,913 WARNING [20260901_041728_a67dd7bc] agent.tool_executor: Tool terminal returned error (1.87s): {"output": "usage: hermes [-h] [--version] [-z PROMPT] [--usage-file PATH] [-m MODEL]\n [--provider PROVIDER] [--reasoning LEVEL] [-t TOOLSETS]\n [--resume SESSION] [--no-res 2026-09-01 04:22:44,185 WARNING [20260901_041728_a67dd7bc] agent.tool_executor: Tool terminal returned error (1.82s): {"output": "no such task: RD-01", "exit_code": 1, "error": null} 2026-09-01 04:25:08,621 WARNING agent.chat_completion_helpers: Stream ended with no finish_reason after delivering text with no tool calls; treating as a mid-stream drop. 2026-09-01 04:25:39,084 WARNING agent.chat_completion_helpers: Stream ended with no finish_reason after delivering text with no tool calls; treating as a mid-stream drop. 2026-09-01 04:27:31,380 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 04:29:29,085 WARNING [20260901_041728_a67dd7bc] agent.tool_executor: Tool read_file returned error (0.09s): {"content": "", "total_lines": 0, "file_size": 1940, "truncated": false, "is_binary": true, "is_image": false, "error": "Binary file - cannot display as text. Use appropriate tools to handle this file 2026-09-01 04:32:38,459 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 04:37:18,261 WARNING [20260901_041728_a67dd7bc] hermes.lint.lsp: lsp[yaml-language-server] spawn/initialize failed for /opt/ai-os/products/ceo: TimeoutError: 2026-09-01 04:37:47,660 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 04:40:17,077 WARNING [20260901_041728_a67dd7bc] agent.tool_executor: Tool terminal returned error (0.27s): {"output": "/usr/bin/bash: line 3: docker-compose: command not found", "exit_code": 127, "error": null, "cwd": "/opt/ai-os/products/ceo/projects/OpenMAIC/app", "hint": "`docker-compose` is not install 2026-09-01 04:40:26,554 WARNING [20260901_041728_a67dd7bc] agent.tool_executor: Tool terminal returned error (1.60s): {"output": "/usr/bin/docker\nDocker Compose version v5.3.1", "exit_code": 1, "error": null} 2026-09-01 04:40:34,150 WARNING [20260901_041728_a67dd7bc] agent.tool_executor: Tool terminal returned error (0.00s): {"output": "", "exit_code": -1, "error": "This foreground command appears to start a long-lived server/watch process. Run it with background=true, verify readiness (health endpoint/log signal), then e 2026-09-01 04:42:55,000 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 04:48:03,405 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 04:53:11,089 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 04:58:18,802 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 05:03:28,247 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 05:08:35,395 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 05:09:08,403 WARNING [20260901_041728_a67dd7bc] agent.tool_executor: Tool terminal returned error (0.00s): {"output": "", "exit_code": -1, "error": "This foreground command appears to start a long-lived server/watch process. Run it with background=true, verify readiness (health endpoint/log signal), then e 2026-09-01 05:09:50,211 WARNING [20260901_041728_a67dd7bc] agent.tool_executor: Tool write_file returned error (0.00s): {"error": "Background review denied non-whitelisted tool: write_file. Only memory/skill tools are allowed."} 2026-09-01 05:13:42,477 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 05:18:49,045 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 05:23:56,950 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 05:29:03,727 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 05:34:12,462 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 05:39:19,710 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 05:44:26,515 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 05:49:34,521 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 05:54:42,103 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 05:59:50,132 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 06:04:58,517 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 06:10:07,180 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 06:15:15,100 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 06:20:24,369 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 06:25:31,704 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 06:28:40,461 WARNING [20260901_041728_a67dd7bc] agent.tool_executor: Tool write_file returned error (0.00s): {"error": "Refusing to write to sensitive system path: /etc/nginx/sites-enabled/hermes-dashboard\nUse the terminal tool with sudo if you need to modify system files."} 2026-09-01 06:28:43,971 WARNING [20260901_041728_a67dd7bc] agent.tool_executor: Tool terminal returned error (0.35s): {"output": "sed: -e expression #1, char 538: unknown option to `s'", "exit_code": 1, "error": null} 2026-09-01 06:30:40,087 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 06:32:02,985 WARNING gateway.run: Shutdown context: signal=SIGTERM under_systemd=yes parent_pid=1 parent_name=systemd loadavg_1m=1.74 parent_cmdline='/usr/lib/systemd/systemd --system --deserialize=84' 2026-09-01 06:32:08,098 WARNING hermes_cli.plugins: Plugin operate/handoff-task: unknown kind 'command' (valid: backend, exclusive, model-provider, platform, standalone); treating as 'standalone' 2026-09-01 06:32:10,689 WARNING hermes.security_audit: Security posture audit found 1 issue(s) — review your deployment: 2026-09-01 06:32:10,689 WARNING hermes.security_audit: [security 1/1] Running as ROOT. The agent's terminal/file tools execute with full root privileges — a single prompt-injection or exposed endpoint is a full host compromise. Run Hermes as an unprivileged user (or in a sandboxed terminal backend / container with a non-root user). 2026-09-01 06:32:24,116 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 06:32:24,117 WARNING tools.mcp_tool: Failed to connect to MCP server 'stays' (command=stays mcp): Connection closed 2026-09-01 06:32:24,560 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Discovering Telegram API fallback IPs via DNS-over-HTTPS… 2026-09-01 06:32:26,068 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Connecting to Telegram (attempt 1/8)… 2026-09-01 06:32:59,135 WARNING hermes_plugins.feishu_platform.adapter: [Feishu] Unable to hydrate bot name from application info. Grant admin:app.info:readonly or application:application:self_manage so group @mention gating can resolve the bot name precisely. 2026-09-01 06:33:00,031 ERROR Lark: connect failed, err: 1000040351: Incorrect domain name 2026-09-01 06:33:00,479 WARNING gateway.session: gateway.session: pruning stale sessions.json entry 'agent:main:telegram:group:-1003707758328:1' -> 20260831_062925_adf27159 (end_reason='session_reset'); left by a crashed gateway 2026-09-01 06:37:31,458 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 06:42:24,198 WARNING agent.model_metadata: Could not determine context length for model 'default' (base_url=http://localhost:20128/v1) — falling back to 256,000 tokens. Set model.context_length in config.yaml to override. 2026-09-01 06:42:32,271 WARNING tools.registry: check_fn check_bfl_requirements returned False; dependent tools will be unavailable this turn 2026-09-01 06:42:32,321 WARNING tools.registry: check_fn _browser_cdp_check returned False; dependent tools will be unavailable this turn 2026-09-01 06:42:32,329 WARNING tools.registry: check_fn _browser_dialog_check returned False; dependent tools will be unavailable this turn 2026-09-01 06:42:32,376 WARNING tools.registry: check_fn check_computer_use_requirements returned False; dependent tools will be unavailable this turn 2026-09-01 06:42:32,384 WARNING tools.registry: check_fn check_image_generation_requirements returned False; dependent tools will be unavailable this turn 2026-09-01 06:42:32,388 WARNING tools.registry: check_fn _check_kanban_mode returned False; dependent tools will be unavailable this turn 2026-09-01 06:42:32,395 WARNING tools.registry: check_fn _check_kanban_orchestrator_mode returned False; dependent tools will be unavailable this turn 2026-09-01 06:42:39,888 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 06:42:55,080 WARNING [20260901_041728_a67dd7bc] agent.tool_executor: Tool terminal returned error (0.14s): {"output": "% Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n\r 0 0 0 0 0 2026-09-01 06:47:48,520 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 06:52:56,218 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 06:58:03,974 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 07:03:11,249 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 07:08:19,313 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 07:13:27,040 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 07:18:36,014 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 07:23:43,915 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 07:28:51,090 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 07:33:57,790 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 07:39:05,716 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 07:44:13,355 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 07:49:20,565 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 07:54:28,274 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 07:59:35,211 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 08:04:42,861 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 08:09:50,821 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 08:14:58,869 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 08:20:07,550 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 08:25:15,538 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 08:30:24,615 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 08:35:33,114 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 08:40:40,893 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 08:45:48,109 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 08:50:55,317 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 08:56:02,413 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 09:01:09,907 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 09:06:17,921 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 09:11:25,676 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 09:16:33,078 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 09:21:40,991 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 09:26:48,323 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 09:31:56,227 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 09:37:04,380 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 09:42:12,824 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 09:47:20,474 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 09:52:28,708 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 09:57:37,171 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 10:02:45,009 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 10:07:51,893 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 10:13:00,254 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 10:18:09,434 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 10:23:15,918 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 10:28:22,721 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 10:31:50,057 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram flood control on send (attempt 1/3), retrying in 28.0s: Flood control exceeded. Retry in 28 seconds 2026-09-01 10:32:17,238 WARNING cron.scheduler: Job 'c95855e15b06': live adapter send to telegram:-1003707758328 timed out before the coroutine was dispatched, falling back to standalone 2026-09-01 10:32:17,709 WARNING tools.send_message_tool: Parse mode MarkdownV2 failed in _send_telegram, falling back to plain text: Can't parse entities: character '(' is reserved and must be escaped with the preceding '\' 2026-09-01 10:32:21,345 WARNING tools.send_message_tool: Parse mode MarkdownV2 failed in _send_telegram, falling back to plain text: Can't parse entities: character '(' is reserved and must be escaped with the preceding '\' 2026-09-01 10:32:24,809 WARNING tools.send_message_tool: Parse mode MarkdownV2 failed in _send_telegram, falling back to plain text: Can't parse entities: character '(' is reserved and must be escaped with the preceding '\' 2026-09-01 10:32:25,128 WARNING tools.send_message_tool: Parse mode MarkdownV2 failed in _send_telegram, falling back to plain text: Can't parse entities: character '(' is reserved and must be escaped with the preceding '\' 2026-09-01 10:32:30,141 ERROR cron.scheduler: Job 'c95855e15b06': delivery error: Telegram send failed: Timed out 2026-09-01 10:32:58,816 WARNING [20260901_041728_a67dd7bc] agent.tool_executor: Tool terminal returned error (0.53s): {"output": "% Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n\r 0 0 0 0 0 2026-09-01 10:33:25,985 WARNING [20260901_041728_a67dd7bc] agent.tool_executor: Tool terminal returned error (0.30s): {"output": "sending serve config: updating config: listener already exists for port 443", "exit_code": 1, "error": null} 2026-09-01 10:33:30,425 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 10:38:37,893 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 10:43:45,886 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 10:48:52,963 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 10:54:00,978 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 10:59:09,072 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 11:04:16,522 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 11:09:24,505 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 11:14:31,973 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 11:19:39,211 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 11:24:46,151 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 11:29:54,643 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 11:35:02,666 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 11:40:09,382 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 11:43:19,687 WARNING agent.model_metadata: Could not determine context length for model 'complex' (base_url=http://localhost:20128/v1) — falling back to 256,000 tokens. Set model.context_length in config.yaml to override. 2026-09-01 11:43:59,720 WARNING agent.chat_completion_helpers: Stream ended with no finish_reason after delivering text with no tool calls; treating as a mid-stream drop. 2026-09-01 11:44:00,467 WARNING agent.chat_completion_helpers: Stream ended with no finish_reason after delivering text with no tool calls; treating as a mid-stream drop. 2026-09-01 11:44:00,822 WARNING agent.chat_completion_helpers: Stream ended with no finish_reason after delivering text with no tool calls; treating as a mid-stream drop. 2026-09-01 11:44:01,796 WARNING agent.chat_completion_helpers: Stream ended with no finish_reason after delivering text with no tool calls; treating as a mid-stream drop. 2026-09-01 11:44:39,112 WARNING [20260901_041728_a67dd7bc] agent.tool_executor: Tool terminal returned error (0.15s): {"output": "", "exit_code": 1, "error": null} 2026-09-01 11:44:46,081 WARNING [20260901_041728_a67dd7bc] agent.tool_executor: Tool read_file returned error (0.11s): {"content": "", "total_lines": 0, "file_size": 9342, "truncated": false, "is_binary": true, "is_image": false, "error": "Binary file - cannot display as text. Use appropriate tools to handle this file 2026-09-01 11:45:17,499 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 11:49:02,476 WARNING agent.chat_completion_helpers: Stream ended with no finish_reason after delivering text with no tool calls; treating as a mid-stream drop. 2026-09-01 11:50:09,290 WARNING agent.chat_completion_helpers: Stream ended with no finish_reason after delivering text with no tool calls; treating as a mid-stream drop. 2026-09-01 11:50:10,172 WARNING agent.chat_completion_helpers: Stream ended with no finish_reason after delivering text with no tool calls; treating as a mid-stream drop. 2026-09-01 11:50:10,730 WARNING agent.chat_completion_helpers: Stream ended with no finish_reason after delivering text with no tool calls; treating as a mid-stream drop. 2026-09-01 11:50:25,203 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 11:55:34,118 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 12:00:36,772 WARNING [20260901_041611_414e0142] agent.tool_executor: Tool terminal returned error (2.27s): {"output": "Error: 'hermes model' requires an interactive terminal.\nIt cannot be run through a pipe or non-interactive subprocess.\nRun it directly in your terminal instead.", "exit_code": 1, "error" 2026-09-01 12:00:39,407 WARNING agent.chat_completion_helpers: Stream ended with no finish_reason after delivering text with no tool calls; treating as a mid-stream drop. 2026-09-01 12:00:42,252 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 12:05:49,781 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 12:10:57,976 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 12:16:05,312 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 12:21:13,320 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 12:26:21,571 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 12:31:29,408 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 12:36:37,126 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 12:41:44,525 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 12:46:52,435 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 12:51:59,260 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 12:57:06,859 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 13:02:14,347 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 13:07:21,758 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 13:12:28,614 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 13:17:37,350 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 13:22:45,831 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 13:27:54,028 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 13:33:02,238 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 13:38:10,235 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 13:43:17,980 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 13:48:24,782 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 13:53:31,661 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 13:58:39,198 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 14:03:46,288 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 14:08:54,281 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 14:14:02,166 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 14:19:10,758 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 14:24:19,377 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 14:29:26,470 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 14:34:34,728 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 14:39:41,877 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 14:44:50,096 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 14:49:57,407 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 14:55:05,669 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 15:00:13,250 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 15:05:21,007 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 15:10:29,517 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 15:15:36,174 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 15:20:44,836 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 15:25:52,281 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 15:30:59,649 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 15:36:08,438 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 15:41:16,611 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 15:46:24,054 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 15:51:31,272 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 15:56:38,748 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 16:01:46,700 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 16:06:54,122 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 16:12:02,154 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 16:17:12,408 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 16:22:20,417 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 16:27:28,539 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 16:32:36,343 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 16:37:44,383 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 16:42:51,054 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 16:47:58,898 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 16:53:06,681 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 16:58:13,824 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 17:03:21,659 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 17:08:29,554 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 17:13:37,115 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 17:18:44,749 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 17:23:51,625 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 17:28:59,330 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 17:34:06,347 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 17:39:14,608 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 17:44:22,418 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 17:49:30,277 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 17:54:37,687 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 17:59:45,992 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 18:04:53,121 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 18:10:00,581 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 18:15:08,192 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 18:20:17,944 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 18:25:24,942 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 18:30:32,121 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 18:35:40,733 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 18:40:48,945 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 18:45:57,616 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 18:51:06,328 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 18:56:14,587 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 19:01:22,320 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 19:06:29,463 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 19:11:37,394 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 19:16:44,563 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 19:21:51,750 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 19:26:58,864 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 19:32:06,046 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 19:37:13,230 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 19:42:21,059 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 19:47:28,588 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 19:52:36,496 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 19:57:44,402 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 20:02:52,782 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 20:07:59,950 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 20:13:07,421 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 20:18:15,444 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 20:23:23,590 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 20:28:32,576 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 20:33:40,281 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 20:38:48,460 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 20:43:55,560 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 20:49:02,221 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 20:54:10,419 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 20:59:17,739 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 21:04:25,324 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 21:09:32,312 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 21:14:39,344 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 21:19:47,211 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 21:24:54,306 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 21:30:02,864 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 21:35:11,284 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 21:40:19,272 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 21:45:26,560 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 21:50:33,821 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 21:55:41,261 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 22:00:48,282 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 22:05:55,080 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 22:11:02,015 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 22:16:09,307 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 22:21:16,970 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 22:26:24,893 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 22:31:32,684 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 22:36:40,305 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 22:41:48,560 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 22:46:56,040 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 22:52:03,919 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 22:57:11,327 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 23:02:19,200 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 23:07:27,288 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 23:12:33,719 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 23:17:42,626 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 23:22:50,284 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 23:27:57,136 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 23:33:04,799 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 23:38:12,931 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 23:43:19,986 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 23:48:26,528 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 23:53:34,368 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-01 23:58:42,118 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 00:00:36,107 WARNING cron.scheduler: Job '380651bcfd02': SKIPPED — global inference config drifted since creation (model 'default' -> 'gemini-3.7-flash') and this job is unpinned. Skipped to prevent unintended spend. Pin explicitly to proceed: `cronjob action=update job_id=380651bcfd02 provider=

model=`. 2026-09-02 00:00:36,108 ERROR cron.scheduler: Job 'seo-dashboard-nightly-sync' failed: RuntimeError: Skipped to prevent unintended spend: global inference config drifted since this job was created (model 'default' -> 'gemini-3.7-flash'), and this job is unpinned. No inference call was made. To run on the new config, pin it explicitly: `cronjob action=update job_id=380651bcfd02 provider= model=` (or pin the original values to keep them). See #44585. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/cron/scheduler.py", line 3623, in run_job raise RuntimeError( RuntimeError: Skipped to prevent unintended spend: global inference config drifted since this job was created (model 'default' -> 'gemini-3.7-flash'), and this job is unpinned. No inference call was made. To run on the new config, pin it explicitly: `cronjob action=update job_id=380651bcfd02 provider= model=` (or pin the original values to keep them). See #44585. 2026-09-02 00:00:42,297 WARNING plugins.platforms.telegram.telegram_network: [Telegram] Primary api.telegram.org connection failed ([Errno -3] Temporary failure in name resolution); trying fallback IPs 149.154.166.110 2026-09-02 00:00:45,851 WARNING plugins.platforms.telegram.telegram_network: [Telegram] Fallback IP 149.154.166.110 failed: All connection attempts failed 2026-09-02 00:00:45,852 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Network error on send (attempt 1/3), retrying in 1s: httpx.ConnectError: All connection attempts failed 2026-09-02 00:00:56,858 WARNING plugins.platforms.telegram.telegram_network: [Telegram] Primary api.telegram.org connection failed (); trying fallback IPs 149.154.166.110 2026-09-02 00:01:06,877 WARNING plugins.platforms.telegram.telegram_network: [Telegram] Fallback IP 149.154.166.110 failed: 2026-09-02 00:01:06,877 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Network error on send (attempt 2/3), retrying in 2s: Timed out 2026-09-02 00:01:18,882 WARNING plugins.platforms.telegram.telegram_network: [Telegram] Primary api.telegram.org connection failed (); trying fallback IPs 149.154.166.110 2026-09-02 00:01:30,716 WARNING plugins.platforms.telegram.telegram_network: [Telegram] Primary api.telegram.org connection failed (); trying fallback IPs 149.154.166.110 2026-09-02 00:01:33,417 WARNING plugins.platforms.telegram.telegram_network: [Telegram] Primary api.telegram.org connection failed (); trying fallback IPs 149.154.166.110 2026-09-02 00:01:36,459 WARNING cron.scheduler: Job '380651bcfd02': live adapter send to telegram:-1004404142589 timed out before the coroutine was dispatched, falling back to standalone 2026-09-02 00:01:38,418 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling degraded (heartbeat probe); gateway stays alive and will retry. Error: 2026-09-02 00:01:38,420 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: 2026-09-02 00:01:46,511 ERROR cron.scheduler: Job '380651bcfd02': delivery error: Telegram send failed: Timed out 2026-09-02 00:01:53,425 WARNING plugins.platforms.telegram.telegram_network: [Telegram] Primary api.telegram.org connection failed (); trying fallback IPs 149.154.166.110 2026-09-02 00:01:58,425 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] updater.stop() timed out during network-error reconnect (likely CLOSE-WAIT socket); forcing drain and restart without clean stop 2026-09-02 00:02:08,433 WARNING plugins.platforms.telegram.telegram_network: [Telegram] Primary api.telegram.org connection failed (); trying fallback IPs 149.154.166.110 2026-09-02 00:02:21,691 WARNING plugins.platforms.telegram.telegram_network: [Telegram] Fallback IP 149.154.166.110 failed: 2026-09-02 00:02:21,692 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Timed out: Timed out. Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 101, in handle_async_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 78, in handle_async_request stream = await self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 156, in _connect stream = await stream.start_tls(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 67, in start_tls with map_exceptions(exc_map): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request res = await self._client.request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 157, in handle_async_request raise last_error File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 122, in handle_async_request response = await transport.handle_async_request(candidate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper code, payload = await self.do_request( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request raise TimedOut from err telegram.error.TimedOut: Timed out 2026-09-02 00:02:21,775 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Timed out 2026-09-02 00:02:21,776 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 2/10), reconnecting in 10s. Error: Timed out 2026-09-02 00:02:46,298 WARNING plugins.platforms.telegram.telegram_network: [Telegram] Primary api.telegram.org connection failed (); trying fallback IPs 149.154.166.110 2026-09-02 00:02:58,199 WARNING plugins.platforms.telegram.telegram_network: [Telegram] Fallback IP 149.154.166.110 failed: 2026-09-02 00:02:58,200 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Timed out: Timed out. Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 101, in handle_async_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 78, in handle_async_request stream = await self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 156, in _connect stream = await stream.start_tls(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 67, in start_tls with map_exceptions(exc_map): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request res = await self._client.request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 157, in handle_async_request raise last_error File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 122, in handle_async_request response = await transport.handle_async_request(candidate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper code, payload = await self.do_request( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request raise TimedOut from err telegram.error.TimedOut: Timed out 2026-09-02 00:02:58,218 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Timed out 2026-09-02 00:02:58,219 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 3/10), reconnecting in 20s. Error: Timed out 2026-09-02 00:03:18,425 WARNING plugins.platforms.telegram.telegram_network: [Telegram] Primary api.telegram.org connection failed (); trying fallback IPs 149.154.166.110 2026-09-02 00:03:28,225 WARNING plugins.platforms.telegram.telegram_network: [Telegram] Primary api.telegram.org connection failed (); trying fallback IPs 149.154.166.110 2026-09-02 00:03:38,229 WARNING plugins.platforms.telegram.telegram_network: [Telegram] Fallback IP 149.154.166.110 failed: 2026-09-02 00:03:38,229 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Timed out: Timed out. Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 101, in handle_async_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 78, in handle_async_request stream = await self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 124, in _connect stream = await self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/auto.py", line 31, in connect_tcp return await self._backend.connect_tcp( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 113, in connect_tcp with map_exceptions(exc_map): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request res = await self._client.request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 157, in handle_async_request raise last_error File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 122, in handle_async_request response = await transport.handle_async_request(candidate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper code, payload = await self.do_request( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request raise TimedOut from err telegram.error.TimedOut: Timed out 2026-09-02 00:03:38,281 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Timed out 2026-09-02 00:03:38,289 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 4/10), reconnecting in 40s. Error: Timed out 2026-09-02 00:03:49,376 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 00:04:28,304 WARNING plugins.platforms.telegram.telegram_network: [Telegram] Primary api.telegram.org connection failed (); trying fallback IPs 149.154.166.110 2026-09-02 00:04:38,317 WARNING plugins.platforms.telegram.telegram_network: [Telegram] Fallback IP 149.154.166.110 failed: 2026-09-02 00:04:38,318 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Timed out: Timed out. Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 101, in handle_async_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 78, in handle_async_request stream = await self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 124, in _connect stream = await self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/auto.py", line 31, in connect_tcp return await self._backend.connect_tcp( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 113, in connect_tcp with map_exceptions(exc_map): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request res = await self._client.request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 157, in handle_async_request raise last_error File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 122, in handle_async_request response = await transport.handle_async_request(candidate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper code, payload = await self.do_request( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request raise TimedOut from err telegram.error.TimedOut: Timed out 2026-09-02 00:04:38,369 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Timed out 2026-09-02 00:04:38,370 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 5/10), reconnecting in 60s. Error: Timed out 2026-09-02 00:08:57,294 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 00:14:04,311 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 00:19:11,850 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 00:24:19,239 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 00:29:26,537 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 00:34:34,414 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 00:39:42,412 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 00:44:49,249 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 00:49:58,072 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 00:55:07,497 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 01:00:14,464 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 01:05:23,088 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 01:10:31,644 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 01:15:38,435 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 01:20:47,030 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 01:25:55,209 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 01:31:02,554 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 01:36:10,685 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 01:41:18,372 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 01:46:25,884 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 01:51:32,982 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 01:56:40,155 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 02:01:47,193 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 02:06:54,357 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 02:12:01,965 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 02:17:13,763 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 02:22:21,463 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 02:27:29,635 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 02:32:37,565 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 02:37:44,679 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 02:42:52,601 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 02:47:59,865 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 02:53:08,032 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 02:58:15,295 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 03:03:23,039 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 03:08:30,691 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 03:13:38,315 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 03:18:46,061 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 03:23:53,130 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 03:29:00,267 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 03:34:07,763 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 03:39:15,256 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 03:44:23,534 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 03:49:31,064 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 03:54:39,559 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 03:59:46,837 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 04:04:54,703 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 04:10:01,970 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 04:15:10,151 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 04:20:17,548 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 04:25:24,449 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 04:30:32,108 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 04:35:39,739 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 04:40:48,092 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 04:45:54,891 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 04:51:02,572 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 04:56:09,483 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 05:01:16,330 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 05:06:23,335 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 05:11:31,288 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 05:16:38,983 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 05:21:46,321 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 05:26:54,379 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 05:32:02,571 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 05:37:09,023 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 05:42:16,950 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 05:47:25,067 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 05:52:32,311 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 05:57:39,069 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 06:02:47,586 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 06:07:55,151 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 06:13:02,693 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 06:18:10,414 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 06:23:17,897 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 06:28:25,969 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 06:33:34,563 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 06:38:42,441 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 06:43:50,758 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 06:48:58,116 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 06:54:05,901 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 06:59:13,402 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 07:04:20,488 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 07:09:27,388 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 07:14:34,583 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 07:19:42,200 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 07:24:50,343 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 07:29:58,154 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 07:35:06,534 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 07:40:13,787 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 07:45:21,128 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 07:50:29,395 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 07:55:36,670 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 08:00:43,822 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 08:05:52,432 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 08:10:59,450 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 08:16:08,096 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 08:21:15,556 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 08:26:22,889 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 08:31:30,058 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 08:36:37,419 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 08:41:46,019 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 08:46:53,507 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 08:52:01,761 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 08:54:27,182 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network _redact_telegram_error_text(error), scheduling reconnect: httpx.ReadError: 2026-09-02 08:54:27,185 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: httpx.ReadError: 2026-09-02 08:57:09,474 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 09:02:17,064 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 09:07:25,780 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 09:12:33,961 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 09:17:43,480 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 09:22:51,019 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 09:27:57,805 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 09:33:06,059 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 09:38:14,203 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 09:43:21,536 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 09:48:29,622 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 09:53:37,070 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 09:58:44,120 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 10:03:51,328 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 10:08:58,276 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 10:14:05,384 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 10:19:13,633 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 10:24:22,054 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 10:29:29,376 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 10:34:36,524 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 10:39:43,347 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 10:44:51,010 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 10:49:57,969 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 10:55:06,559 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 11:00:15,129 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 11:05:21,859 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 11:10:29,730 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 11:15:37,890 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 11:20:45,685 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 11:25:54,164 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 11:31:01,608 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 11:36:09,977 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 11:41:18,570 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 11:46:25,386 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 11:51:32,358 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 11:56:39,066 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 12:01:46,573 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 12:06:53,668 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 12:12:00,415 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 12:17:08,793 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 12:22:16,705 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 12:27:25,079 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 12:32:32,717 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 12:37:41,040 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 12:42:50,015 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 12:47:57,133 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 12:53:05,652 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 12:58:13,363 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 13:03:20,529 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 13:08:28,321 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 13:13:36,234 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 13:18:44,207 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 13:23:52,763 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 13:29:00,193 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 13:34:08,379 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 13:39:15,998 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 13:44:23,594 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 13:49:31,247 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 13:54:39,851 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 13:59:46,742 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 14:04:53,844 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 14:10:01,479 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 14:15:09,784 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 14:20:18,162 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 14:25:25,815 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 14:30:33,075 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 14:35:39,492 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 14:40:47,060 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 14:45:54,261 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 14:51:01,955 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 14:56:10,468 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 15:01:18,451 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 15:06:26,553 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 15:11:33,231 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 15:16:40,381 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 15:21:48,396 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 15:26:55,034 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 15:32:03,335 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 15:37:11,037 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 15:42:18,981 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 15:47:25,842 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 15:52:32,862 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 15:57:40,374 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 16:02:47,343 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 16:07:54,739 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 16:13:01,825 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 16:18:09,484 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 16:23:17,250 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 16:28:24,460 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 16:33:33,090 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 16:38:40,833 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 16:43:48,434 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 16:48:56,012 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 16:54:02,831 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 16:59:10,314 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 17:04:18,337 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 17:09:25,212 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 17:14:33,674 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 17:19:40,973 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 17:24:48,614 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 17:29:55,962 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 17:35:03,449 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 17:40:10,827 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 17:45:17,501 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 17:50:25,465 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 17:55:32,828 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 18:00:41,460 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 18:05:48,895 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 18:10:56,123 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 18:16:03,655 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 18:21:11,794 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 18:26:19,739 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 18:31:27,672 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 18:36:35,732 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 18:41:43,190 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 18:46:51,668 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 18:51:59,944 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 18:57:07,247 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 19:02:15,516 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 19:07:22,677 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 19:12:29,906 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 19:17:37,818 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 19:22:45,202 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 19:27:52,316 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 19:33:00,805 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 19:38:08,039 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 19:43:15,926 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 19:48:24,210 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 19:53:32,343 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 19:58:39,145 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 20:03:47,150 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 20:08:54,465 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 20:14:02,187 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 20:19:11,096 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 20:24:18,357 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 20:29:25,314 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 20:34:33,784 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 20:39:40,829 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 20:44:48,040 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 20:49:56,145 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 20:55:03,237 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 21:00:12,168 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 21:05:20,563 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 21:10:27,759 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 21:15:36,267 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 21:20:44,716 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 21:25:52,132 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 21:30:59,987 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 21:36:07,089 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 21:41:13,955 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 21:46:22,620 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 21:51:30,581 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 21:56:37,335 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 22:01:45,174 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 22:06:52,002 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 22:11:59,369 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 22:17:07,782 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 22:22:14,625 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 22:27:21,973 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 22:32:30,340 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 22:37:36,908 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 22:42:45,028 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 22:47:53,108 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 22:53:00,539 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 22:58:08,558 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 23:03:15,887 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 23:08:23,547 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 23:13:31,423 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 23:18:38,555 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 23:23:45,804 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 23:28:53,563 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 23:34:00,634 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 23:39:08,726 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 23:44:16,194 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 23:49:23,114 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 23:54:30,159 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-02 23:59:38,169 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 00:00:38,477 WARNING cron.scheduler: Job '380651bcfd02': SKIPPED — global inference config drifted since creation (model 'default' -> 'gemini-3.7-flash') and this job is unpinned. Skipped to prevent unintended spend. Pin explicitly to proceed: `cronjob action=update job_id=380651bcfd02 provider=

model=`. 2026-09-03 00:00:38,480 ERROR cron.scheduler: Job 'seo-dashboard-nightly-sync' failed: RuntimeError: Skipped to prevent unintended spend: global inference config drifted since this job was created (model 'default' -> 'gemini-3.7-flash'), and this job is unpinned. No inference call was made. To run on the new config, pin it explicitly: `cronjob action=update job_id=380651bcfd02 provider= model=` (or pin the original values to keep them). See #44585. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/cron/scheduler.py", line 3623, in run_job raise RuntimeError( RuntimeError: Skipped to prevent unintended spend: global inference config drifted since this job was created (model 'default' -> 'gemini-3.7-flash'), and this job is unpinned. No inference call was made. To run on the new config, pin it explicitly: `cronjob action=update job_id=380651bcfd02 provider= model=` (or pin the original values to keep them). See #44585. 2026-09-03 00:04:44,963 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 00:09:51,553 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 00:14:58,506 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 00:20:06,918 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 00:25:16,704 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 00:30:24,337 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 00:35:32,787 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 00:40:40,836 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 00:45:48,936 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 00:50:56,314 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 00:56:03,513 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 01:01:10,901 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 01:06:19,209 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 01:11:26,635 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 01:16:33,234 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 01:21:41,096 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 01:26:49,696 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 01:31:56,569 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 01:37:03,183 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 01:42:10,463 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 01:47:18,100 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 01:52:25,157 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 01:57:32,508 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 02:02:40,297 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 02:07:47,359 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 02:12:55,297 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 02:18:03,631 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 02:23:11,728 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 02:28:19,207 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 02:33:26,992 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 02:38:34,160 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 02:43:41,427 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 02:48:49,072 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 02:53:56,573 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 02:59:05,187 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 03:04:12,629 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 03:09:20,803 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 03:14:28,585 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 03:15:07,591 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network _redact_telegram_error_text(error), scheduling reconnect: Bad Gateway 2026-09-03 03:15:07,594 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: Bad Gateway 2026-09-03 03:15:16,021 ERROR telegram.ext.Updater: Error while calling `get_updates` one more time to mark all fetched updates. Suppressing error to ensure graceful shutdown. When polling for updates is restarted, updates may be fetched again. Please adjust timeouts via `ApplicationBuilder` or the parameter `get_updates_request` of `Bot`. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 400, in _get_updates_cleanup await self.bot.get_updates( File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 671, in get_updates updates = await super().get_updates( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 4860, in get_updates await self._post( File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper raise exception telegram.error.NetworkError: Bad Gateway 2026-09-03 03:15:16,321 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper raise exception telegram.error.NetworkError: Bad Gateway 2026-09-03 03:15:16,332 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Bad Gateway 2026-09-03 03:15:16,332 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 2/10), reconnecting in 10s. Error: Bad Gateway 2026-09-03 03:15:46,422 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Timed out: Timed out. Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 32, in read with map_exceptions(exc_map): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request res = await self._client.request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 122, in handle_async_request response = await transport.handle_async_request(candidate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper code, payload = await self.do_request( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request raise TimedOut from err telegram.error.TimedOut: Timed out 2026-09-03 03:15:46,483 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Timed out 2026-09-03 03:15:46,483 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 3/10), reconnecting in 20s. Error: Timed out 2026-09-03 03:19:36,449 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 03:24:44,385 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 03:29:51,644 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 03:34:58,363 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 03:40:05,830 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 03:45:13,661 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 03:50:21,001 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 03:55:29,536 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 04:00:37,103 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 04:05:44,974 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 04:10:53,477 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 04:16:01,431 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 04:21:09,971 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 04:26:18,236 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 04:31:26,219 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 04:36:33,802 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 04:41:41,094 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 04:46:48,776 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 04:51:55,691 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 04:57:03,242 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 05:02:11,064 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 05:07:17,791 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 05:12:25,578 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 05:17:33,255 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 05:22:40,923 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 05:27:48,392 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 05:32:55,294 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 05:38:02,134 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 05:43:08,940 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 05:48:16,853 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 05:53:23,319 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 05:58:30,635 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 06:03:37,772 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 06:08:45,470 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 06:13:52,804 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 06:19:00,563 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 06:24:07,539 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 06:29:14,995 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 06:34:22,805 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 06:39:29,388 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 06:44:38,038 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 06:49:45,107 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 06:54:51,412 WARNING gateway.session: gateway.session: routing key 'agent:main:telegram:group:-1003707758328:18' -> 20260901_041611_414e0142 is ended in state.db but still live in sessions.json; dropping stale entry and recovering/recreating the session (#54878) 2026-09-03 06:54:52,440 WARNING [20260901_041611_414e0142] tools.registry: check_fn check_bfl_requirements returned False; dependent tools will be unavailable this turn 2026-09-03 06:54:52,453 WARNING [20260901_041611_414e0142] tools.registry: check_fn _browser_cdp_check returned False; dependent tools will be unavailable this turn 2026-09-03 06:54:52,459 WARNING [20260901_041611_414e0142] tools.registry: check_fn _browser_dialog_check returned False; dependent tools will be unavailable this turn 2026-09-03 06:54:52,467 WARNING [20260901_041611_414e0142] tools.registry: check_fn check_computer_use_requirements returned False; dependent tools will be unavailable this turn 2026-09-03 06:54:52,475 WARNING [20260901_041611_414e0142] tools.registry: check_fn check_image_generation_requirements returned False; dependent tools will be unavailable this turn 2026-09-03 06:54:52,477 WARNING [20260901_041611_414e0142] tools.registry: check_fn _check_kanban_mode returned False; dependent tools will be unavailable this turn 2026-09-03 06:54:52,478 WARNING [20260901_041611_414e0142] tools.registry: check_fn _check_kanban_orchestrator_mode returned False; dependent tools will be unavailable this turn 2026-09-03 06:54:52,804 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 06:55:58,311 WARNING [20260903_065451_9a31c4dd] agent.tool_executor: Tool terminal returned error (0.14s): {"output": "Traceback (most recent call last):\n File \"\", line 2, in \nModuleNotFoundError: No module named 'pdfplumber'", "exit_code": 1, "error": null, "hint": "Python cannot impo 2026-09-03 06:56:15,970 WARNING [20260903_065451_9a31c4dd] agent.tool_executor: Tool terminal returned error (0.14s): {"output": "Traceback (most recent call last):\n File \"\", line 2, in \nModuleNotFoundError: No module named 'fitz'", "exit_code": 1, "error": null, "hint": "Python cannot import 'fi 2026-09-03 06:57:46,012 WARNING [20260903_065451_9a31c4dd] agent.tool_executor: Tool terminal returned error (0.25s): {"output": "Traceback (most recent call last):\n File \"\", line 2, in \nModuleNotFoundError: No module named 'pdfminer'", "exit_code": 1, "error": null, "hint": "Python cannot import 2026-09-03 07:00:00,473 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 07:05:07,986 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 07:06:32,912 ERROR agent.chat_completion_helpers: Streaming failed before delivery: Error code: 429 - {'error': {'message': '[gemini/gemini-3.7-flash] [429]: {\n "error": {\n "code": 429,\n "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/rate-limit. \\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_input_token_count, limit: 250000, model: gemini-3.7-flash\\nPlease retry in 27.113193912s.",\n "status": "RESOURCE_EXHAUSTED",\n "details": [\n {\n "@type": "type.googleapis.com/google.rpc.Help",\n "links": [\n {\n "description": "Learn more about Gemini API quotas",\n "url": "https://ai.google.dev/gemini-api/docs/rate-limits"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.QuotaFailure",\n "violations": [\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_input_token_count",\n "quotaId": "GenerateContentInputTokensPerModelPerMinute-FreeTier",\n "quotaDimensions": {\n "location": "global",\n "model": "gemini-3.7-flash"\n },\n "quotaValue": "250000"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.RetryInfo",\n "retryDelay": "27s"\n }\n ]\n }\n}\n (reset after 2s)'}} Traceback (most recent call last): File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3992, in _call result["response"] = _call_chat_completions(stream_attempt_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3341, in _call_chat_completions relay_llm.stream( File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 333, in stream return ManagedLlmStream( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 407, in __init__ raw_stream = stream_factory(request) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3279, in _open_stream return request_client.chat.completions.create(**stream_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/resources/chat/completions/completions.py", line 1204, in create return self._post( ^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1297, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1070, in request raise self._make_status_error_from_response(err.response) from None openai.RateLimitError: Error code: 429 - {'error': {'message': '[gemini/gemini-3.7-flash] [429]: {\n "error": {\n "code": 429,\n "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/rate-limit. \\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_input_token_count, limit: 250000, model: gemini-3.7-flash\\nPlease retry in 27.113193912s.",\n "status": "RESOURCE_EXHAUSTED",\n "details": [\n {\n "@type": "type.googleapis.com/google.rpc.Help",\n "links": [\n {\n "description": "Learn more about Gemini API quotas",\n "url": "https://ai.google.dev/gemini-api/docs/rate-limits"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.QuotaFailure",\n "violations": [\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_input_token_count",\n "quotaId": "GenerateContentInputTokensPerModelPerMinute-FreeTier",\n "quotaDimensions": {\n "location": "global",\n "model": "gemini-3.7-flash"\n },\n "quotaValue": "250000"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.RetryInfo",\n "retryDelay": "27s"\n }\n ]\n }\n}\n (reset after 2s)'}} 2026-09-03 07:06:32,982 WARNING [20260903_065451_9a31c4dd] agent.conversation_loop: API call failed (attempt 1/3) error_type=RateLimitError thread=hermes-gateway_0:132665604826816 provider=custom base_url=http://localhost:20128/v1 model=gemini-3.7-flash summary=HTTP 429: [gemini/gemini-3.7-flash] [429]: { "error": { "code": 429, "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https: 2026-09-03 07:06:32,984 WARNING [20260903_065451_9a31c4dd] agent.conversation_loop: Retrying API call in 2.0s (attempt 1/3) thread=hermes-gateway_0:132665604826816 provider=custom base_url=http://localhost:20128/v1 model=gemini-3.7-flash policy=default error=Error code: 429 - {'error': {'message': '[gemini/gemini-3.7-flash] [429]: {\n "error": {\n "code": 429,\n "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/rate-limit. \\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_input_token_count, limit: 250000, model: gemini-3.7-flash\\nPlease retry in 27.113193912s.",\n "status": "RESOURCE_EXHAUSTED",\n "details": [\n {\n "@type": "type.googleapis.com/google.rpc.Help",\n "links": [\n {\n "description": "Learn more about Gemini API quotas",\n "url": "https://ai.google.dev/gemini-api/docs/rate-limits"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.QuotaFailure",\n "violations": [\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_input_token_count",\n "quotaId": "GenerateContentInputTokensPerModelPerMinute-FreeTier",\n "quotaDimensions": {\n "location": "global",\n "model": "gemini-3.7-flash"\n },\n "quotaValue": "250000"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.RetryInfo",\n "retryDelay": "27s"\n }\n ]\n }\n}\n (reset after 2s)'}} 2026-09-03 07:06:35,298 ERROR agent.chat_completion_helpers: Streaming failed before delivery: Error code: 429 - {'error': {'message': '[gemini/gemini-3.7-flash] [429]: {\n "error": {\n "code": 429,\n "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/rate-limit. \\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_input_token_count, limit: 250000, model: gemini-3.7-flash\\nPlease retry in 24.723685185s.",\n "status": "RESOURCE_EXHAUSTED",\n "details": [\n {\n "@type": "type.googleapis.com/google.rpc.Help",\n "links": [\n {\n "description": "Learn more about Gemini API quotas",\n "url": "https://ai.google.dev/gemini-api/docs/rate-limits"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.QuotaFailure",\n "violations": [\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_input_token_count",\n "quotaId": "GenerateContentInputTokensPerModelPerMinute-FreeTier",\n "quotaDimensions": {\n "location": "global",\n "model": "gemini-3.7-flash"\n },\n "quotaValue": "250000"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.RetryInfo",\n "retryDelay": "24s"\n }\n ]\n }\n}\n (reset after 4s)'}} Traceback (most recent call last): File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3992, in _call result["response"] = _call_chat_completions(stream_attempt_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3341, in _call_chat_completions relay_llm.stream( File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 333, in stream return ManagedLlmStream( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 407, in __init__ raw_stream = stream_factory(request) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3279, in _open_stream return request_client.chat.completions.create(**stream_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/resources/chat/completions/completions.py", line 1204, in create return self._post( ^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1297, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1070, in request raise self._make_status_error_from_response(err.response) from None openai.RateLimitError: Error code: 429 - {'error': {'message': '[gemini/gemini-3.7-flash] [429]: {\n "error": {\n "code": 429,\n "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/rate-limit. \\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_input_token_count, limit: 250000, model: gemini-3.7-flash\\nPlease retry in 24.723685185s.",\n "status": "RESOURCE_EXHAUSTED",\n "details": [\n {\n "@type": "type.googleapis.com/google.rpc.Help",\n "links": [\n {\n "description": "Learn more about Gemini API quotas",\n "url": "https://ai.google.dev/gemini-api/docs/rate-limits"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.QuotaFailure",\n "violations": [\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_input_token_count",\n "quotaId": "GenerateContentInputTokensPerModelPerMinute-FreeTier",\n "quotaDimensions": {\n "location": "global",\n "model": "gemini-3.7-flash"\n },\n "quotaValue": "250000"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.RetryInfo",\n "retryDelay": "24s"\n }\n ]\n }\n}\n (reset after 4s)'}} 2026-09-03 07:06:35,326 WARNING [20260903_065451_9a31c4dd] agent.conversation_loop: API call failed (attempt 2/3) error_type=RateLimitError thread=hermes-gateway_0:132665604826816 provider=custom base_url=http://localhost:20128/v1 model=gemini-3.7-flash summary=HTTP 429: [gemini/gemini-3.7-flash] [429]: { "error": { "code": 429, "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https: 2026-09-03 07:06:35,342 WARNING [20260903_065451_9a31c4dd] agent.conversation_loop: Retrying API call in 4.0s (attempt 2/3) thread=hermes-gateway_0:132665604826816 provider=custom base_url=http://localhost:20128/v1 model=gemini-3.7-flash policy=default error=Error code: 429 - {'error': {'message': '[gemini/gemini-3.7-flash] [429]: {\n "error": {\n "code": 429,\n "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/rate-limit. \\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_input_token_count, limit: 250000, model: gemini-3.7-flash\\nPlease retry in 24.723685185s.",\n "status": "RESOURCE_EXHAUSTED",\n "details": [\n {\n "@type": "type.googleapis.com/google.rpc.Help",\n "links": [\n {\n "description": "Learn more about Gemini API quotas",\n "url": "https://ai.google.dev/gemini-api/docs/rate-limits"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.QuotaFailure",\n "violations": [\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_input_token_count",\n "quotaId": "GenerateContentInputTokensPerModelPerMinute-FreeTier",\n "quotaDimensions": {\n "location": "global",\n "model": "gemini-3.7-flash"\n },\n "quotaValue": "250000"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.RetryInfo",\n "retryDelay": "24s"\n }\n ]\n }\n}\n (reset after 4s)'}} 2026-09-03 07:06:39,618 ERROR agent.chat_completion_helpers: Streaming failed before delivery: Error code: 429 - {'error': {'message': '[gemini/gemini-3.7-flash] [429]: {\n "error": {\n "code": 429,\n "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/rate-limit. \\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_input_token_count, limit: 250000, model: gemini-3.7-flash\\nPlease retry in 20.40787965s.",\n "status": "RESOURCE_EXHAUSTED",\n "details": [\n {\n "@type": "type.googleapis.com/google.rpc.Help",\n "links": [\n {\n "description": "Learn more about Gemini API quotas",\n "url": "https://ai.google.dev/gemini-api/docs/rate-limits"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.QuotaFailure",\n "violations": [\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_input_token_count",\n "quotaId": "GenerateContentInputTokensPerModelPerMinute-FreeTier",\n "quotaDimensions": {\n "location": "global",\n "model": "gemini-3.7-flash"\n },\n "quotaValue": "250000"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.RetryInfo",\n "retryDelay": "20s"\n }\n ]\n }\n}\n (reset after 2s)'}} Traceback (most recent call last): File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3992, in _call result["response"] = _call_chat_completions(stream_attempt_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3341, in _call_chat_completions relay_llm.stream( File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 333, in stream return ManagedLlmStream( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 407, in __init__ raw_stream = stream_factory(request) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3279, in _open_stream return request_client.chat.completions.create(**stream_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/resources/chat/completions/completions.py", line 1204, in create return self._post( ^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1297, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1070, in request raise self._make_status_error_from_response(err.response) from None openai.RateLimitError: Error code: 429 - {'error': {'message': '[gemini/gemini-3.7-flash] [429]: {\n "error": {\n "code": 429,\n "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/rate-limit. \\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_input_token_count, limit: 250000, model: gemini-3.7-flash\\nPlease retry in 20.40787965s.",\n "status": "RESOURCE_EXHAUSTED",\n "details": [\n {\n "@type": "type.googleapis.com/google.rpc.Help",\n "links": [\n {\n "description": "Learn more about Gemini API quotas",\n "url": "https://ai.google.dev/gemini-api/docs/rate-limits"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.QuotaFailure",\n "violations": [\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_input_token_count",\n "quotaId": "GenerateContentInputTokensPerModelPerMinute-FreeTier",\n "quotaDimensions": {\n "location": "global",\n "model": "gemini-3.7-flash"\n },\n "quotaValue": "250000"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.RetryInfo",\n "retryDelay": "20s"\n }\n ]\n }\n}\n (reset after 2s)'}} 2026-09-03 07:06:39,657 WARNING [20260903_065451_9a31c4dd] agent.conversation_loop: API call failed (attempt 3/3) error_type=RateLimitError thread=hermes-gateway_0:132665604826816 provider=custom base_url=http://localhost:20128/v1 model=gemini-3.7-flash summary=HTTP 429: [gemini/gemini-3.7-flash] [429]: { "error": { "code": 429, "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https: 2026-09-03 07:06:39,686 ERROR [20260903_065451_9a31c4dd] agent.conversation_loop: API call failed after 3 retries. HTTP 429: [gemini/gemini-3.7-flash] [429]: { "error": { "code": 429, "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https: | provider=custom model=gemini-3.7-flash msgs=48 tokens=~54,110 2026-09-03 07:07:44,695 ERROR agent.chat_completion_helpers: Streaming failed before delivery: Error code: 429 - {'error': {'message': '[gemini/gemini-3.7-flash] [429]: {\n "error": {\n "code": 429,\n "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/rate-limit. \\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_input_token_count, limit: 250000, model: gemini-3.7-flash\\nPlease retry in 15.399536025s.",\n "status": "RESOURCE_EXHAUSTED",\n "details": [\n {\n "@type": "type.googleapis.com/google.rpc.Help",\n "links": [\n {\n "description": "Learn more about Gemini API quotas",\n "url": "https://ai.google.dev/gemini-api/docs/rate-limits"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.QuotaFailure",\n "violations": [\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_input_token_count",\n "quotaId": "GenerateContentInputTokensPerModelPerMinute-FreeTier",\n "quotaDimensions": {\n "location": "global",\n "model": "gemini-3.7-flash"\n },\n "quotaValue": "250000"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.RetryInfo",\n "retryDelay": "15s"\n }\n ]\n }\n}\n (reset after 2s)'}} Traceback (most recent call last): File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3992, in _call result["response"] = _call_chat_completions(stream_attempt_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3341, in _call_chat_completions relay_llm.stream( File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 333, in stream return ManagedLlmStream( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 407, in __init__ raw_stream = stream_factory(request) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3279, in _open_stream return request_client.chat.completions.create(**stream_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/resources/chat/completions/completions.py", line 1204, in create return self._post( ^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1297, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1070, in request raise self._make_status_error_from_response(err.response) from None openai.RateLimitError: Error code: 429 - {'error': {'message': '[gemini/gemini-3.7-flash] [429]: {\n "error": {\n "code": 429,\n "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/rate-limit. \\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_input_token_count, limit: 250000, model: gemini-3.7-flash\\nPlease retry in 15.399536025s.",\n "status": "RESOURCE_EXHAUSTED",\n "details": [\n {\n "@type": "type.googleapis.com/google.rpc.Help",\n "links": [\n {\n "description": "Learn more about Gemini API quotas",\n "url": "https://ai.google.dev/gemini-api/docs/rate-limits"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.QuotaFailure",\n "violations": [\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_input_token_count",\n "quotaId": "GenerateContentInputTokensPerModelPerMinute-FreeTier",\n "quotaDimensions": {\n "location": "global",\n "model": "gemini-3.7-flash"\n },\n "quotaValue": "250000"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.RetryInfo",\n "retryDelay": "15s"\n }\n ]\n }\n}\n (reset after 2s)'}} 2026-09-03 07:07:44,707 WARNING [20260903_065451_9a31c4dd] agent.conversation_loop: API call failed (attempt 1/3) error_type=RateLimitError thread=hermes-gateway_0:132665604826816 provider=custom base_url=http://localhost:20128/v1 model=gemini-3.7-flash summary=HTTP 429: [gemini/gemini-3.7-flash] [429]: { "error": { "code": 429, "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https: 2026-09-03 07:07:44,709 WARNING [20260903_065451_9a31c4dd] agent.conversation_loop: Retrying API call in 2.0s (attempt 1/3) thread=hermes-gateway_0:132665604826816 provider=custom base_url=http://localhost:20128/v1 model=gemini-3.7-flash policy=default error=Error code: 429 - {'error': {'message': '[gemini/gemini-3.7-flash] [429]: {\n "error": {\n "code": 429,\n "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/rate-limit. \\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_input_token_count, limit: 250000, model: gemini-3.7-flash\\nPlease retry in 15.399536025s.",\n "status": "RESOURCE_EXHAUSTED",\n "details": [\n {\n "@type": "type.googleapis.com/google.rpc.Help",\n "links": [\n {\n "description": "Learn more about Gemini API quotas",\n "url": "https://ai.google.dev/gemini-api/docs/rate-limits"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.QuotaFailure",\n "violations": [\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_input_token_count",\n "quotaId": "GenerateContentInputTokensPerModelPerMinute-FreeTier",\n "quotaDimensions": {\n "location": "global",\n "model": "gemini-3.7-flash"\n },\n "quotaValue": "250000"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.RetryInfo",\n "retryDelay": "15s"\n }\n ]\n }\n}\n (reset after 2s)'}} 2026-09-03 07:07:46,928 ERROR agent.chat_completion_helpers: Streaming failed before delivery: Error code: 429 - {'error': {'message': '[gemini/gemini-3.7-flash] [429]: {\n "error": {\n "code": 429,\n "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/rate-limit. \\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_input_token_count, limit: 250000, model: gemini-3.7-flash\\nPlease retry in 13.098188433s.",\n "status": "RESOURCE_EXHAUSTED",\n "details": [\n {\n "@type": "type.googleapis.com/google.rpc.Help",\n "links": [\n {\n "description": "Learn more about Gemini API quotas",\n "url": "https://ai.google.dev/gemini-api/docs/rate-limits"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.QuotaFailure",\n "violations": [\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_input_token_count",\n "quotaId": "GenerateContentInputTokensPerModelPerMinute-FreeTier",\n "quotaDimensions": {\n "model": "gemini-3.7-flash",\n "location": "global"\n },\n "quotaValue": "250000"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.RetryInfo",\n "retryDelay": "13s"\n }\n ]\n }\n}\n (reset after 4s)'}} Traceback (most recent call last): File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3992, in _call result["response"] = _call_chat_completions(stream_attempt_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3341, in _call_chat_completions relay_llm.stream( File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 333, in stream return ManagedLlmStream( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 407, in __init__ raw_stream = stream_factory(request) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3279, in _open_stream return request_client.chat.completions.create(**stream_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/resources/chat/completions/completions.py", line 1204, in create return self._post( ^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1297, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1070, in request raise self._make_status_error_from_response(err.response) from None openai.RateLimitError: Error code: 429 - {'error': {'message': '[gemini/gemini-3.7-flash] [429]: {\n "error": {\n "code": 429,\n "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/rate-limit. \\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_input_token_count, limit: 250000, model: gemini-3.7-flash\\nPlease retry in 13.098188433s.",\n "status": "RESOURCE_EXHAUSTED",\n "details": [\n {\n "@type": "type.googleapis.com/google.rpc.Help",\n "links": [\n {\n "description": "Learn more about Gemini API quotas",\n "url": "https://ai.google.dev/gemini-api/docs/rate-limits"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.QuotaFailure",\n "violations": [\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_input_token_count",\n "quotaId": "GenerateContentInputTokensPerModelPerMinute-FreeTier",\n "quotaDimensions": {\n "model": "gemini-3.7-flash",\n "location": "global"\n },\n "quotaValue": "250000"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.RetryInfo",\n "retryDelay": "13s"\n }\n ]\n }\n}\n (reset after 4s)'}} 2026-09-03 07:07:46,952 WARNING [20260903_065451_9a31c4dd] agent.conversation_loop: API call failed (attempt 2/3) error_type=RateLimitError thread=hermes-gateway_0:132665604826816 provider=custom base_url=http://localhost:20128/v1 model=gemini-3.7-flash summary=HTTP 429: [gemini/gemini-3.7-flash] [429]: { "error": { "code": 429, "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https: 2026-09-03 07:07:46,953 WARNING [20260903_065451_9a31c4dd] agent.conversation_loop: Retrying API call in 4.0s (attempt 2/3) thread=hermes-gateway_0:132665604826816 provider=custom base_url=http://localhost:20128/v1 model=gemini-3.7-flash policy=default error=Error code: 429 - {'error': {'message': '[gemini/gemini-3.7-flash] [429]: {\n "error": {\n "code": 429,\n "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/rate-limit. \\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_input_token_count, limit: 250000, model: gemini-3.7-flash\\nPlease retry in 13.098188433s.",\n "status": "RESOURCE_EXHAUSTED",\n "details": [\n {\n "@type": "type.googleapis.com/google.rpc.Help",\n "links": [\n {\n "description": "Learn more about Gemini API quotas",\n "url": "https://ai.google.dev/gemini-api/docs/rate-limits"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.QuotaFailure",\n "violations": [\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_input_token_count",\n "quotaId": "GenerateContentInputTokensPerModelPerMinute-FreeTier",\n "quotaDimensions": {\n "model": "gemini-3.7-flash",\n "location": "global"\n },\n "quotaValue": "250000"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.RetryInfo",\n "retryDelay": "13s"\n }\n ]\n }\n}\n (reset after 4s)'}} 2026-09-03 07:07:51,282 ERROR agent.chat_completion_helpers: Streaming failed before delivery: Error code: 429 - {'error': {'message': '[gemini/gemini-3.7-flash] [429]: {\n "error": {\n "code": 429,\n "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/rate-limit. \\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_input_token_count, limit: 250000, model: gemini-3.7-flash\\nPlease retry in 8.75399895s.",\n "status": "RESOURCE_EXHAUSTED",\n "details": [\n {\n "@type": "type.googleapis.com/google.rpc.Help",\n "links": [\n {\n "description": "Learn more about Gemini API quotas",\n "url": "https://ai.google.dev/gemini-api/docs/rate-limits"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.QuotaFailure",\n "violations": [\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_input_token_count",\n "quotaId": "GenerateContentInputTokensPerModelPerMinute-FreeTier",\n "quotaDimensions": {\n "location": "global",\n "model": "gemini-3.7-flash"\n },\n "quotaValue": "250000"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.RetryInfo",\n "retryDelay": "8s"\n }\n ]\n }\n}\n (reset after 3s)'}} Traceback (most recent call last): File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3992, in _call result["response"] = _call_chat_completions(stream_attempt_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3341, in _call_chat_completions relay_llm.stream( File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 333, in stream return ManagedLlmStream( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 407, in __init__ raw_stream = stream_factory(request) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3279, in _open_stream return request_client.chat.completions.create(**stream_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/resources/chat/completions/completions.py", line 1204, in create return self._post( ^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1297, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1070, in request raise self._make_status_error_from_response(err.response) from None openai.RateLimitError: Error code: 429 - {'error': {'message': '[gemini/gemini-3.7-flash] [429]: {\n "error": {\n "code": 429,\n "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/rate-limit. \\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_input_token_count, limit: 250000, model: gemini-3.7-flash\\nPlease retry in 8.75399895s.",\n "status": "RESOURCE_EXHAUSTED",\n "details": [\n {\n "@type": "type.googleapis.com/google.rpc.Help",\n "links": [\n {\n "description": "Learn more about Gemini API quotas",\n "url": "https://ai.google.dev/gemini-api/docs/rate-limits"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.QuotaFailure",\n "violations": [\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_input_token_count",\n "quotaId": "GenerateContentInputTokensPerModelPerMinute-FreeTier",\n "quotaDimensions": {\n "location": "global",\n "model": "gemini-3.7-flash"\n },\n "quotaValue": "250000"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.RetryInfo",\n "retryDelay": "8s"\n }\n ]\n }\n}\n (reset after 3s)'}} 2026-09-03 07:07:51,323 WARNING [20260903_065451_9a31c4dd] agent.conversation_loop: API call failed (attempt 3/3) error_type=RateLimitError thread=hermes-gateway_0:132665604826816 provider=custom base_url=http://localhost:20128/v1 model=gemini-3.7-flash summary=HTTP 429: [gemini/gemini-3.7-flash] [429]: { "error": { "code": 429, "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https: 2026-09-03 07:07:51,326 ERROR [20260903_065451_9a31c4dd] agent.conversation_loop: API call failed after 3 retries. HTTP 429: [gemini/gemini-3.7-flash] [429]: { "error": { "code": 429, "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https: | provider=custom model=gemini-3.7-flash msgs=53 tokens=~57,523 2026-09-03 07:08:41,981 ERROR agent.chat_completion_helpers: Streaming failed before delivery: Error code: 429 - {'error': {'message': '[gemini/gemini-3.7-flash] [429]: {\n "error": {\n "code": 429,\n "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/rate-limit. \\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_input_token_count, limit: 250000, model: gemini-3.7-flash\\nPlease retry in 18.04262559s.",\n "status": "RESOURCE_EXHAUSTED",\n "details": [\n {\n "@type": "type.googleapis.com/google.rpc.Help",\n "links": [\n {\n "description": "Learn more about Gemini API quotas",\n "url": "https://ai.google.dev/gemini-api/docs/rate-limits"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.QuotaFailure",\n "violations": [\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_input_token_count",\n "quotaId": "GenerateContentInputTokensPerModelPerMinute-FreeTier",\n "quotaDimensions": {\n "model": "gemini-3.7-flash",\n "location": "global"\n },\n "quotaValue": "250000"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.RetryInfo",\n "retryDelay": "18s"\n }\n ]\n }\n}\n (reset after 2s)'}} Traceback (most recent call last): File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3992, in _call result["response"] = _call_chat_completions(stream_attempt_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3341, in _call_chat_completions relay_llm.stream( File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 333, in stream return ManagedLlmStream( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 407, in __init__ raw_stream = stream_factory(request) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3279, in _open_stream return request_client.chat.completions.create(**stream_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/resources/chat/completions/completions.py", line 1204, in create return self._post( ^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1297, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1070, in request raise self._make_status_error_from_response(err.response) from None openai.RateLimitError: Error code: 429 - {'error': {'message': '[gemini/gemini-3.7-flash] [429]: {\n "error": {\n "code": 429,\n "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/rate-limit. \\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_input_token_count, limit: 250000, model: gemini-3.7-flash\\nPlease retry in 18.04262559s.",\n "status": "RESOURCE_EXHAUSTED",\n "details": [\n {\n "@type": "type.googleapis.com/google.rpc.Help",\n "links": [\n {\n "description": "Learn more about Gemini API quotas",\n "url": "https://ai.google.dev/gemini-api/docs/rate-limits"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.QuotaFailure",\n "violations": [\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_input_token_count",\n "quotaId": "GenerateContentInputTokensPerModelPerMinute-FreeTier",\n "quotaDimensions": {\n "model": "gemini-3.7-flash",\n "location": "global"\n },\n "quotaValue": "250000"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.RetryInfo",\n "retryDelay": "18s"\n }\n ]\n }\n}\n (reset after 2s)'}} 2026-09-03 07:08:42,015 WARNING [20260903_065451_9a31c4dd] agent.conversation_loop: API call failed (attempt 1/3) error_type=RateLimitError thread=hermes-gateway_0:132665604826816 provider=custom base_url=http://localhost:20128/v1 model=gemini-3.7-flash summary=HTTP 429: [gemini/gemini-3.7-flash] [429]: { "error": { "code": 429, "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https: 2026-09-03 07:08:42,017 WARNING [20260903_065451_9a31c4dd] agent.conversation_loop: Retrying API call in 2.0s (attempt 1/3) thread=hermes-gateway_0:132665604826816 provider=custom base_url=http://localhost:20128/v1 model=gemini-3.7-flash policy=default error=Error code: 429 - {'error': {'message': '[gemini/gemini-3.7-flash] [429]: {\n "error": {\n "code": 429,\n "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/rate-limit. \\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_input_token_count, limit: 250000, model: gemini-3.7-flash\\nPlease retry in 18.04262559s.",\n "status": "RESOURCE_EXHAUSTED",\n "details": [\n {\n "@type": "type.googleapis.com/google.rpc.Help",\n "links": [\n {\n "description": "Learn more about Gemini API quotas",\n "url": "https://ai.google.dev/gemini-api/docs/rate-limits"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.QuotaFailure",\n "violations": [\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_input_token_count",\n "quotaId": "GenerateContentInputTokensPerModelPerMinute-FreeTier",\n "quotaDimensions": {\n "model": "gemini-3.7-flash",\n "location": "global"\n },\n "quotaValue": "250000"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.RetryInfo",\n "retryDelay": "18s"\n }\n ]\n }\n}\n (reset after 2s)'}} 2026-09-03 07:08:44,244 ERROR agent.chat_completion_helpers: Streaming failed before delivery: Error code: 429 - {'error': {'message': '[gemini/gemini-3.7-flash] [429]: {\n "error": {\n "code": 429,\n "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/rate-limit. \\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_input_token_count, limit: 250000, model: gemini-3.7-flash\\nPlease retry in 15.787029602s.",\n "status": "RESOURCE_EXHAUSTED",\n "details": [\n {\n "@type": "type.googleapis.com/google.rpc.Help",\n "links": [\n {\n "description": "Learn more about Gemini API quotas",\n "url": "https://ai.google.dev/gemini-api/docs/rate-limits"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.QuotaFailure",\n "violations": [\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_input_token_count",\n "quotaId": "GenerateContentInputTokensPerModelPerMinute-FreeTier",\n "quotaDimensions": {\n "location": "global",\n "model": "gemini-3.7-flash"\n },\n "quotaValue": "250000"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.RetryInfo",\n "retryDelay": "15s"\n }\n ]\n }\n}\n (reset after 4s)'}} Traceback (most recent call last): File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3992, in _call result["response"] = _call_chat_completions(stream_attempt_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3341, in _call_chat_completions relay_llm.stream( File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 333, in stream return ManagedLlmStream( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 407, in __init__ raw_stream = stream_factory(request) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3279, in _open_stream return request_client.chat.completions.create(**stream_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/resources/chat/completions/completions.py", line 1204, in create return self._post( ^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1297, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1070, in request raise self._make_status_error_from_response(err.response) from None openai.RateLimitError: Error code: 429 - {'error': {'message': '[gemini/gemini-3.7-flash] [429]: {\n "error": {\n "code": 429,\n "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/rate-limit. \\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_input_token_count, limit: 250000, model: gemini-3.7-flash\\nPlease retry in 15.787029602s.",\n "status": "RESOURCE_EXHAUSTED",\n "details": [\n {\n "@type": "type.googleapis.com/google.rpc.Help",\n "links": [\n {\n "description": "Learn more about Gemini API quotas",\n "url": "https://ai.google.dev/gemini-api/docs/rate-limits"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.QuotaFailure",\n "violations": [\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_input_token_count",\n "quotaId": "GenerateContentInputTokensPerModelPerMinute-FreeTier",\n "quotaDimensions": {\n "location": "global",\n "model": "gemini-3.7-flash"\n },\n "quotaValue": "250000"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.RetryInfo",\n "retryDelay": "15s"\n }\n ]\n }\n}\n (reset after 4s)'}} 2026-09-03 07:08:44,280 WARNING [20260903_065451_9a31c4dd] agent.conversation_loop: API call failed (attempt 2/3) error_type=RateLimitError thread=hermes-gateway_0:132665604826816 provider=custom base_url=http://localhost:20128/v1 model=gemini-3.7-flash summary=HTTP 429: [gemini/gemini-3.7-flash] [429]: { "error": { "code": 429, "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https: 2026-09-03 07:08:44,281 WARNING [20260903_065451_9a31c4dd] agent.conversation_loop: Retrying API call in 4.0s (attempt 2/3) thread=hermes-gateway_0:132665604826816 provider=custom base_url=http://localhost:20128/v1 model=gemini-3.7-flash policy=default error=Error code: 429 - {'error': {'message': '[gemini/gemini-3.7-flash] [429]: {\n "error": {\n "code": 429,\n "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/rate-limit. \\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_input_token_count, limit: 250000, model: gemini-3.7-flash\\nPlease retry in 15.787029602s.",\n "status": "RESOURCE_EXHAUSTED",\n "details": [\n {\n "@type": "type.googleapis.com/google.rpc.Help",\n "links": [\n {\n "description": "Learn more about Gemini API quotas",\n "url": "https://ai.google.dev/gemini-api/docs/rate-limits"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.QuotaFailure",\n "violations": [\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_input_token_count",\n "quotaId": "GenerateContentInputTokensPerModelPerMinute-FreeTier",\n "quotaDimensions": {\n "location": "global",\n "model": "gemini-3.7-flash"\n },\n "quotaValue": "250000"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.RetryInfo",\n "retryDelay": "15s"\n }\n ]\n }\n}\n (reset after 4s)'}} 2026-09-03 07:08:48,655 ERROR agent.chat_completion_helpers: Streaming failed before delivery: Error code: 429 - {'error': {'message': '[gemini/gemini-3.7-flash] [429]: {\n "error": {\n "code": 429,\n "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/rate-limit. \\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_input_token_count, limit: 250000, model: gemini-3.7-flash\\nPlease retry in 11.369201412s.",\n "status": "RESOURCE_EXHAUSTED",\n "details": [\n {\n "@type": "type.googleapis.com/google.rpc.Help",\n "links": [\n {\n "description": "Learn more about Gemini API quotas",\n "url": "https://ai.google.dev/gemini-api/docs/rate-limits"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.QuotaFailure",\n "violations": [\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_input_token_count",\n "quotaId": "GenerateContentInputTokensPerModelPerMinute-FreeTier",\n "quotaDimensions": {\n "model": "gemini-3.7-flash",\n "location": "global"\n },\n "quotaValue": "250000"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.RetryInfo",\n "retryDelay": "11s"\n }\n ]\n }\n}\n (reset after 8s)'}} Traceback (most recent call last): File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3992, in _call result["response"] = _call_chat_completions(stream_attempt_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3341, in _call_chat_completions relay_llm.stream( File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 333, in stream return ManagedLlmStream( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 407, in __init__ raw_stream = stream_factory(request) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3279, in _open_stream return request_client.chat.completions.create(**stream_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/resources/chat/completions/completions.py", line 1204, in create return self._post( ^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1297, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1070, in request raise self._make_status_error_from_response(err.response) from None openai.RateLimitError: Error code: 429 - {'error': {'message': '[gemini/gemini-3.7-flash] [429]: {\n "error": {\n "code": 429,\n "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/rate-limit. \\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_input_token_count, limit: 250000, model: gemini-3.7-flash\\nPlease retry in 11.369201412s.",\n "status": "RESOURCE_EXHAUSTED",\n "details": [\n {\n "@type": "type.googleapis.com/google.rpc.Help",\n "links": [\n {\n "description": "Learn more about Gemini API quotas",\n "url": "https://ai.google.dev/gemini-api/docs/rate-limits"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.QuotaFailure",\n "violations": [\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_input_token_count",\n "quotaId": "GenerateContentInputTokensPerModelPerMinute-FreeTier",\n "quotaDimensions": {\n "model": "gemini-3.7-flash",\n "location": "global"\n },\n "quotaValue": "250000"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.RetryInfo",\n "retryDelay": "11s"\n }\n ]\n }\n}\n (reset after 8s)'}} 2026-09-03 07:08:48,665 WARNING [20260903_065451_9a31c4dd] agent.conversation_loop: API call failed (attempt 3/3) error_type=RateLimitError thread=hermes-gateway_0:132665604826816 provider=custom base_url=http://localhost:20128/v1 model=gemini-3.7-flash summary=HTTP 429: [gemini/gemini-3.7-flash] [429]: { "error": { "code": 429, "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https: 2026-09-03 07:08:48,668 ERROR [20260903_065451_9a31c4dd] agent.conversation_loop: API call failed after 3 retries. HTTP 429: [gemini/gemini-3.7-flash] [429]: { "error": { "code": 429, "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https: | provider=custom model=gemini-3.7-flash msgs=58 tokens=~63,454 2026-09-03 07:10:15,943 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 07:15:23,317 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 07:16:23,786 ERROR agent.chat_completion_helpers: Streaming failed before delivery: Error code: 429 - {'error': {'message': '[gemini/gemini-3.7-flash] [429]: {\n "error": {\n "code": 429,\n "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/rate-limit. \\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_input_token_count, limit: 250000, model: gemini-3.7-flash\\nPlease retry in 36.241133856s.",\n "status": "RESOURCE_EXHAUSTED",\n "details": [\n {\n "@type": "type.googleapis.com/google.rpc.Help",\n "links": [\n {\n "description": "Learn more about Gemini API quotas",\n "url": "https://ai.google.dev/gemini-api/docs/rate-limits"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.QuotaFailure",\n "violations": [\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_input_token_count",\n "quotaId": "GenerateContentInputTokensPerModelPerMinute-FreeTier",\n "quotaDimensions": {\n "location": "global",\n "model": "gemini-3.7-flash"\n },\n "quotaValue": "250000"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.RetryInfo",\n "retryDelay": "36s"\n }\n ]\n }\n}\n (reset after 2s)'}} Traceback (most recent call last): File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3992, in _call result["response"] = _call_chat_completions(stream_attempt_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3341, in _call_chat_completions relay_llm.stream( File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 333, in stream return ManagedLlmStream( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 407, in __init__ raw_stream = stream_factory(request) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3279, in _open_stream return request_client.chat.completions.create(**stream_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/resources/chat/completions/completions.py", line 1204, in create return self._post( ^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1297, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1070, in request raise self._make_status_error_from_response(err.response) from None openai.RateLimitError: Error code: 429 - {'error': {'message': '[gemini/gemini-3.7-flash] [429]: {\n "error": {\n "code": 429,\n "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/rate-limit. \\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_input_token_count, limit: 250000, model: gemini-3.7-flash\\nPlease retry in 36.241133856s.",\n "status": "RESOURCE_EXHAUSTED",\n "details": [\n {\n "@type": "type.googleapis.com/google.rpc.Help",\n "links": [\n {\n "description": "Learn more about Gemini API quotas",\n "url": "https://ai.google.dev/gemini-api/docs/rate-limits"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.QuotaFailure",\n "violations": [\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_input_token_count",\n "quotaId": "GenerateContentInputTokensPerModelPerMinute-FreeTier",\n "quotaDimensions": {\n "location": "global",\n "model": "gemini-3.7-flash"\n },\n "quotaValue": "250000"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.RetryInfo",\n "retryDelay": "36s"\n }\n ]\n }\n}\n (reset after 2s)'}} 2026-09-03 07:16:23,818 WARNING [20260903_065451_9a31c4dd] agent.conversation_loop: API call failed (attempt 1/3) error_type=RateLimitError thread=hermes-gateway_0:132665604826816 provider=custom base_url=http://localhost:20128/v1 model=gemini-3.7-flash summary=HTTP 429: [gemini/gemini-3.7-flash] [429]: { "error": { "code": 429, "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https: 2026-09-03 07:16:23,819 WARNING [20260903_065451_9a31c4dd] agent.conversation_loop: Retrying API call in 2.0s (attempt 1/3) thread=hermes-gateway_0:132665604826816 provider=custom base_url=http://localhost:20128/v1 model=gemini-3.7-flash policy=default error=Error code: 429 - {'error': {'message': '[gemini/gemini-3.7-flash] [429]: {\n "error": {\n "code": 429,\n "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/rate-limit. \\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_input_token_count, limit: 250000, model: gemini-3.7-flash\\nPlease retry in 36.241133856s.",\n "status": "RESOURCE_EXHAUSTED",\n "details": [\n {\n "@type": "type.googleapis.com/google.rpc.Help",\n "links": [\n {\n "description": "Learn more about Gemini API quotas",\n "url": "https://ai.google.dev/gemini-api/docs/rate-limits"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.QuotaFailure",\n "violations": [\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_input_token_count",\n "quotaId": "GenerateContentInputTokensPerModelPerMinute-FreeTier",\n "quotaDimensions": {\n "location": "global",\n "model": "gemini-3.7-flash"\n },\n "quotaValue": "250000"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.RetryInfo",\n "retryDelay": "36s"\n }\n ]\n }\n}\n (reset after 2s)'}} 2026-09-03 07:16:26,100 ERROR agent.chat_completion_helpers: Streaming failed before delivery: Error code: 429 - {'error': {'message': '[gemini/gemini-3.7-flash] [429]: {\n "error": {\n "code": 429,\n "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/rate-limit. \\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_input_token_count, limit: 250000, model: gemini-3.7-flash\\nPlease retry in 33.931776968s.",\n "status": "RESOURCE_EXHAUSTED",\n "details": [\n {\n "@type": "type.googleapis.com/google.rpc.Help",\n "links": [\n {\n "description": "Learn more about Gemini API quotas",\n "url": "https://ai.google.dev/gemini-api/docs/rate-limits"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.QuotaFailure",\n "violations": [\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_input_token_count",\n "quotaId": "GenerateContentInputTokensPerModelPerMinute-FreeTier",\n "quotaDimensions": {\n "location": "global",\n "model": "gemini-3.7-flash"\n },\n "quotaValue": "250000"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.RetryInfo",\n "retryDelay": "33s"\n }\n ]\n }\n}\n (reset after 4s)'}} Traceback (most recent call last): File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3992, in _call result["response"] = _call_chat_completions(stream_attempt_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3341, in _call_chat_completions relay_llm.stream( File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 333, in stream return ManagedLlmStream( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 407, in __init__ raw_stream = stream_factory(request) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3279, in _open_stream return request_client.chat.completions.create(**stream_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/resources/chat/completions/completions.py", line 1204, in create return self._post( ^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1297, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1070, in request raise self._make_status_error_from_response(err.response) from None openai.RateLimitError: Error code: 429 - {'error': {'message': '[gemini/gemini-3.7-flash] [429]: {\n "error": {\n "code": 429,\n "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/rate-limit. \\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_input_token_count, limit: 250000, model: gemini-3.7-flash\\nPlease retry in 33.931776968s.",\n "status": "RESOURCE_EXHAUSTED",\n "details": [\n {\n "@type": "type.googleapis.com/google.rpc.Help",\n "links": [\n {\n "description": "Learn more about Gemini API quotas",\n "url": "https://ai.google.dev/gemini-api/docs/rate-limits"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.QuotaFailure",\n "violations": [\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_input_token_count",\n "quotaId": "GenerateContentInputTokensPerModelPerMinute-FreeTier",\n "quotaDimensions": {\n "location": "global",\n "model": "gemini-3.7-flash"\n },\n "quotaValue": "250000"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.RetryInfo",\n "retryDelay": "33s"\n }\n ]\n }\n}\n (reset after 4s)'}} 2026-09-03 07:16:26,132 WARNING [20260903_065451_9a31c4dd] agent.conversation_loop: API call failed (attempt 2/3) error_type=RateLimitError thread=hermes-gateway_0:132665604826816 provider=custom base_url=http://localhost:20128/v1 model=gemini-3.7-flash summary=HTTP 429: [gemini/gemini-3.7-flash] [429]: { "error": { "code": 429, "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https: 2026-09-03 07:16:26,140 WARNING [20260903_065451_9a31c4dd] agent.conversation_loop: Retrying API call in 4.0s (attempt 2/3) thread=hermes-gateway_0:132665604826816 provider=custom base_url=http://localhost:20128/v1 model=gemini-3.7-flash policy=default error=Error code: 429 - {'error': {'message': '[gemini/gemini-3.7-flash] [429]: {\n "error": {\n "code": 429,\n "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/rate-limit. \\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_input_token_count, limit: 250000, model: gemini-3.7-flash\\nPlease retry in 33.931776968s.",\n "status": "RESOURCE_EXHAUSTED",\n "details": [\n {\n "@type": "type.googleapis.com/google.rpc.Help",\n "links": [\n {\n "description": "Learn more about Gemini API quotas",\n "url": "https://ai.google.dev/gemini-api/docs/rate-limits"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.QuotaFailure",\n "violations": [\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_input_token_count",\n "quotaId": "GenerateContentInputTokensPerModelPerMinute-FreeTier",\n "quotaDimensions": {\n "location": "global",\n "model": "gemini-3.7-flash"\n },\n "quotaValue": "250000"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.RetryInfo",\n "retryDelay": "33s"\n }\n ]\n }\n}\n (reset after 4s)'}} 2026-09-03 07:16:31,176 ERROR agent.chat_completion_helpers: Streaming failed before delivery: Error code: 429 - {'error': {'message': '[gemini/gemini-3.7-flash] [429]: {\n "error": {\n "code": 429,\n "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/rate-limit. \\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_input_token_count, limit: 250000, model: gemini-3.7-flash\\nPlease retry in 29.242497901s.",\n "status": "RESOURCE_EXHAUSTED",\n "details": [\n {\n "@type": "type.googleapis.com/google.rpc.Help",\n "links": [\n {\n "description": "Learn more about Gemini API quotas",\n "url": "https://ai.google.dev/gemini-api/docs/rate-limits"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.QuotaFailure",\n "violations": [\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_input_token_count",\n "quotaId": "GenerateContentInputTokensPerModelPerMinute-FreeTier",\n "quotaDimensions": {\n "model": "gemini-3.7-flash",\n "location": "global"\n },\n "quotaValue": "250000"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.RetryInfo",\n "retryDelay": "29s"\n }\n ]\n }\n}\n (reset after 8s)'}} Traceback (most recent call last): File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3992, in _call result["response"] = _call_chat_completions(stream_attempt_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3341, in _call_chat_completions relay_llm.stream( File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 333, in stream return ManagedLlmStream( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 407, in __init__ raw_stream = stream_factory(request) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3279, in _open_stream return request_client.chat.completions.create(**stream_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/resources/chat/completions/completions.py", line 1204, in create return self._post( ^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1297, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1070, in request raise self._make_status_error_from_response(err.response) from None openai.RateLimitError: Error code: 429 - {'error': {'message': '[gemini/gemini-3.7-flash] [429]: {\n "error": {\n "code": 429,\n "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/rate-limit. \\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_input_token_count, limit: 250000, model: gemini-3.7-flash\\nPlease retry in 29.242497901s.",\n "status": "RESOURCE_EXHAUSTED",\n "details": [\n {\n "@type": "type.googleapis.com/google.rpc.Help",\n "links": [\n {\n "description": "Learn more about Gemini API quotas",\n "url": "https://ai.google.dev/gemini-api/docs/rate-limits"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.QuotaFailure",\n "violations": [\n {\n "quotaMetric": "generativelanguage.googleapis.com/generate_content_free_tier_input_token_count",\n "quotaId": "GenerateContentInputTokensPerModelPerMinute-FreeTier",\n "quotaDimensions": {\n "model": "gemini-3.7-flash",\n "location": "global"\n },\n "quotaValue": "250000"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.RetryInfo",\n "retryDelay": "29s"\n }\n ]\n }\n}\n (reset after 8s)'}} 2026-09-03 07:16:31,189 WARNING [20260903_065451_9a31c4dd] agent.conversation_loop: API call failed (attempt 3/3) error_type=RateLimitError thread=hermes-gateway_0:132665604826816 provider=custom base_url=http://localhost:20128/v1 model=gemini-3.7-flash summary=HTTP 429: [gemini/gemini-3.7-flash] [429]: { "error": { "code": 429, "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https: 2026-09-03 07:16:31,204 ERROR [20260903_065451_9a31c4dd] agent.conversation_loop: API call failed after 3 retries. HTTP 429: [gemini/gemini-3.7-flash] [429]: { "error": { "code": 429, "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https: | provider=custom model=gemini-3.7-flash msgs=65 tokens=~59,458 2026-09-03 07:20:30,316 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 07:23:08,496 WARNING [20260903_065451_9a31c4dd] tools.registry: check_fn check_bfl_requirements returned False; dependent tools will be unavailable this turn 2026-09-03 07:23:08,512 WARNING [20260903_065451_9a31c4dd] tools.registry: check_fn _browser_cdp_check returned False; dependent tools will be unavailable this turn 2026-09-03 07:23:08,520 WARNING [20260903_065451_9a31c4dd] tools.registry: check_fn _browser_dialog_check returned False; dependent tools will be unavailable this turn 2026-09-03 07:23:08,534 WARNING [20260903_065451_9a31c4dd] tools.registry: check_fn check_computer_use_requirements returned False; dependent tools will be unavailable this turn 2026-09-03 07:23:08,542 WARNING [20260903_065451_9a31c4dd] tools.registry: check_fn check_image_generation_requirements returned False; dependent tools will be unavailable this turn 2026-09-03 07:23:08,545 WARNING [20260903_065451_9a31c4dd] tools.registry: check_fn _check_kanban_mode returned False; dependent tools will be unavailable this turn 2026-09-03 07:23:08,548 WARNING [20260903_065451_9a31c4dd] tools.registry: check_fn _check_kanban_orchestrator_mode returned False; dependent tools will be unavailable this turn 2026-09-03 07:23:15,502 ERROR agent.chat_completion_helpers: Streaming failed before delivery: Connection error. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_sync/connection.py", line 103, in handle_request return self._connection.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_sync/http11.py", line 136, in handle_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_sync/http11.py", line 106, in handle_request ) = self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_sync/http11.py", line 177, in _receive_response_headers event = self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_sync/http11.py", line 231, in _receive_event raise RemoteProtocolError(msg) httpcore.RemoteProtocolError: Server disconnected without sending a response. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1005, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.RemoteProtocolError: Server disconnected without sending a response. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3992, in _call result["response"] = _call_chat_completions(stream_attempt_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3341, in _call_chat_completions relay_llm.stream( File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 333, in stream return ManagedLlmStream( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/relay_llm.py", line 407, in __init__ raw_stream = stream_factory(request) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/chat_completion_helpers.py", line 3279, in _open_stream return request_client.chat.completions.create(**stream_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/resources/chat/completions/completions.py", line 1204, in create return self._post( ^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1297, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/openai/_base_client.py", line 1037, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. 2026-09-03 07:23:15,627 WARNING [20260903_072308_2f7b7eda] run_agent: OpenAI client aborted (stream_interrupt_abort, shared=False, tcp_force_closed=0, deferred_close=stranger_thread) thread=hermes-gateway_0:132665604826816 provider=custom base_url=http://localhost:20128/v1 model=default — no sockets found; in-flight request may keep running until the provider finishes 2026-09-03 07:25:38,468 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 07:30:46,512 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 07:31:06,400 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram flood control on send (attempt 1/3), retrying in 32.0s: Flood control exceeded. Retry in 32 seconds 2026-09-03 07:32:22,272 WARNING [20260903_065451_9a31c4dd] agent.tool_executor: Tool terminal returned error (0.38s): {"output": "Traceback (most recent call last):\n File \"\", line 5, in \nNameError: name 'os' is not defined", "exit_code": 1, "error": null} 2026-09-03 07:32:22,485 WARNING agent.model_metadata: Could not determine context length for model 'default' (base_url=http://localhost:20128/v1/) — falling back to 256,000 tokens. Set model.context_length in config.yaml to override. 2026-09-03 07:32:36,312 WARNING [20260903_065451_9a31c4dd] agent.tool_executor: Tool read_file returned error (0.15s): {"content": "", "total_lines": 0, "file_size": 9365, "truncated": false, "is_binary": true, "is_image": false, "error": "Binary file - cannot display as text. Use appropriate tools to handle this file 2026-09-03 07:35:54,779 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 07:41:02,045 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 07:42:46,784 WARNING gateway.run: Primary provider auth failed: No inference provider configured. Run 'hermes model' to choose a provider and model, or set an API key (OPENROUTER_API_KEY, OPENAI_API_KEY, etc.) in ~/.hermes/.env. — trying fallback 2026-09-03 07:42:47,056 WARNING agent.model_metadata: Could not determine context length for model 'default' (base_url=default) — falling back to 256,000 tokens. Set model.context_length in config.yaml to override. 2026-09-03 07:42:55,522 WARNING gateway.run: Primary provider auth failed: No inference provider configured. Run 'hermes model' to choose a provider and model, or set an API key (OPENROUTER_API_KEY, OPENAI_API_KEY, etc.) in ~/.hermes/.env. — trying fallback 2026-09-03 07:43:03,675 WARNING gateway.run: Primary provider auth failed: No inference provider configured. Run 'hermes model' to choose a provider and model, or set an API key (OPENROUTER_API_KEY, OPENAI_API_KEY, etc.) in ~/.hermes/.env. — trying fallback 2026-09-03 07:43:03,720 WARNING agent.auxiliary_client: Auxiliary client: PAID lane engaged for auxiliary task — OpenRouter fallback model 'google/gemini-3.6-flash' is not a :free SKU and may incur real spend. Set auxiliary.free_only: true to restrict auxiliary fallbacks to free models, or auxiliary.openrouter_model to a :free model. 2026-09-03 07:43:03,721 WARNING agent.auxiliary_client: Auxiliary: marking openrouter unhealthy for 60s (payment / credit error). Subsequent auxiliary calls will skip it until 07:44:03. 2026-09-03 07:43:03,731 WARNING agent.auxiliary_client: Auxiliary Nous client unavailable: no Nous authentication found (run: hermes auth). 2026-09-03 07:43:03,732 WARNING agent.auxiliary_client: Auxiliary: marking nous unhealthy for 60s (payment / credit error). Subsequent auxiliary calls will skip it until 07:44:03. 2026-09-03 07:43:03,732 WARNING agent.auxiliary_client: resolve_provider_client: nous requested but Nous Portal not configured (run: hermes auth) 2026-09-03 07:43:03,732 ERROR tools.vision_tools: Error analyzing image: No LLM provider configured for task=vision provider=auto. Run: hermes setup Traceback (most recent call last): File "/usr/local/lib/hermes-agent/tools/vision_tools.py", line 1278, in vision_analyze_tool response = await async_call_llm(**call_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/auxiliary_client.py", line 2896, in wrapped return await callback(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/auxiliary_client.py", line 9473, in async_call_llm return await _async_call_llm_impl( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/agent/auxiliary_client.py", line 9543, in _async_call_llm_impl raise RuntimeError( RuntimeError: No LLM provider configured for task=vision provider=auto. Run: hermes setup 2026-09-03 07:43:11,873 WARNING [20260903_065451_9a31c4dd] gateway.run: Primary provider auth failed: No inference provider configured. Run 'hermes model' to choose a provider and model, or set an API key (OPENROUTER_API_KEY, OPENAI_API_KEY, etc.) in ~/.hermes/.env. — trying fallback 2026-09-03 07:44:09,550 WARNING gateway.run: Primary provider auth failed: No inference provider configured. Run 'hermes model' to choose a provider and model, or set an API key (OPENROUTER_API_KEY, OPENAI_API_KEY, etc.) in ~/.hermes/.env. — trying fallback 2026-09-03 07:44:17,667 WARNING [20260903_065451_9a31c4dd] gateway.run: Primary provider auth failed: No inference provider configured. Run 'hermes model' to choose a provider and model, or set an API key (OPENROUTER_API_KEY, OPENAI_API_KEY, etc.) in ~/.hermes/.env. — trying fallback 2026-09-03 07:44:43,619 WARNING hermes_cli.plugins: Plugin operate/handoff-task: unknown kind 'command' (valid: backend, exclusive, model-provider, platform, standalone); treating as 'standalone' 2026-09-03 07:44:45,858 WARNING hermes.security_audit: Security posture audit found 1 issue(s) — review your deployment: 2026-09-03 07:44:45,859 WARNING hermes.security_audit: [security 1/1] Running as ROOT. The agent's terminal/file tools execute with full root privileges — a single prompt-injection or exposed endpoint is a full host compromise. Run Hermes as an unprivileged user (or in a sandboxed terminal backend / container with a non-root user). 2026-09-03 07:44:55,485 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 07:44:55,486 WARNING tools.mcp_tool: Failed to connect to MCP server 'stays' (command=stays mcp): Connection closed 2026-09-03 07:44:55,600 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Discovering Telegram API fallback IPs via DNS-over-HTTPS… 2026-09-03 07:44:56,046 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Connecting to Telegram (attempt 1/8)… 2026-09-03 07:45:25,315 WARNING hermes_plugins.feishu_platform.adapter: [Feishu] Unable to hydrate bot name from application info. Grant admin:app.info:readonly or application:application:self_manage so group @mention gating can resolve the bot name precisely. 2026-09-03 07:45:26,082 ERROR Lark: connect failed, err: 1000040351: Incorrect domain name 2026-09-03 07:45:55,393 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram flood control on send (attempt 1/3), retrying in 32.0s: Flood control exceeded. Retry in 32 seconds 2026-09-03 07:47:00,034 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram flood control on send (attempt 1/3), retrying in 28.0s: Flood control exceeded. Retry in 28 seconds 2026-09-03 07:47:48,762 WARNING gateway.session: gateway.session: pruning stale sessions.json entry 'agent:main:telegram:group:-1003707758328:12' -> 20260901_041728_a67dd7bc (end_reason='session_reset'); left by a crashed gateway 2026-09-03 07:49:47,402 WARNING gateway.run: Primary provider auth failed: No inference provider configured. Run 'hermes model' to choose a provider and model, or set an API key (OPENROUTER_API_KEY, OPENAI_API_KEY, etc.) in ~/.hermes/.env. — trying fallback 2026-09-03 07:49:47,456 WARNING agent.model_metadata: Could not determine context length for model 'default' (base_url=default) — falling back to 256,000 tokens. Set model.context_length in config.yaml to override. 2026-09-03 07:49:56,061 WARNING gateway.run: Primary provider auth failed: No inference provider configured. Run 'hermes model' to choose a provider and model, or set an API key (OPENROUTER_API_KEY, OPENAI_API_KEY, etc.) in ~/.hermes/.env. — trying fallback 2026-09-03 07:50:02,132 WARNING gateway.run: Primary provider auth failed: No inference provider configured. Run 'hermes model' to choose a provider and model, or set an API key (OPENROUTER_API_KEY, OPENAI_API_KEY, etc.) in ~/.hermes/.env. — trying fallback 2026-09-03 07:50:03,391 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 07:50:10,667 WARNING gateway.run: Primary provider auth failed: No inference provider configured. Run 'hermes model' to choose a provider and model, or set an API key (OPENROUTER_API_KEY, OPENAI_API_KEY, etc.) in ~/.hermes/.env. — trying fallback 2026-09-03 07:51:03,309 WARNING gateway.run: Primary provider auth failed: No inference provider configured. Run 'hermes model' to choose a provider and model, or set an API key (OPENROUTER_API_KEY, OPENAI_API_KEY, etc.) in ~/.hermes/.env. — trying fallback 2026-09-03 07:51:11,514 WARNING gateway.run: Primary provider auth failed: No inference provider configured. Run 'hermes model' to choose a provider and model, or set an API key (OPENROUTER_API_KEY, OPENAI_API_KEY, etc.) in ~/.hermes/.env. — trying fallback 2026-09-03 07:55:10,547 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 08:00:17,376 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 08:05:24,968 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 08:10:32,625 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 08:15:40,836 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 08:20:48,833 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 08:25:56,818 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 08:31:04,906 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 08:36:12,036 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 08:41:18,945 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 08:46:25,698 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 08:51:32,772 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 08:56:39,622 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 09:01:47,156 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 09:06:53,974 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 09:12:02,076 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 09:17:12,349 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 09:22:18,824 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 09:27:26,201 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 09:32:34,182 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 09:37:42,128 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 09:42:49,334 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 09:47:57,039 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 09:53:04,664 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 09:58:12,252 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 10:03:19,424 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 10:08:26,433 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 10:13:33,395 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 10:18:40,648 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 10:23:48,226 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 10:28:55,899 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 10:34:03,710 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 10:39:11,410 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 10:44:18,262 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 10:49:26,149 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 10:54:33,464 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 10:59:40,378 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 11:04:47,386 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 11:09:55,283 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 11:15:03,095 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 11:20:11,859 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 11:25:20,207 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 11:30:27,836 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 11:35:34,845 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 11:40:42,441 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 11:45:50,263 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 11:50:57,618 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 11:56:04,674 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 12:01:12,429 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 12:06:20,393 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 12:11:28,328 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 12:16:35,421 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 12:21:42,774 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 12:26:49,675 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 12:31:57,578 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 12:37:05,314 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 12:42:13,433 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 12:47:20,397 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 12:52:27,271 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 12:57:35,100 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 13:02:43,555 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 13:07:50,564 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 13:12:58,649 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 13:18:05,560 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 13:23:13,131 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 13:28:21,597 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 13:33:28,980 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 13:38:36,644 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 13:43:43,864 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 13:48:51,021 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 13:53:58,406 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 13:59:05,823 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 14:04:13,030 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 14:09:20,972 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 14:14:28,452 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 14:19:35,895 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 14:24:43,646 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 14:29:51,390 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 14:34:58,968 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 14:40:08,210 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 14:45:15,881 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 14:50:22,900 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 14:55:31,716 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 15:00:38,898 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 15:05:46,212 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 15:10:53,093 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 15:16:00,261 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 15:21:08,946 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 15:26:17,328 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 15:31:24,624 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 15:36:31,583 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 15:41:38,456 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 15:46:46,009 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 15:51:53,270 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 15:57:01,047 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 16:02:08,982 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 16:07:17,243 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 16:12:25,373 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 16:17:33,524 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 16:22:41,894 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 16:27:49,763 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 16:32:57,447 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 16:38:04,067 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 16:43:10,821 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 16:48:17,777 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 16:53:25,999 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 16:58:34,428 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 17:03:40,889 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 17:08:48,405 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 17:13:56,319 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 17:19:04,161 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 17:24:12,400 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 17:29:20,193 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 17:34:28,247 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 17:39:36,548 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 17:44:43,967 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 17:49:50,925 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 17:54:59,115 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 18:00:06,434 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 18:05:15,089 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 18:10:22,982 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 18:15:30,438 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 18:20:38,375 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 18:25:45,194 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 18:30:53,260 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 18:35:59,939 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 18:41:08,082 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 18:46:16,832 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 18:51:25,136 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 18:56:32,683 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 19:01:39,635 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 19:06:47,862 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 19:11:55,618 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 19:17:05,453 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 19:22:12,696 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 19:27:19,615 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 19:32:27,151 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 19:37:35,389 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 19:42:43,473 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 19:47:51,279 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 19:52:59,092 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 19:58:07,280 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 20:03:14,126 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 20:08:22,017 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 20:13:29,004 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 20:18:37,949 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 20:23:44,712 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 20:28:51,811 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 20:33:59,353 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 20:39:06,331 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 20:44:12,994 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 20:49:21,283 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 20:54:27,944 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 20:59:35,746 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 21:04:43,470 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 21:09:51,072 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 21:14:58,506 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 21:20:06,951 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 21:25:14,513 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 21:30:22,595 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 21:35:30,029 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 21:40:37,884 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 21:45:45,781 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 21:50:52,658 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 21:56:00,923 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 22:01:08,698 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 22:06:16,100 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 22:11:23,832 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 22:16:31,713 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 22:21:39,084 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 22:26:47,138 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 22:31:54,787 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 22:37:02,394 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 22:42:10,725 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 22:47:17,900 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 22:52:25,422 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 22:57:34,115 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 23:02:41,221 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 23:07:49,145 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 23:12:57,354 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 23:18:06,747 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 23:23:13,840 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 23:28:22,516 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 23:33:29,760 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 23:38:36,624 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 23:43:44,895 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 23:48:52,445 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 23:53:59,588 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-03 23:59:06,291 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 00:00:47,358 WARNING cron.scheduler: Job '380651bcfd02': primary auth failed (No inference provider configured. Run 'hermes model' to choose a provider and model, or set an API key (OPENROUTER_API_KEY, OPENAI_API_KEY, etc.) in ~/.hermes/.env.), trying fallback 2026-09-04 00:00:47,359 ERROR cron.scheduler: Job 'seo-dashboard-nightly-sync' failed: RuntimeError: No inference provider configured. Run 'hermes model' to choose a provider and model, or set an API key (OPENROUTER_API_KEY, OPENAI_API_KEY, etc.) in ~/.hermes/.env. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/cron/scheduler.py", line 3507, in run_job runtime = resolve_runtime_provider(**runtime_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/hermes_cli/runtime_provider.py", line 1829, in resolve_runtime_provider provider = resolve_provider( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/hermes_cli/auth.py", line 2177, in resolve_provider raise AuthError( hermes_cli.auth.AuthError: No inference provider configured. Run 'hermes model' to choose a provider and model, or set an API key (OPENROUTER_API_KEY, OPENAI_API_KEY, etc.) in ~/.hermes/.env. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/cron/scheduler.py", line 3554, in run_job raise RuntimeError(format_runtime_provider_error(auth_exc)) from auth_exc RuntimeError: No inference provider configured. Run 'hermes model' to choose a provider and model, or set an API key (OPENROUTER_API_KEY, OPENAI_API_KEY, etc.) in ~/.hermes/.env. 2026-09-04 00:04:14,008 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 00:09:21,795 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 00:14:29,951 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 00:19:37,653 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 00:24:44,970 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 00:29:52,094 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 00:34:59,787 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 00:40:08,626 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 00:45:15,797 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 00:50:23,553 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 00:55:31,708 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 01:00:39,949 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 01:05:47,904 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 01:10:55,313 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 01:16:04,010 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 01:21:12,186 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 01:26:20,093 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 01:31:28,100 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 01:36:35,771 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 01:41:43,453 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 01:46:50,942 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 01:51:58,367 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 01:57:05,237 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 02:02:11,731 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 02:07:19,757 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 02:12:28,032 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 02:17:36,802 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 02:22:43,760 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 02:27:51,004 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 02:32:58,259 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 02:38:06,610 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 02:43:12,860 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 02:48:19,753 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 02:53:27,104 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 02:58:33,958 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 03:03:41,833 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 03:08:49,231 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 03:13:33,226 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network _redact_telegram_error_text(error), scheduling reconnect: Bad Gateway 2026-09-04 03:13:33,226 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: Bad Gateway 2026-09-04 03:13:53,234 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] updater.stop() timed out during network-error reconnect (likely CLOSE-WAIT socket); forcing drain and restart without clean stop 2026-09-04 03:13:56,173 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 03:14:13,280 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Timed out: Timed out. Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 32, in read with map_exceptions(exc_map): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request res = await self._client.request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 122, in handle_async_request response = await transport.handle_async_request(candidate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper code, payload = await self.do_request( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request raise TimedOut from err telegram.error.TimedOut: Timed out 2026-09-04 03:14:13,417 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Timed out 2026-09-04 03:14:13,417 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 2/10), reconnecting in 10s. Error: Timed out 2026-09-04 03:14:43,457 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Timed out: Timed out. Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 32, in read with map_exceptions(exc_map): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request res = await self._client.request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 122, in handle_async_request response = await transport.handle_async_request(candidate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper code, payload = await self.do_request( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request raise TimedOut from err telegram.error.TimedOut: Timed out 2026-09-04 03:14:43,504 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Timed out 2026-09-04 03:14:43,505 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 3/10), reconnecting in 20s. Error: Timed out 2026-09-04 03:19:04,069 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 03:24:11,181 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 03:29:18,645 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 03:34:25,725 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 03:39:32,804 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 03:44:40,188 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 03:49:47,301 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 03:54:55,515 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 04:00:04,862 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 04:05:12,940 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 04:10:21,295 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 04:15:29,015 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 04:20:36,502 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 04:25:42,998 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 04:30:50,796 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 04:35:57,673 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 04:41:04,707 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 04:46:11,750 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 04:51:19,644 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 04:56:26,187 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 05:01:34,656 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 05:06:42,217 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 05:11:48,617 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 05:16:56,465 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 05:22:03,879 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 05:27:10,680 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 05:32:17,701 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 05:37:24,231 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 05:42:32,032 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 05:47:39,772 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 05:52:47,434 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 05:57:55,024 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 06:03:02,316 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 06:08:10,498 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 06:13:17,796 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 06:18:25,125 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 06:23:32,588 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 06:28:39,606 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 06:33:46,525 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 06:38:54,530 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 06:44:01,518 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 06:49:09,502 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 06:54:16,511 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 06:59:24,176 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 07:04:31,525 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 07:09:39,143 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 07:14:46,254 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 07:19:54,309 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 07:25:01,614 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 07:30:08,816 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 07:35:16,092 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 07:40:24,256 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 07:45:32,160 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 07:50:39,525 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 07:55:47,709 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 08:00:55,446 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 08:06:02,671 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 08:11:09,750 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 08:16:17,826 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 08:21:25,864 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 08:26:32,459 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 08:31:40,189 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 08:36:48,342 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 08:41:55,181 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 08:47:01,701 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 08:52:08,929 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 08:57:16,876 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 09:02:23,680 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 09:07:30,501 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 09:12:37,688 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 09:17:45,122 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 09:22:53,232 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 09:28:00,663 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 09:33:07,925 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 09:38:15,470 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 09:43:21,903 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 09:48:29,326 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 09:53:37,488 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 09:58:44,739 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 10:03:52,988 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 10:09:00,668 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 10:14:08,245 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 10:19:15,802 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 10:24:23,352 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 10:29:31,606 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 10:34:38,828 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 10:39:45,933 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 10:44:52,876 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 10:50:00,140 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 10:55:07,888 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 11:00:15,462 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 11:05:23,306 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 11:10:31,382 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 11:15:38,905 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 11:20:46,468 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 11:25:53,429 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 11:31:00,955 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 11:36:09,239 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 11:41:16,920 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 11:46:23,655 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 11:51:31,095 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 11:56:37,908 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 12:01:45,427 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 12:06:53,082 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 12:12:00,737 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 12:17:07,990 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 12:22:16,239 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 12:27:23,985 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 12:32:32,563 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 12:37:39,779 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 12:42:47,059 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 12:47:54,241 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 12:53:02,086 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 12:58:09,052 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 13:03:17,175 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 13:08:24,466 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 13:13:31,082 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 13:18:39,399 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 13:23:46,041 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 13:28:54,299 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 13:34:01,580 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 13:39:09,987 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 13:44:17,214 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 13:49:24,215 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 13:54:31,532 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 13:59:39,780 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 14:04:47,171 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 14:09:54,227 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 14:15:01,978 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 14:20:09,546 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 14:25:17,593 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 14:30:25,791 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 14:35:33,721 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 14:40:41,632 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 14:45:49,480 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 14:48:15,934 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network _redact_telegram_error_text(error), scheduling reconnect: httpx.ReadError: 2026-09-04 14:48:15,937 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: httpx.ReadError: 2026-09-04 14:50:57,104 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 14:56:03,828 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 15:01:12,148 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 15:06:19,982 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 15:11:28,161 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 15:16:35,692 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 15:21:43,498 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 15:26:50,720 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 15:31:58,260 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 15:37:06,353 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 15:42:13,283 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 15:47:20,135 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 15:52:26,932 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 15:57:34,722 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 16:02:42,681 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 16:07:50,502 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 16:12:57,853 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 16:18:04,310 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 16:23:12,156 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 16:28:19,129 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 16:33:26,683 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 16:38:33,502 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 16:43:40,147 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 16:48:47,472 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 16:53:55,371 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 16:59:01,657 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 17:04:09,295 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 17:09:16,978 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 17:14:24,480 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 17:19:31,515 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 17:24:38,902 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 17:29:45,572 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 17:34:53,772 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 17:40:00,353 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 17:45:08,056 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 17:50:15,061 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 17:55:22,850 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 18:00:29,929 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 18:05:38,373 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 18:10:46,108 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 18:15:54,190 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 18:21:01,708 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 18:26:09,703 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 18:31:16,907 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 18:36:24,792 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 18:41:33,221 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 18:46:41,670 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 18:51:48,530 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 18:56:55,589 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 19:02:02,744 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 19:07:09,549 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 19:12:18,007 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 19:17:25,029 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 19:22:31,616 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 19:27:38,209 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 19:32:46,465 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 19:37:53,310 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 19:43:00,814 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 19:48:08,471 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 19:53:15,579 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 19:58:22,351 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 20:03:28,790 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 20:08:36,725 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 20:13:43,799 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 20:18:51,194 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 20:23:58,046 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 20:29:05,238 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 20:34:12,376 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 20:39:19,481 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 20:44:26,173 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 20:49:33,923 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 20:54:40,822 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 20:59:48,156 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 21:04:54,716 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 21:10:01,313 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 21:15:08,412 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 21:20:16,817 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 21:25:24,167 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 21:30:31,843 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 21:35:38,999 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 21:40:46,864 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 21:45:54,425 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 21:51:01,774 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 21:56:08,371 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 22:01:16,223 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 22:06:24,113 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 22:11:31,706 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 22:16:38,682 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 22:21:46,677 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 22:26:54,359 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 22:32:01,472 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 22:37:08,537 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 22:42:17,033 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 22:47:24,630 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 22:52:32,421 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 22:57:39,349 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 23:02:47,375 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 23:07:54,249 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 23:13:01,849 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 23:18:09,043 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 23:23:16,760 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 23:28:24,232 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 23:33:31,151 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 23:38:39,289 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 23:43:46,397 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 23:48:54,449 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 23:54:02,223 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-04 23:59:09,503 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 00:00:48,640 WARNING cron.scheduler: Job '380651bcfd02': primary auth failed (No inference provider configured. Run 'hermes model' to choose a provider and model, or set an API key (OPENROUTER_API_KEY, OPENAI_API_KEY, etc.) in ~/.hermes/.env.), trying fallback 2026-09-05 00:00:48,642 ERROR cron.scheduler: Job 'seo-dashboard-nightly-sync' failed: RuntimeError: No inference provider configured. Run 'hermes model' to choose a provider and model, or set an API key (OPENROUTER_API_KEY, OPENAI_API_KEY, etc.) in ~/.hermes/.env. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/cron/scheduler.py", line 3507, in run_job runtime = resolve_runtime_provider(**runtime_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/hermes_cli/runtime_provider.py", line 1829, in resolve_runtime_provider provider = resolve_provider( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/hermes_cli/auth.py", line 2177, in resolve_provider raise AuthError( hermes_cli.auth.AuthError: No inference provider configured. Run 'hermes model' to choose a provider and model, or set an API key (OPENROUTER_API_KEY, OPENAI_API_KEY, etc.) in ~/.hermes/.env. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/cron/scheduler.py", line 3554, in run_job raise RuntimeError(format_runtime_provider_error(auth_exc)) from auth_exc RuntimeError: No inference provider configured. Run 'hermes model' to choose a provider and model, or set an API key (OPENROUTER_API_KEY, OPENAI_API_KEY, etc.) in ~/.hermes/.env. 2026-09-05 00:04:16,886 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 00:09:25,470 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 00:14:32,950 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 00:19:39,859 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 00:24:46,776 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 00:29:54,191 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 00:35:02,628 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 00:40:11,219 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 00:45:19,304 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 00:50:26,976 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 00:55:34,445 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 01:00:41,717 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 01:05:48,765 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 01:08:46,730 WARNING plugins.platforms.telegram.telegram_network: [Telegram] Primary api.telegram.org connection failed (); trying fallback IPs 149.154.166.110 2026-09-05 01:08:56,804 WARNING plugins.platforms.telegram.telegram_network: [Telegram] Primary api.telegram.org path unreachable; using sticky fallback IP 149.154.166.110 2026-09-05 01:10:55,410 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 01:16:02,313 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 01:21:09,494 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 01:26:16,365 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 01:31:23,903 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 01:36:31,856 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 01:41:40,187 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 01:46:47,410 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 01:51:55,452 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 01:57:03,383 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 02:02:10,913 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 02:07:17,663 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 02:12:25,068 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 02:17:33,579 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 02:22:41,564 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 02:27:48,923 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 02:32:56,693 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 02:38:03,957 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 02:43:11,727 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 02:48:20,192 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 02:53:27,603 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 02:58:34,442 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 03:03:42,511 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 03:08:48,761 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 03:13:56,114 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 03:19:04,315 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 03:24:12,023 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 03:29:19,430 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 03:34:27,186 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 03:39:35,090 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 03:44:42,763 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 03:49:50,706 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 03:54:57,428 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 04:00:04,468 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 04:05:12,127 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 04:10:19,285 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 04:15:26,346 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 04:20:33,424 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 04:25:40,492 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 04:30:46,774 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 04:35:54,445 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 04:41:02,447 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 04:46:09,254 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 04:51:16,641 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 04:56:24,852 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 05:01:32,110 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 05:06:39,960 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 05:11:47,498 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 05:16:54,783 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 05:22:02,546 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 05:27:09,819 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 05:32:16,766 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 05:37:24,640 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 05:42:31,278 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 05:47:38,587 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 05:52:47,031 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 05:57:55,364 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 06:03:03,330 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 06:08:11,309 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 06:13:18,592 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 06:18:25,870 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 06:23:33,390 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 06:28:40,944 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 06:33:47,918 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 06:38:54,671 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 06:44:02,801 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 06:49:10,831 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 06:54:18,095 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 06:59:25,919 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 07:04:33,496 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 07:09:39,933 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 07:14:46,220 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 07:19:54,281 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 07:25:00,889 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 07:30:07,883 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 07:35:16,233 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 07:40:23,896 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 07:45:30,698 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 07:50:38,503 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 07:55:45,351 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 08:00:53,189 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 08:05:59,807 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 08:11:07,449 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 08:16:14,839 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 08:21:23,025 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 08:26:31,111 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 08:31:38,610 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 08:36:46,668 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 08:41:54,503 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 08:47:01,284 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 08:52:08,501 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 08:57:15,913 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 09:02:23,900 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 09:07:31,672 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 09:12:40,119 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 09:17:47,137 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 09:22:54,538 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 09:28:01,564 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 09:33:09,410 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 09:38:16,218 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 09:43:22,842 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 09:48:30,150 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 09:53:37,965 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 09:58:45,732 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 10:03:54,252 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 10:09:01,707 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 10:14:09,782 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 10:19:17,127 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 10:21:17,470 WARNING gateway.session: gateway.session: routing key 'agent:main:telegram:group:-1003707758328:18' -> 20260903_065451_9a31c4dd is ended in state.db but still live in sessions.json; dropping stale entry and recovering/recreating the session (#54878) 2026-09-05 10:21:25,634 WARNING gateway.run: Primary provider auth failed: No inference provider configured. Run 'hermes model' to choose a provider and model, or set an API key (OPENROUTER_API_KEY, OPENAI_API_KEY, etc.) in ~/.hermes/.env. — trying fallback 2026-09-05 10:24:25,024 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 10:29:31,984 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 10:34:38,910 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 10:39:46,743 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 10:44:54,395 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 10:50:01,685 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 10:55:09,742 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 11:00:17,936 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 11:05:24,916 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 11:10:31,920 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 11:15:38,458 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 11:20:46,179 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 11:25:53,578 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 11:31:01,033 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 11:36:09,532 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 11:41:17,095 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 11:46:25,027 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 11:51:31,622 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 11:56:38,118 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 12:01:44,992 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 12:06:52,423 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 12:11:59,671 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 12:17:07,737 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 12:22:15,216 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 12:27:21,818 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 12:32:29,387 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 12:37:36,873 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 12:42:44,041 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 12:47:51,556 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 12:52:59,817 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 12:58:07,599 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 13:03:15,006 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 13:08:22,833 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 13:13:31,009 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 13:18:38,949 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 13:23:46,927 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 13:28:54,618 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 13:34:01,566 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 13:39:08,275 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 13:44:15,424 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 13:49:22,587 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 13:54:29,699 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 13:59:38,031 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 14:04:46,104 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 14:09:53,821 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 14:15:02,102 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 14:20:09,836 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 14:25:17,368 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 14:30:24,544 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 14:35:32,500 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 14:40:39,229 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 14:45:45,992 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 14:50:53,255 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 14:55:59,852 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 15:01:07,939 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 15:06:15,950 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 15:11:23,396 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 15:16:30,651 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 15:21:37,639 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 15:26:44,571 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 15:31:52,732 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 15:37:00,169 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 15:42:07,579 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 15:47:14,324 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 15:52:22,420 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 15:57:29,868 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 16:02:37,878 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 16:07:45,390 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 16:12:52,778 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 16:18:00,035 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 16:23:06,859 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 16:28:14,433 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 16:33:21,646 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 16:38:29,239 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 16:43:36,938 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 16:48:45,202 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 16:53:51,996 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 16:58:59,484 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 17:04:07,550 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 17:09:13,725 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 17:14:20,728 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 17:19:28,042 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 17:24:35,728 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 17:29:43,388 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 17:34:50,784 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 17:39:57,469 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 17:45:04,728 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 17:50:12,531 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 17:55:19,318 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 18:00:27,019 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 18:05:35,016 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 18:10:42,184 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 18:15:50,263 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 18:20:58,614 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 18:26:06,256 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 18:31:13,271 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 18:36:19,907 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 18:41:27,860 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 18:46:35,136 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 18:51:42,430 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 18:56:50,025 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 19:01:57,647 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 19:07:05,851 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 19:12:12,610 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 19:17:20,373 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 19:22:28,200 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 19:27:34,989 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 19:32:41,889 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 19:37:49,891 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 19:42:58,089 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 19:48:05,655 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 19:53:13,505 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 19:58:21,850 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 20:03:29,521 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 20:08:36,920 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 20:13:43,934 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 20:18:51,393 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 20:23:58,764 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 20:29:06,501 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 20:34:13,486 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 20:39:21,527 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 20:44:28,920 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 20:49:36,544 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 20:54:44,233 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 20:59:52,123 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 21:04:59,570 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 21:10:07,467 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 21:15:15,044 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 21:20:23,018 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 21:25:30,041 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 21:30:37,310 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 21:35:44,868 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 21:40:51,501 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 21:45:59,030 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 21:51:06,109 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 21:56:12,861 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 22:01:20,133 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 22:06:27,583 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 22:11:34,459 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 22:16:42,342 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 22:21:48,860 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 22:26:56,241 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 22:32:03,432 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 22:37:10,353 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 22:42:19,023 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 22:47:26,624 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 22:52:34,809 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 22:57:42,558 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 23:02:50,668 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 23:07:57,780 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 23:13:05,844 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 23:18:12,656 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 23:23:20,053 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 23:28:27,415 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 23:33:34,446 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 23:38:41,607 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 23:43:49,560 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 23:48:57,439 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 23:54:05,031 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-05 23:59:12,880 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 00:00:39,413 WARNING cron.scheduler: Job '380651bcfd02': primary auth failed (No inference provider configured. Run 'hermes model' to choose a provider and model, or set an API key (OPENROUTER_API_KEY, OPENAI_API_KEY, etc.) in ~/.hermes/.env.), trying fallback 2026-09-06 00:00:39,530 ERROR cron.scheduler: Job 'seo-dashboard-nightly-sync' failed: RuntimeError: No inference provider configured. Run 'hermes model' to choose a provider and model, or set an API key (OPENROUTER_API_KEY, OPENAI_API_KEY, etc.) in ~/.hermes/.env. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/cron/scheduler.py", line 3507, in run_job runtime = resolve_runtime_provider(**runtime_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/hermes_cli/runtime_provider.py", line 1829, in resolve_runtime_provider provider = resolve_provider( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/hermes_cli/auth.py", line 2177, in resolve_provider raise AuthError( hermes_cli.auth.AuthError: No inference provider configured. Run 'hermes model' to choose a provider and model, or set an API key (OPENROUTER_API_KEY, OPENAI_API_KEY, etc.) in ~/.hermes/.env. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/cron/scheduler.py", line 3554, in run_job raise RuntimeError(format_runtime_provider_error(auth_exc)) from auth_exc RuntimeError: No inference provider configured. Run 'hermes model' to choose a provider and model, or set an API key (OPENROUTER_API_KEY, OPENAI_API_KEY, etc.) in ~/.hermes/.env. 2026-09-06 00:04:21,461 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 00:09:28,763 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 00:14:36,356 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 00:19:44,302 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 00:24:52,233 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 00:30:00,150 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 00:35:07,559 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 00:40:15,622 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 00:45:24,022 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 00:50:32,527 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 00:55:39,473 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 01:00:47,122 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 01:05:54,535 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 01:11:01,452 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 01:16:09,051 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 01:21:17,085 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 01:26:24,412 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 01:31:32,617 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 01:36:40,128 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 01:41:47,620 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 01:46:55,257 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 01:52:03,253 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 01:57:10,414 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 02:02:18,645 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 02:07:27,092 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 02:12:34,386 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 02:17:42,746 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 02:22:50,095 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 02:27:57,055 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 02:33:03,909 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 02:38:11,717 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 02:43:18,573 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 02:48:25,790 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 02:53:32,474 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 02:58:40,147 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 03:03:47,334 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 03:08:54,947 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 03:13:00,458 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network _redact_telegram_error_text(error), scheduling reconnect: Bad Gateway 2026-09-06 03:13:00,464 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: Bad Gateway 2026-09-06 03:13:20,468 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] updater.stop() timed out during network-error reconnect (likely CLOSE-WAIT socket); forcing drain and restart without clean stop 2026-09-06 03:13:40,533 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Timed out: Timed out. Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 32, in read with map_exceptions(exc_map): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request res = await self._client.request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 122, in handle_async_request response = await transport.handle_async_request(candidate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper code, payload = await self.do_request( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request raise TimedOut from err telegram.error.TimedOut: Timed out 2026-09-06 03:13:40,589 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Timed out 2026-09-06 03:13:40,589 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 2/10), reconnecting in 10s. Error: Timed out 2026-09-06 03:14:02,137 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 03:14:10,637 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Timed out: Timed out. Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 32, in read with map_exceptions(exc_map): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request res = await self._client.request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 122, in handle_async_request response = await transport.handle_async_request(candidate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper code, payload = await self.do_request( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request raise TimedOut from err telegram.error.TimedOut: Timed out 2026-09-06 03:14:10,719 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Timed out 2026-09-06 03:14:10,719 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 3/10), reconnecting in 20s. Error: Timed out 2026-09-06 03:14:50,772 ERROR telegram.ext: Network Retry Loop (Bootstrap delete Webhook): Timed out: Timed out. Failed run number 0 of 0. Aborting. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 32, in read with map_exceptions(exc_map): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request res = await self._client.request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/plugins/platforms/telegram/telegram_network.py", line 122, in handle_async_request response = await transport.handle_async_request(candidate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 161, in network_retry_loop await do_action() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_utils/networkloop.py", line 136, in do_action await action_cb() File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_updater.py", line 686, in bootstrap_del_webhook await self.bot.delete_webhook(drop_pending_updates=drop_pending_updates) File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 1489, in delete_webhook return await super().delete_webhook( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 5032, in delete_webhook return await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper code, payload = await self.do_request( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/venv/lib/python3.11/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request raise TimedOut from err telegram.error.TimedOut: Timed out 2026-09-06 03:14:50,806 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram polling reconnect failed: Timed out 2026-09-06 03:14:50,814 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 4/10), reconnecting in 40s. Error: Timed out 2026-09-06 03:19:10,042 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 03:24:17,200 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 03:29:25,346 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 03:34:32,774 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 03:39:39,853 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 03:44:47,034 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 03:49:55,011 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 03:55:02,119 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 04:00:10,245 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 04:05:17,903 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 04:10:24,400 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 04:15:31,957 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 04:20:39,612 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 04:25:47,312 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 04:30:55,051 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 04:36:02,510 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 04:41:10,193 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 04:46:18,055 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 04:51:25,718 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 04:56:33,463 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 05:01:41,079 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 05:06:48,225 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 05:11:56,896 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 05:17:04,732 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 05:22:12,491 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 05:27:19,668 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 05:32:26,134 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 05:37:34,220 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 05:42:40,658 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 05:47:48,272 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 05:52:56,007 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 05:58:03,909 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 06:03:11,869 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 06:08:18,885 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 06:13:25,639 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 06:18:33,972 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 06:23:40,724 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 06:28:47,860 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 06:33:55,724 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 06:39:03,723 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 06:44:10,908 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 06:49:18,056 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 06:54:25,193 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 06:59:32,103 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 07:04:39,836 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 07:09:48,024 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 07:14:55,808 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 07:20:03,663 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 07:25:10,603 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 07:30:17,880 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 07:35:24,785 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 07:40:32,190 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 07:45:40,687 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 07:50:47,582 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 07:55:55,607 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 08:01:02,396 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 08:06:10,814 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 08:11:18,821 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 08:16:26,396 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 08:21:33,200 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 08:26:39,799 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 08:31:47,888 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 08:36:56,371 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 08:42:04,425 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 08:47:12,109 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 08:52:19,807 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 08:57:27,588 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 09:02:34,706 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 09:07:41,693 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 09:12:48,853 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 09:17:56,726 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 09:23:03,948 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 09:28:11,715 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 09:33:20,036 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 09:38:28,123 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 09:43:34,659 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 09:48:41,551 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 09:53:48,736 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 09:58:56,899 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 10:04:04,339 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 10:09:11,760 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 10:14:18,222 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 10:19:25,842 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 10:24:32,500 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 10:29:40,639 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 10:34:47,844 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 10:39:55,096 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 10:45:02,995 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 10:50:10,668 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 10:55:17,281 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 11:00:25,097 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 11:05:33,016 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 11:10:40,558 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 11:15:47,307 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 11:20:55,444 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 11:26:03,218 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 11:31:10,158 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 11:36:17,184 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 11:41:24,299 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 11:46:31,614 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 11:51:40,915 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 11:56:48,243 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 12:01:55,781 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 12:07:03,244 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 12:12:10,942 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 12:17:18,757 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 12:22:24,988 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 12:27:32,604 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 12:32:40,071 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 12:37:47,058 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 12:42:53,399 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 12:48:01,808 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 12:53:08,716 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 12:58:16,149 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 13:03:23,772 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 13:08:31,225 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 13:13:38,723 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 13:18:47,168 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 13:23:53,860 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 13:29:01,908 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 13:34:09,234 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 13:39:17,056 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 13:44:23,847 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 13:49:30,575 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 13:54:38,053 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 13:59:46,002 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 14:04:54,350 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 14:10:02,013 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 14:15:10,011 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 14:20:17,984 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 14:25:25,335 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 14:30:32,932 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 14:35:40,209 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 14:40:46,697 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 14:45:54,778 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 14:51:02,009 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 14:56:09,400 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 15:01:17,470 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 15:06:23,871 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 15:11:30,596 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 15:16:38,243 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 15:21:45,470 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 15:26:52,646 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 15:32:00,730 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 15:37:07,970 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 15:42:14,143 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 15:47:21,921 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 15:52:29,682 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 15:57:37,088 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 16:02:44,125 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 16:07:51,768 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 16:12:59,982 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 16:18:07,610 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 16:23:14,839 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 16:28:22,602 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 16:33:29,959 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 16:38:37,838 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 16:43:45,412 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 16:48:53,586 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 16:54:00,363 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 16:59:07,926 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 17:04:16,335 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 17:09:23,543 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 17:14:30,357 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 17:19:36,923 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 17:24:44,485 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 17:29:50,631 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 17:34:57,839 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 17:40:04,968 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 17:45:12,385 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 17:50:20,485 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 17:55:28,084 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 18:00:35,452 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 18:05:43,480 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 18:10:50,201 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 18:15:56,901 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 18:21:05,452 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 18:26:12,041 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 18:31:19,703 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 18:36:26,748 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 18:41:34,431 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 18:46:42,493 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 18:51:49,482 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 18:56:57,490 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 19:02:05,390 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 19:07:12,830 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 19:12:19,845 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 19:17:27,718 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 19:22:35,008 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 19:27:41,642 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 19:32:48,337 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 19:37:56,665 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 19:43:03,217 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 19:48:09,855 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 19:53:17,316 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 19:58:25,614 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 20:03:32,966 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 20:08:39,658 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 20:13:46,929 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 20:18:54,154 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 20:24:02,592 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 20:29:10,455 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 20:34:17,884 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 20:39:25,243 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 20:44:33,719 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 20:49:41,681 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 20:54:49,339 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 20:59:55,985 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 21:05:03,400 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 21:10:11,974 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 21:15:19,840 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 21:20:28,169 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 21:25:35,326 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 21:30:42,621 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 21:35:49,135 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 21:40:55,687 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 21:46:02,672 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 21:51:10,799 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 21:56:18,249 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 22:01:26,409 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 22:06:34,283 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 22:11:42,139 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 22:16:49,566 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 22:21:57,270 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 22:27:04,825 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 22:32:12,519 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 22:37:20,202 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 22:42:28,453 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 22:47:36,361 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 22:52:44,652 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 22:57:51,709 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 23:02:59,627 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 23:08:07,393 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 23:13:14,433 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 23:18:22,245 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 23:23:28,823 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 23:28:36,807 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 23:33:44,342 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 23:38:50,692 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 23:43:57,264 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 23:49:04,760 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 23:54:13,361 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-06 23:59:20,768 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 00:00:43,246 WARNING cron.scheduler: Job '380651bcfd02': primary auth failed (No inference provider configured. Run 'hermes model' to choose a provider and model, or set an API key (OPENROUTER_API_KEY, OPENAI_API_KEY, etc.) in ~/.hermes/.env.), trying fallback 2026-09-07 00:00:43,252 ERROR cron.scheduler: Job 'seo-dashboard-nightly-sync' failed: RuntimeError: No inference provider configured. Run 'hermes model' to choose a provider and model, or set an API key (OPENROUTER_API_KEY, OPENAI_API_KEY, etc.) in ~/.hermes/.env. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/cron/scheduler.py", line 3507, in run_job runtime = resolve_runtime_provider(**runtime_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/hermes_cli/runtime_provider.py", line 1829, in resolve_runtime_provider provider = resolve_provider( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/hermes_cli/auth.py", line 2177, in resolve_provider raise AuthError( hermes_cli.auth.AuthError: No inference provider configured. Run 'hermes model' to choose a provider and model, or set an API key (OPENROUTER_API_KEY, OPENAI_API_KEY, etc.) in ~/.hermes/.env. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/cron/scheduler.py", line 3554, in run_job raise RuntimeError(format_runtime_provider_error(auth_exc)) from auth_exc RuntimeError: No inference provider configured. Run 'hermes model' to choose a provider and model, or set an API key (OPENROUTER_API_KEY, OPENAI_API_KEY, etc.) in ~/.hermes/.env. 2026-09-07 00:04:28,502 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 00:09:35,693 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 00:14:43,082 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 00:19:51,220 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 00:24:58,437 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 00:30:06,067 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 00:35:13,616 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 00:40:20,249 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 00:45:27,613 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 00:50:34,796 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 00:55:41,271 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 01:00:47,850 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 01:05:56,044 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 01:11:03,134 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 01:16:10,419 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 01:21:17,767 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 01:26:25,203 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 01:31:32,480 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 01:36:38,876 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 01:41:45,970 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 01:46:53,689 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 01:52:01,920 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 01:57:09,530 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 02:02:17,911 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 02:07:25,055 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 02:12:33,241 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 02:17:41,648 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 02:22:48,954 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 02:27:55,731 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 02:33:03,643 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 02:38:10,834 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 02:43:18,388 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 02:48:25,740 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 02:53:33,856 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 02:58:41,950 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 03:03:48,870 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 03:08:55,786 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 03:14:03,768 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 03:19:11,916 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 03:24:20,161 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 03:29:28,120 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 03:34:35,539 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 03:39:42,366 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 03:44:50,005 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 03:49:57,465 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 03:55:05,633 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 04:00:13,272 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 04:05:21,365 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 04:10:29,299 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 04:15:36,057 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 04:20:44,086 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 04:25:51,453 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 04:30:58,844 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 04:36:07,000 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 04:41:13,692 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 04:46:21,123 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 04:51:28,854 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 04:56:36,120 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 05:01:43,129 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 05:06:50,172 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 05:11:57,379 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 05:17:06,402 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 05:22:14,778 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 05:27:22,031 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 05:32:30,007 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 05:37:37,130 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 05:42:44,217 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 05:47:51,437 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 05:52:58,662 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 05:58:06,168 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 06:03:14,250 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 06:08:22,217 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 06:13:29,803 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 06:18:37,053 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 06:23:45,177 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 06:28:52,498 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 06:33:59,997 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 06:39:07,387 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 06:44:14,043 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 06:49:20,782 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 06:54:28,916 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 06:59:35,432 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 07:04:43,515 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 07:09:51,485 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 07:15:00,015 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 07:20:08,558 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 07:25:15,937 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 07:30:23,169 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 07:35:30,264 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 07:40:37,581 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 07:45:44,460 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 07:50:51,750 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 07:55:58,950 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 08:01:07,111 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 08:06:14,839 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 08:11:21,917 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 08:16:29,499 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 08:21:36,084 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 08:26:42,372 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 08:31:49,966 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 08:36:57,392 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 08:42:05,079 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 08:47:13,080 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 08:52:19,513 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 08:57:27,138 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 09:02:35,547 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 09:07:43,846 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 09:12:51,270 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 09:17:58,654 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 09:23:05,408 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 09:28:12,391 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 09:33:20,058 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 09:38:27,543 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 09:43:35,714 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 09:48:43,977 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 09:53:51,238 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 09:58:58,508 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 10:01:05,604 WARNING cron.scheduler: Job '2e50b1c88a37': primary auth failed (No inference provider configured. Run 'hermes model' to choose a provider and model, or set an API key (OPENROUTER_API_KEY, OPENAI_API_KEY, etc.) in ~/.hermes/.env.), trying fallback 2026-09-07 10:01:05,606 ERROR cron.scheduler: Job 'weekly-glv-seo-report' failed: RuntimeError: No inference provider configured. Run 'hermes model' to choose a provider and model, or set an API key (OPENROUTER_API_KEY, OPENAI_API_KEY, etc.) in ~/.hermes/.env. Traceback (most recent call last): File "/usr/local/lib/hermes-agent/cron/scheduler.py", line 3507, in run_job runtime = resolve_runtime_provider(**runtime_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/hermes_cli/runtime_provider.py", line 1829, in resolve_runtime_provider provider = resolve_provider( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/hermes-agent/hermes_cli/auth.py", line 2177, in resolve_provider raise AuthError( hermes_cli.auth.AuthError: No inference provider configured. Run 'hermes model' to choose a provider and model, or set an API key (OPENROUTER_API_KEY, OPENAI_API_KEY, etc.) in ~/.hermes/.env. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/hermes-agent/cron/scheduler.py", line 3554, in run_job raise RuntimeError(format_runtime_provider_error(auth_exc)) from auth_exc RuntimeError: No inference provider configured. Run 'hermes model' to choose a provider and model, or set an API key (OPENROUTER_API_KEY, OPENAI_API_KEY, etc.) in ~/.hermes/.env. 2026-09-07 10:04:05,107 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 10:09:12,633 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 10:14:19,300 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 10:19:26,775 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 10:24:34,442 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 10:29:41,917 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 10:34:50,170 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 10:39:58,016 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 10:45:06,077 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 10:50:14,512 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 10:55:21,723 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 11:00:28,418 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 11:05:35,723 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 11:10:43,992 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 11:15:50,688 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 11:20:58,580 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 11:26:05,725 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 11:31:14,106 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 11:36:20,432 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 11:37:37,259 WARNING gateway.run: Shutdown context: signal=SIGTERM under_systemd=yes parent_pid=1 parent_name=systemd loadavg_1m=0.26 parent_cmdline='/usr/lib/systemd/systemd --system --deserialize=98' 2026-09-07 11:37:40,451 WARNING hermes_cli.plugins: Plugin operate/handoff-task: unknown kind 'command' (valid: backend, exclusive, model-provider, platform, standalone); treating as 'standalone' 2026-09-07 11:37:42,924 WARNING hermes.security_audit: Security posture audit found 1 issue(s) — review your deployment: 2026-09-07 11:37:42,925 WARNING hermes.security_audit: [security 1/1] Running as ROOT. The agent's terminal/file tools execute with full root privileges — a single prompt-injection or exposed endpoint is a full host compromise. Run Hermes as an unprivileged user (or in a sandboxed terminal backend / container with a non-root user). 2026-09-07 11:37:52,566 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 11:37:52,567 WARNING tools.mcp_tool: Failed to connect to MCP server 'stays' (command=stays mcp): Connection closed 2026-09-07 11:37:52,672 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Discovering Telegram API fallback IPs via DNS-over-HTTPS… 2026-09-07 11:37:53,131 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Connecting to Telegram (attempt 1/8)… 2026-09-07 11:38:20,198 WARNING hermes_plugins.feishu_platform.adapter: [Feishu] Unable to hydrate bot name from application info. Grant admin:app.info:readonly or application:application:self_manage so group @mention gating can resolve the bot name precisely. 2026-09-07 11:38:21,009 ERROR Lark: connect failed, err: 1000040351: Incorrect domain name 2026-09-07 11:38:21,487 WARNING gateway.session: gateway.session: pruning stale sessions.json entry 'agent:main:telegram:group:-1003707758328:1' -> 20260903_072308_2f7b7eda (end_reason='session_reset'); left by a crashed gateway 2026-09-07 11:38:21,488 WARNING gateway.session: gateway.session: pruning stale sessions.json entry 'agent:main:telegram:group:-1003707758328:18' -> 20260905_102117_ce463281 (end_reason='session_reset'); left by a crashed gateway 2026-09-07 11:43:00,406 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 11:48:08,844 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 11:53:16,692 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 11:58:24,869 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 12:03:32,337 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 12:08:40,033 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 12:13:17,143 WARNING tools.registry: check_fn check_bfl_requirements returned False; dependent tools will be unavailable this turn 2026-09-07 12:13:17,158 WARNING tools.registry: check_fn _browser_cdp_check returned False; dependent tools will be unavailable this turn 2026-09-07 12:13:17,166 WARNING tools.registry: check_fn _browser_dialog_check returned False; dependent tools will be unavailable this turn 2026-09-07 12:13:17,316 WARNING tools.registry: check_fn check_computer_use_requirements returned False; dependent tools will be unavailable this turn 2026-09-07 12:13:17,323 WARNING tools.registry: check_fn check_image_generation_requirements returned False; dependent tools will be unavailable this turn 2026-09-07 12:13:17,326 WARNING tools.registry: check_fn _check_kanban_mode returned False; dependent tools will be unavailable this turn 2026-09-07 12:13:17,328 WARNING tools.registry: check_fn _check_kanban_orchestrator_mode returned False; dependent tools will be unavailable this turn 2026-09-07 12:13:17,648 WARNING agent.model_metadata: Could not determine context length for model 'default' (base_url=http://localhost:20128/v1) — falling back to 256,000 tokens. Set model.context_length in config.yaml to override. 2026-09-07 12:13:46,755 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 12:18:55,276 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 12:24:02,745 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 12:29:10,465 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 12:34:18,414 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 12:39:24,847 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 12:44:32,232 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 12:49:40,103 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 12:54:48,066 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 12:59:54,898 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 13:05:02,391 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 13:10:10,764 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 13:15:18,164 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 13:20:26,238 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 13:25:33,492 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 13:30:40,709 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 13:35:47,839 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 13:40:55,311 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 13:46:03,452 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 13:51:10,171 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 13:56:18,137 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 14:01:25,622 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 14:06:32,148 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 14:11:38,836 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 14:16:46,351 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 14:21:54,143 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 14:27:02,654 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 14:32:11,285 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 14:37:18,583 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 14:42:26,421 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 14:47:34,132 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 14:52:40,878 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 14:57:48,422 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 15:02:56,981 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 15:08:05,294 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 15:13:12,119 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 15:18:20,494 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 15:23:28,352 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 15:28:35,954 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 15:33:43,178 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 15:38:51,709 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 15:43:59,460 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 15:49:07,372 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 15:54:14,722 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 15:59:21,866 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 16:04:29,697 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 16:09:36,322 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 16:14:44,435 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 16:19:51,328 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 16:24:59,088 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 16:30:06,617 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 16:35:14,305 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 16:40:22,037 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 16:45:28,701 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 16:50:36,615 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 16:55:43,047 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 17:00:50,014 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 17:05:57,615 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 17:11:05,299 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 17:16:12,911 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 17:21:20,260 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 17:26:27,314 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 17:27:33,502 WARNING hermes_cli.copilot_auth: Token from GITHUB_TOKEN is not supported: Classic Personal Access Tokens (ghp_*) are not supported by the Copilot API. Use one of: → `copilot login` or `hermes model` to authenticate via OAuth → A fine-grained PAT (github_pat_*) with Copilot Requests permission → `gh auth login` with the default device code flow (produces gho_* tokens) 2026-09-07 17:27:33,502 WARNING hermes_cli.copilot_auth: Token from GITHUB_TOKEN is not supported: Classic Personal Access Tokens (ghp_*) are not supported by the Copilot API. Use one of: → `copilot login` or `hermes model` to authenticate via OAuth → A fine-grained PAT (github_pat_*) with Copilot Requests permission → `gh auth login` with the default device code flow (produces gho_* tokens) 2026-09-07 17:27:43,084 WARNING agent.model_metadata: Could not determine context length for model 'default' (base_url=default) — falling back to 256,000 tokens. Set model.context_length in config.yaml to override. 2026-09-07 17:28:03,644 WARNING tui_gateway.entry: Background MCP discovery previously exited with no connected servers; retrying discovery thread 2026-09-07 17:28:04,471 WARNING hermes_cli.copilot_auth: Token from GITHUB_TOKEN is not supported: Classic Personal Access Tokens (ghp_*) are not supported by the Copilot API. Use one of: → `copilot login` or `hermes model` to authenticate via OAuth → A fine-grained PAT (github_pat_*) with Copilot Requests permission → `gh auth login` with the default device code flow (produces gho_* tokens) 2026-09-07 17:28:04,471 WARNING hermes_cli.copilot_auth: Token from GITHUB_TOKEN is not supported: Classic Personal Access Tokens (ghp_*) are not supported by the Copilot API. Use one of: → `copilot login` or `hermes model` to authenticate via OAuth → A fine-grained PAT (github_pat_*) with Copilot Requests permission → `gh auth login` with the default device code flow (produces gho_* tokens) 2026-09-07 17:28:08,475 WARNING tools.registry: check_fn check_bfl_requirements returned False; dependent tools will be unavailable this turn 2026-09-07 17:28:08,491 WARNING tools.registry: check_fn _browser_cdp_check returned False; dependent tools will be unavailable this turn 2026-09-07 17:28:08,499 WARNING tools.registry: check_fn _browser_dialog_check returned False; dependent tools will be unavailable this turn 2026-09-07 17:28:08,651 WARNING tools.registry: check_fn check_computer_use_requirements returned False; dependent tools will be unavailable this turn 2026-09-07 17:28:08,659 WARNING tools.registry: check_fn check_image_generation_requirements returned False; dependent tools will be unavailable this turn 2026-09-07 17:28:08,661 WARNING tools.registry: check_fn _check_kanban_mode returned False; dependent tools will be unavailable this turn 2026-09-07 17:28:08,663 WARNING tools.registry: check_fn _check_kanban_orchestrator_mode returned False; dependent tools will be unavailable this turn 2026-09-07 17:28:08,993 WARNING agent.model_metadata: Could not determine context length for model 'default' (base_url=http://localhost:20128/v1) — falling back to 256,000 tokens. Set model.context_length in config.yaml to override. 2026-09-07 17:28:11,188 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 17:28:11,189 WARNING tools.mcp_tool: Failed to connect to MCP server 'stays' (command=stays mcp): Connection closed 2026-09-07 17:28:11,197 WARNING tui_gateway.entry: Background MCP discovery completed with zero connected servers 2026-09-07 17:28:39,070 WARNING hermes_cli.copilot_auth: Token from GITHUB_TOKEN is not supported: Classic Personal Access Tokens (ghp_*) are not supported by the Copilot API. Use one of: → `copilot login` or `hermes model` to authenticate via OAuth → A fine-grained PAT (github_pat_*) with Copilot Requests permission → `gh auth login` with the default device code flow (produces gho_* tokens) 2026-09-07 17:28:39,070 WARNING hermes_cli.copilot_auth: Token from GITHUB_TOKEN is not supported: Classic Personal Access Tokens (ghp_*) are not supported by the Copilot API. Use one of: → `copilot login` or `hermes model` to authenticate via OAuth → A fine-grained PAT (github_pat_*) with Copilot Requests permission → `gh auth login` with the default device code flow (produces gho_* tokens) 2026-09-07 17:28:39,118 WARNING tui_gateway.entry: Background MCP discovery previously exited with no connected servers; retrying discovery thread 2026-09-07 17:28:39,185 WARNING tools.registry: check_fn check_bfl_requirements returned False; dependent tools will be unavailable this turn 2026-09-07 17:28:39,194 WARNING tools.registry: check_fn _browser_cdp_check returned False; dependent tools will be unavailable this turn 2026-09-07 17:28:39,200 WARNING tools.registry: check_fn _browser_dialog_check returned False; dependent tools will be unavailable this turn 2026-09-07 17:28:39,243 WARNING tools.registry: check_fn check_computer_use_requirements returned False; dependent tools will be unavailable this turn 2026-09-07 17:28:39,249 WARNING tools.registry: check_fn check_image_generation_requirements returned False; dependent tools will be unavailable this turn 2026-09-07 17:28:39,250 WARNING tools.registry: check_fn _check_kanban_mode returned False; dependent tools will be unavailable this turn 2026-09-07 17:28:39,252 WARNING tools.registry: check_fn _check_kanban_orchestrator_mode returned False; dependent tools will be unavailable this turn 2026-09-07 17:31:35,761 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 17:33:17,297 WARNING tui_gateway.entry: Background MCP discovery previously exited with no connected servers; retrying discovery thread 2026-09-07 17:33:17,311 WARNING tui_gateway.entry: Background MCP discovery completed with zero connected servers 2026-09-07 17:33:17,316 WARNING tui_gateway.entry: Background MCP discovery previously exited with no connected servers; retrying discovery thread 2026-09-07 17:33:17,331 WARNING tui_gateway.entry: Background MCP discovery completed with zero connected servers 2026-09-07 17:33:17,924 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 17:36:42,769 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 17:38:25,831 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 17:41:50,753 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 17:43:33,785 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 17:46:58,054 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 17:47:42,798 WARNING agent.model_metadata: Could not determine context length for model 'complex' (base_url=http://localhost:20128/v1) — falling back to 256,000 tokens. Set model.context_length in config.yaml to override. 2026-09-07 17:48:25,139 WARNING [20260720_101242_21f034] agent.tool_executor: Tool web_extract returned error (0.07s): {"success": false, "error": "DuckDuckGo (ddgs) is a search-only backend and cannot extract URL content. Set web.extract_backend to firecrawl, tavily, exa, or parallel."} 2026-09-07 17:48:25,393 WARNING [20260720_101242_21f034] agent.tool_executor: Tool web_extract returned error (0.05s): {"success": false, "error": "DuckDuckGo (ddgs) is a search-only backend and cannot extract URL content. Set web.extract_backend to firecrawl, tavily, exa, or parallel."} 2026-09-07 17:48:37,961 WARNING [20260720_101242_21f034] tools.browser_tool: browser 'open' stderr: npm notice npm notice New major version of npm available! 10.9.8 -> 12.0.2 npm notice Changelog: https://github.com/npm/cli/releases/tag/v12.0.2 npm notice To update run: npm install -g npm@12.0.2 npm notice 2026-09-07 17:48:37,964 WARNING [20260720_101242_21f034] agent.tool_executor: Tool browser_navigate returned error (7.49s): {"success": false, "error": "Navigation failed: net::ERR_HTTP_RESPONSE_CODE_FAILURE"} 2026-09-07 17:48:40,906 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 17:50:30,828 WARNING [20260720_101242_21f034] agent.tool_executor: Tool browser_navigate returned error (2.11s): {"success": false, "error": "Navigation failed: net::ERR_SSL_PROTOCOL_ERROR"} 2026-09-07 17:50:58,695 WARNING [20260720_101242_21f034] agent.tool_executor: Tool browser_navigate returned error (1.61s): {"success": false, "error": "Navigation failed: net::ERR_HTTP_RESPONSE_CODE_FAILURE"} 2026-09-07 17:52:06,623 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 17:52:08,481 WARNING [20260720_101242_21f034] tools.skills_tool: Skill security warning for 'multi-profile-orchestration': skill content contains patterns that may indicate prompt injection 2026-09-07 17:53:48,188 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 17:57:13,934 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 17:58:56,408 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 18:02:20,796 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 18:04:04,514 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 18:07:28,744 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 18:07:47,909 WARNING [20260720_101242_21f034] agent.tool_executor: Tool read_file returned error (0.07s): {"content": "", "total_lines": 0, "file_size": 4055, "truncated": false, "is_binary": true, "is_image": false, "error": "Binary file - cannot display as text. Use appropriate tools to handle this file 2026-09-07 18:09:12,513 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 18:12:35,569 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 18:14:19,287 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 18:17:42,408 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 18:19:26,870 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 18:22:49,502 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 18:24:34,641 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 18:26:17,840 WARNING [20260720_101242_21f034] agent.tool_executor: Tool browser_navigate returned error (8.89s): {"success": false, "error": "Navigation failed: net::ERR_HTTP_RESPONSE_CODE_FAILURE"} 2026-09-07 18:27:56,754 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 18:29:04,197 WARNING hermes_cli.copilot_auth: Token from GITHUB_TOKEN is not supported: Classic Personal Access Tokens (ghp_*) are not supported by the Copilot API. Use one of: → `copilot login` or `hermes model` to authenticate via OAuth → A fine-grained PAT (github_pat_*) with Copilot Requests permission → `gh auth login` with the default device code flow (produces gho_* tokens) 2026-09-07 18:29:04,198 WARNING hermes_cli.copilot_auth: Token from GITHUB_TOKEN is not supported: Classic Personal Access Tokens (ghp_*) are not supported by the Copilot API. Use one of: → `copilot login` or `hermes model` to authenticate via OAuth → A fine-grained PAT (github_pat_*) with Copilot Requests permission → `gh auth login` with the default device code flow (produces gho_* tokens) 2026-09-07 18:29:32,584 WARNING [20260720_101242_21f034] tools.skills_tool: Skill security warning for 'multi-profile-orchestration': skill content contains patterns that may indicate prompt injection 2026-09-07 18:29:41,784 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 18:33:05,184 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 18:34:58,834 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): BrokenResourceError: 2026-09-07 18:38:23,472 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 18:40:11,433 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 18:41:25,677 WARNING [20260720_101242_21f034] agent.tool_executor: Tool terminal returned error (88.16s): {"output": "/root/.hermes/scripts/handoff_policy.py\n/root/.hermes/scripts/handoff_auto_listener.py\n/root/.hermes/scripts/handoff_research.py\n/root/.hermes/skills/operate/handoff-task\n=== LIB HANDO 2026-09-07 18:43:31,476 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 18:45:18,758 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 18:48:38,909 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 18:50:26,111 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 18:53:46,964 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 18:55:33,280 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 18:58:55,359 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 19:00:41,183 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 19:04:02,328 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 19:05:49,154 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 19:05:54,296 WARNING [20260907_190535_a14dc5c1] agent.tool_executor: Tool terminal returned error (0.12s): {"output": "", "exit_code": 35, "error": null} 2026-09-07 19:07:09,668 WARNING [20260907_190535_a14dc5c1] agent.tool_executor: Tool read_file returned error (0.09s): {"content": "", "total_lines": 0, "file_size": 0, "truncated": false, "is_binary": false, "is_image": false, "error": "File not found: /etc/caddy/Caddyfile"} 2026-09-07 19:07:16,617 WARNING [20260907_190535_a14dc5c1] agent.tool_executor: Tool terminal returned error (0.09s): {"output": "Unit caddy.service could not be found.", "exit_code": 4, "error": null} 2026-09-07 19:07:22,654 WARNING [20260907_190535_a14dc5c1] agent.tool_executor: Tool terminal returned error (0.12s): {"output": "root 1242560 1242537 0 Jul22 ? 00:54:25 caddy run --config /etc/caddy/Caddyfile --adapter caddyfile\nroot 3284597 3252620 0 19:07 ? 00:00:00 /usr/bin/bash -c source 2026-09-07 19:09:10,972 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 19:10:56,874 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 19:14:17,753 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 19:16:03,615 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 19:19:25,561 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 19:19:38,877 WARNING tui_gateway.entry: Background MCP discovery previously exited with no connected servers; retrying discovery thread 2026-09-07 19:19:38,905 WARNING tui_gateway.entry: Background MCP discovery completed with zero connected servers 2026-09-07 19:19:38,927 WARNING tui_gateway.entry: Background MCP discovery previously exited with no connected servers; retrying discovery thread 2026-09-07 19:19:38,949 WARNING tui_gateway.entry: Background MCP discovery completed with zero connected servers 2026-09-07 19:19:39,285 WARNING hermes_cli.copilot_auth: Token from GITHUB_TOKEN is not supported: Classic Personal Access Tokens (ghp_*) are not supported by the Copilot API. Use one of: → `copilot login` or `hermes model` to authenticate via OAuth → A fine-grained PAT (github_pat_*) with Copilot Requests permission → `gh auth login` with the default device code flow (produces gho_* tokens) 2026-09-07 19:19:39,285 WARNING hermes_cli.copilot_auth: Token from GITHUB_TOKEN is not supported: Classic Personal Access Tokens (ghp_*) are not supported by the Copilot API. Use one of: → `copilot login` or `hermes model` to authenticate via OAuth → A fine-grained PAT (github_pat_*) with Copilot Requests permission → `gh auth login` with the default device code flow (produces gho_* tokens) 2026-09-07 19:19:46,480 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 19:24:32,692 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 19:24:53,129 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 19:29:40,213 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 19:30:00,258 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 19:30:13,650 WARNING [20260907_190535_a14dc5c1] agent.tool_executor: Tool terminal returned error (0.08s): {"output": "Error: the CLI for serve and funnel has changed.\nPlease see https://tailscale.com/kb/1242/tailscale-serve for more information.\ntry `tailscale funnel --help` for usage info", "exit_code" 2026-09-07 19:30:33,521 WARNING [20260907_190535_a14dc5c1] agent.tool_executor: Tool terminal returned error (0.04s): {"output": "", "exit_code": 1, "error": null} 2026-09-07 19:30:37,234 WARNING [20260907_190535_a14dc5c1] agent.tool_executor: Tool terminal returned error (0.04s): {"output": "", "exit_code": 1, "error": null} 2026-09-07 19:30:44,265 WARNING [20260907_190535_a14dc5c1] agent.tool_executor: Tool terminal returned error (0.04s): {"output": "", "exit_code": 1, "error": null} 2026-09-07 19:34:47,264 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 19:35:07,802 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 19:37:10,694 WARNING tui_gateway.entry: Background MCP discovery previously exited with no connected servers; retrying discovery thread 2026-09-07 19:37:10,712 WARNING tui_gateway.entry: Background MCP discovery completed with zero connected servers 2026-09-07 19:37:10,719 WARNING tui_gateway.entry: Background MCP discovery previously exited with no connected servers; retrying discovery thread 2026-09-07 19:37:10,735 WARNING tui_gateway.entry: Background MCP discovery completed with zero connected servers 2026-09-07 19:37:10,810 WARNING hermes_cli.copilot_auth: Token from GITHUB_TOKEN is not supported: Classic Personal Access Tokens (ghp_*) are not supported by the Copilot API. Use one of: → `copilot login` or `hermes model` to authenticate via OAuth → A fine-grained PAT (github_pat_*) with Copilot Requests permission → `gh auth login` with the default device code flow (produces gho_* tokens) 2026-09-07 19:37:10,811 WARNING hermes_cli.copilot_auth: Token from GITHUB_TOKEN is not supported: Classic Personal Access Tokens (ghp_*) are not supported by the Copilot API. Use one of: → `copilot login` or `hermes model` to authenticate via OAuth → A fine-grained PAT (github_pat_*) with Copilot Requests permission → `gh auth login` with the default device code flow (produces gho_* tokens) 2026-09-07 19:37:18,340 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 19:39:54,561 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 19:40:08,058 WARNING [20260907_190535_a14dc5c1] agent.tool_executor: Tool terminal returned error (180.10s): {"output": "Available on the internet:\n\nhttps://vmi3427693.tail8c1aaf.ts.net/\n|-- proxy http://127.0.0.1:9121\n\nPress Ctrl+C to exit.\n\n[Command timed out after 180s]", "exit_code": 124, "error": 2026-09-07 19:42:25,269 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 19:45:02,512 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 19:47:32,196 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 19:49:50,897 WARNING hermes_cli.web_server: pty refused: origin_mismatch origin=https://vmi3427693.tail8c1aaf.ts.net bound=127.0.0.1 peer=127.0.0.1 2026-09-07 19:49:53,691 WARNING hermes_cli.web_server: pty refused: origin_mismatch origin=https://vmi3427693.tail8c1aaf.ts.net bound=127.0.0.1 peer=127.0.0.1 2026-09-07 19:49:56,240 WARNING hermes_cli.web_server: pty refused: origin_mismatch origin=https://vmi3427693.tail8c1aaf.ts.net bound=127.0.0.1 peer=127.0.0.1 2026-09-07 19:49:58,891 WARNING hermes_cli.web_server: pty refused: origin_mismatch origin=https://vmi3427693.tail8c1aaf.ts.net bound=127.0.0.1 peer=127.0.0.1 2026-09-07 19:50:02,248 WARNING hermes_cli.web_server: pty refused: origin_mismatch origin=https://vmi3427693.tail8c1aaf.ts.net bound=127.0.0.1 peer=127.0.0.1 2026-09-07 19:50:05,105 WARNING hermes_cli.web_server: pty refused: origin_mismatch origin=https://vmi3427693.tail8c1aaf.ts.net bound=127.0.0.1 peer=127.0.0.1 2026-09-07 19:50:07,820 WARNING hermes_cli.web_server: pty refused: origin_mismatch origin=https://vmi3427693.tail8c1aaf.ts.net bound=127.0.0.1 peer=127.0.0.1 2026-09-07 19:50:09,446 WARNING hermes_cli.web_server: pty refused: origin_mismatch origin=https://vmi3427693.tail8c1aaf.ts.net bound=127.0.0.1 peer=127.0.0.1 2026-09-07 19:50:11,008 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 19:50:13,533 WARNING hermes_cli.web_server: pty refused: origin_mismatch origin=https://vmi3427693.tail8c1aaf.ts.net bound=127.0.0.1 peer=127.0.0.1 2026-09-07 19:50:15,132 WARNING hermes_cli.web_server: pty refused: origin_mismatch origin=https://vmi3427693.tail8c1aaf.ts.net bound=127.0.0.1 peer=127.0.0.1 2026-09-07 19:50:17,018 WARNING hermes_cli.web_server: pty refused: origin_mismatch origin=https://vmi3427693.tail8c1aaf.ts.net bound=127.0.0.1 peer=127.0.0.1 2026-09-07 19:50:18,551 WARNING hermes_cli.web_server: pty refused: origin_mismatch origin=https://vmi3427693.tail8c1aaf.ts.net bound=127.0.0.1 peer=127.0.0.1 2026-09-07 19:50:20,603 WARNING hermes_cli.web_server: pty refused: origin_mismatch origin=https://vmi3427693.tail8c1aaf.ts.net bound=127.0.0.1 peer=127.0.0.1 2026-09-07 19:50:23,586 WARNING hermes_cli.web_server: pty refused: origin_mismatch origin=https://vmi3427693.tail8c1aaf.ts.net bound=127.0.0.1 peer=127.0.0.1 2026-09-07 19:50:27,423 WARNING hermes_cli.web_server: pty refused: origin_mismatch origin=https://vmi3427693.tail8c1aaf.ts.net bound=127.0.0.1 peer=127.0.0.1 2026-09-07 19:50:28,172 WARNING hermes_cli.web_server: pty refused: origin_mismatch origin=https://vmi3427693.tail8c1aaf.ts.net bound=127.0.0.1 peer=127.0.0.1 2026-09-07 19:50:32,141 WARNING hermes_cli.web_server: pty refused: origin_mismatch origin=https://vmi3427693.tail8c1aaf.ts.net bound=127.0.0.1 peer=127.0.0.1 2026-09-07 19:50:36,159 WARNING hermes_cli.web_server: pty refused: origin_mismatch origin=https://vmi3427693.tail8c1aaf.ts.net bound=127.0.0.1 peer=127.0.0.1 2026-09-07 19:51:10,717 WARNING hermes_cli.web_server: pty refused: origin_mismatch origin=https://vmi3427693.tail8c1aaf.ts.net bound=127.0.0.1 peer=127.0.0.1 2026-09-07 19:51:15,112 WARNING hermes_cli.web_server: pty refused: origin_mismatch origin=https://vmi3427693.tail8c1aaf.ts.net bound=127.0.0.1 peer=127.0.0.1 2026-09-07 19:51:19,192 WARNING hermes_cli.web_server: pty refused: origin_mismatch origin=https://vmi3427693.tail8c1aaf.ts.net bound=127.0.0.1 peer=127.0.0.1 2026-09-07 19:51:23,176 WARNING hermes_cli.web_server: pty refused: origin_mismatch origin=https://vmi3427693.tail8c1aaf.ts.net bound=127.0.0.1 peer=127.0.0.1 2026-09-07 19:51:27,177 WARNING hermes_cli.web_server: pty refused: origin_mismatch origin=https://vmi3427693.tail8c1aaf.ts.net bound=127.0.0.1 peer=127.0.0.1 2026-09-07 19:51:31,117 WARNING hermes_cli.web_server: pty refused: origin_mismatch origin=https://vmi3427693.tail8c1aaf.ts.net bound=127.0.0.1 peer=127.0.0.1 2026-09-07 19:51:35,141 WARNING hermes_cli.web_server: pty refused: origin_mismatch origin=https://vmi3427693.tail8c1aaf.ts.net bound=127.0.0.1 peer=127.0.0.1 2026-09-07 19:51:39,751 WARNING hermes_cli.web_server: pty refused: origin_mismatch origin=https://vmi3427693.tail8c1aaf.ts.net bound=127.0.0.1 peer=127.0.0.1 2026-09-07 19:51:44,019 WARNING hermes_cli.web_server: pty refused: origin_mismatch origin=https://vmi3427693.tail8c1aaf.ts.net bound=127.0.0.1 peer=127.0.0.1 2026-09-07 19:51:48,477 WARNING hermes_cli.web_server: pty refused: origin_mismatch origin=https://vmi3427693.tail8c1aaf.ts.net bound=127.0.0.1 peer=127.0.0.1 2026-09-07 19:52:39,859 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 19:55:18,530 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 19:57:47,319 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 20:00:27,057 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 20:02:54,655 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 20:05:35,424 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 20:08:01,704 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 20:10:43,190 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 20:13:09,245 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 20:15:50,982 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 20:18:16,784 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 20:20:57,646 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 20:23:25,210 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 20:26:04,761 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 20:28:31,781 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 20:31:11,884 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 20:33:39,896 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 20:36:19,685 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 20:38:47,825 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 20:41:27,886 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 20:43:55,878 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 20:46:36,665 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 20:49:03,200 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 20:51:44,495 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 20:54:10,077 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 20:56:52,178 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 20:59:17,836 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 21:01:59,622 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 21:02:20,590 WARNING hermes_cli.copilot_auth: Token from GITHUB_TOKEN is not supported: Classic Personal Access Tokens (ghp_*) are not supported by the Copilot API. Use one of: → `copilot login` or `hermes model` to authenticate via OAuth → A fine-grained PAT (github_pat_*) with Copilot Requests permission → `gh auth login` with the default device code flow (produces gho_* tokens) 2026-09-07 21:02:20,590 WARNING hermes_cli.copilot_auth: Token from GITHUB_TOKEN is not supported: Classic Personal Access Tokens (ghp_*) are not supported by the Copilot API. Use one of: → `copilot login` or `hermes model` to authenticate via OAuth → A fine-grained PAT (github_pat_*) with Copilot Requests permission → `gh auth login` with the default device code flow (produces gho_* tokens) 2026-09-07 21:02:21,986 WARNING hermes_cli.copilot_auth: Token from GITHUB_TOKEN is not supported: Classic Personal Access Tokens (ghp_*) are not supported by the Copilot API. Use one of: → `copilot login` or `hermes model` to authenticate via OAuth → A fine-grained PAT (github_pat_*) with Copilot Requests permission → `gh auth login` with the default device code flow (produces gho_* tokens) 2026-09-07 21:02:21,986 WARNING hermes_cli.copilot_auth: Token from GITHUB_TOKEN is not supported: Classic Personal Access Tokens (ghp_*) are not supported by the Copilot API. Use one of: → `copilot login` or `hermes model` to authenticate via OAuth → A fine-grained PAT (github_pat_*) with Copilot Requests permission → `gh auth login` with the default device code flow (produces gho_* tokens) 2026-09-07 21:02:22,599 WARNING tui_gateway.entry: Background MCP discovery previously exited with no connected servers; retrying discovery thread 2026-09-07 21:02:22,708 WARNING tui_gateway.entry: Background MCP discovery completed with zero connected servers 2026-09-07 21:02:22,824 WARNING tui_gateway.entry: Background MCP discovery previously exited with no connected servers; retrying discovery thread 2026-09-07 21:02:22,963 WARNING tui_gateway.entry: Background MCP discovery completed with zero connected servers 2026-09-07 21:02:30,882 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 21:07:06,562 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 21:07:38,931 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 21:12:14,541 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 21:12:46,763 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 21:17:22,725 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 21:17:53,534 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 21:19:09,390 WARNING hermes_cli.copilot_auth: Token from GITHUB_TOKEN is not supported: Classic Personal Access Tokens (ghp_*) are not supported by the Copilot API. Use one of: → `copilot login` or `hermes model` to authenticate via OAuth → A fine-grained PAT (github_pat_*) with Copilot Requests permission → `gh auth login` with the default device code flow (produces gho_* tokens) 2026-09-07 21:19:09,390 WARNING hermes_cli.copilot_auth: Token from GITHUB_TOKEN is not supported: Classic Personal Access Tokens (ghp_*) are not supported by the Copilot API. Use one of: → `copilot login` or `hermes model` to authenticate via OAuth → A fine-grained PAT (github_pat_*) with Copilot Requests permission → `gh auth login` with the default device code flow (produces gho_* tokens) 2026-09-07 21:19:10,009 WARNING tui_gateway.entry: Background MCP discovery previously exited with no connected servers; retrying discovery thread 2026-09-07 21:19:10,090 WARNING tui_gateway.entry: Background MCP discovery completed with zero connected servers 2026-09-07 21:19:10,111 WARNING tui_gateway.entry: Background MCP discovery previously exited with no connected servers; retrying discovery thread 2026-09-07 21:19:10,139 WARNING tui_gateway.entry: Background MCP discovery completed with zero connected servers 2026-09-07 21:19:10,506 WARNING hermes_cli.copilot_auth: Token from GITHUB_TOKEN is not supported: Classic Personal Access Tokens (ghp_*) are not supported by the Copilot API. Use one of: → `copilot login` or `hermes model` to authenticate via OAuth → A fine-grained PAT (github_pat_*) with Copilot Requests permission → `gh auth login` with the default device code flow (produces gho_* tokens) 2026-09-07 21:19:10,507 WARNING hermes_cli.copilot_auth: Token from GITHUB_TOKEN is not supported: Classic Personal Access Tokens (ghp_*) are not supported by the Copilot API. Use one of: → `copilot login` or `hermes model` to authenticate via OAuth → A fine-grained PAT (github_pat_*) with Copilot Requests permission → `gh auth login` with the default device code flow (produces gho_* tokens) 2026-09-07 21:19:17,381 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 21:22:29,458 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 21:24:25,515 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 21:27:37,783 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 21:29:33,668 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 21:32:45,005 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 21:34:41,732 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 21:37:07,014 WARNING tui_gateway.entry: Background MCP discovery previously exited with no connected servers; retrying discovery thread 2026-09-07 21:37:07,128 WARNING tui_gateway.entry: Background MCP discovery completed with zero connected servers 2026-09-07 21:37:07,147 WARNING tui_gateway.entry: Background MCP discovery previously exited with no connected servers; retrying discovery thread 2026-09-07 21:37:07,239 WARNING tui_gateway.entry: Background MCP discovery completed with zero connected servers 2026-09-07 21:37:07,435 WARNING hermes_cli.copilot_auth: Token from GITHUB_TOKEN is not supported: Classic Personal Access Tokens (ghp_*) are not supported by the Copilot API. Use one of: → `copilot login` or `hermes model` to authenticate via OAuth → A fine-grained PAT (github_pat_*) with Copilot Requests permission → `gh auth login` with the default device code flow (produces gho_* tokens) 2026-09-07 21:37:07,436 WARNING hermes_cli.copilot_auth: Token from GITHUB_TOKEN is not supported: Classic Personal Access Tokens (ghp_*) are not supported by the Copilot API. Use one of: → `copilot login` or `hermes model` to authenticate via OAuth → A fine-grained PAT (github_pat_*) with Copilot Requests permission → `gh auth login` with the default device code flow (produces gho_* tokens) 2026-09-07 21:37:13,607 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 21:37:33,540 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network _redact_telegram_error_text(error), scheduling reconnect: httpx.ReadError: 2026-09-07 21:37:33,541 WARNING hermes_plugins.telegram_platform.adapter: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: httpx.ReadError: 2026-09-07 21:37:53,058 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 21:42:20,667 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 21:43:00,945 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 21:47:28,562 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 21:48:09,618 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 21:52:35,589 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 21:53:17,405 WARNING tools.mcp_tool: MCP server 'stays' failed initial connection after 3 attempts, parking until a reconnect is requested (state: connecting → parked): McpError: Connection closed 2026-09-07 21:56:15,793 WARNING tui_gateway.entry: Background MCP discovery previously exited with no connected servers; retrying discovery thread 2026-09-07 21:56:15,892 WARNING hermes_cli.copilot_auth: Token from GITHUB_TOKEN is not supported: Classic Personal Access Tokens (ghp_*) are not supported by the Copilot API. Use one of: → `copilot login` or `hermes model` to authenticate via OAuth → A fine-grained PAT (github_pat_*) with Copilot Requests permission → `gh auth login` with the default device code flow (produces gho_* tokens) 2026-09-07 21:56:15,892 WARNING hermes_cli.copilot_auth: Token from GITHUB_TOKEN is not supported: Classic Personal Access Tokens (ghp_*) are not supported by the Copilot API. Use one of: → `copilot login` or `hermes model` to authenticate via OAuth → A fine-grained PAT (github_pat_*) with Copilot Requests permission → `gh auth login` with the default device code flow (produces gho_* tokens) 2026-09-07 21:56:15,958 WARNING tui_gateway.entry: Background MCP discovery completed with zero connected servers 2026-09-07 21:56:16,003 WARNING tui_gateway.entry: Background MCP discovery previously exited with no connected servers; retrying discovery thread 2026-09-07 21:56:16,043 WARNING tui_gateway.entry: Background MCP discovery completed with zero connected servers