hermes - 💡(How to fix) Fix [Bug]: acp adapter code syntax error

Official PRs (…)
ON THIS PAGE

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Error Message

WARNING:hermes:2026-05-20 14:02:15 [ERROR] asyncio: Task exception was never retrieved WARNING:hermes:future: <Task finished name='Task-11889' coro=<HermesACPAgent._replay_session_history() done, defined at /Users/garrick/workspace/python/acp-agent/.venv/lib/python3.12/site-packages/acp_adapter/server.py:856> exception=UnboundLocalError("cannot access local variable 'json' where it is not associated with a value")> WARNING:hermes:Traceback (most recent call last): WARNING:hermes: File "/Users/garrick/workspace/python/acp-agent/.venv/lib/python3.12/site-packages/acp_adapter/server.py", line 901, in _replay_session_history WARNING:hermes: if not await _send(build_tool_start(tool_call_id, tool_name, args)): WARNING:hermes: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ WARNING:hermes: File "/Users/garrick/workspace/python/acp-agent/.venv/lib/python3.12/site-packages/acp_adapter/tools.py", line 1117, in build_tool_start WARNING:hermes: args_text = json.dumps(arguments, indent=2, default=str) WARNING:hermes: ^^^^ WARNING:hermes:UnboundLocalError: cannot access local variable 'json' where it is not associated with a value

Root Cause

Root Cause Analysis (optional)

Code Example

WARNING:hermes:2026-05-20 14:02:15 [ERROR] asyncio: Task exception was never retrieved
WARNING:hermes:future: <Task finished name='Task-11889' coro=<HermesACPAgent._replay_session_history() done, defined at /Users/garrick/workspace/python/acp-agent/.venv/lib/python3.12/site-packages/acp_adapter/server.py:856> exception=UnboundLocalError("cannot access local variable 'json' where it is not associated with a value")>
WARNING:hermes:Traceback (most recent call last):
WARNING:hermes:  File "/Users/garrick/workspace/python/acp-agent/.venv/lib/python3.12/site-packages/acp_adapter/server.py", line 901, in _replay_session_history
WARNING:hermes:    if not await _send(build_tool_start(tool_call_id, tool_name, args)):
WARNING:hermes:                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
WARNING:hermes:  File "/Users/garrick/workspace/python/acp-agent/.venv/lib/python3.12/site-packages/acp_adapter/tools.py", line 1117, in build_tool_start
WARNING:hermes:    args_text = json.dumps(arguments, indent=2, default=str)
WARNING:hermes:                ^^^^
WARNING:hermes:UnboundLocalError: cannot access local variable 'json' where it is not associated with a value

---

WARNING:hermes:2026-05-20 14:02:15 [ERROR] asyncio: Task exception was never retrieved
WARNING:hermes:future: <Task finished name='Task-11889' coro=<HermesACPAgent._replay_session_history() done, defined at /Users/garrick/workspace/python/acp-agent/.venv/lib/python3.12/site-packages/acp_adapter/server.py:856> exception=UnboundLocalError("cannot access local variable 'json' where it is not associated with a value")>
WARNING:hermes:Traceback (most recent call last):
WARNING:hermes:  File "/Users/garrick/workspace/python/acp-agent/.venv/lib/python3.12/site-packages/acp_adapter/server.py", line 901, in _replay_session_history
WARNING:hermes:    if not await _send(build_tool_start(tool_call_id, tool_name, args)):
WARNING:hermes:                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
WARNING:hermes:  File "/Users/garrick/workspace/python/acp-agent/.venv/lib/python3.12/site-packages/acp_adapter/tools.py", line 1117, in build_tool_start
WARNING:hermes:    args_text = json.dumps(arguments, indent=2, default=str)
WARNING:hermes:                ^^^^
WARNING:hermes:UnboundLocalError: cannot access local variable 'json' where it is not associated with a value

---

Collecting debug report...
[hermes debug share: log content redacted at upload time. run with --no-redact to disable]
--- hermes dump ---
version:          0.14.0 (2026.5.16) [bf472085]
os:               Darwin 25.3.0 arm64
python:           3.12.7
openai_sdk:       2.24.0
profile:          default
hermes_home:      ~/.hermes
model:            Qwen3.6-27B-Q5_K_S.gguf
provider:         custom
terminal:         local

api_keys:
  openrouter           not set
  openai               not set
  anthropic            not set
  anthropic_token      not set
  nous                 not set
  google/gemini        not set
  gemini               set
  glm/zai              not set
  zai                  not set
  kimi                 not set
  minimax              not set
  deepseek             not set
  dashscope            not set
  huggingface          not set
  nvidia               not set
  ai_gateway           not set
  opencode_zen         not set
  opencode_go          not set
  kilocode             not set
  firecrawl            not set
  tavily               not set
  browserbase          not set
  fal                  not set
  elevenlabs           not set
  github               not set

features:
  toolsets:           hermes-cli
  mcp_servers:        0
  memory_provider:    built-in
  gateway:            unknown
  platforms:          feishu
  cron_jobs:          0
  skills:             72
--- end dump ---


--- agent.log (last 200 lines) ---
2026-05-20 14:09:01,244 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:09:01,245 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:09:11,511 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:09:12,051 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:09:12,052 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:09:12,053 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:09:12,083 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:09:12,083 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:09:12,084 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:09:22,397 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:09:22,819 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:09:22,819 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:09:22,821 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:09:22,849 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:09:22,849 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:09:22,850 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:09:33,098 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:09:33,517 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:09:33,517 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:09:33,518 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:09:33,549 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:09:33,549 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:09:33,549 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:09:43,807 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:09:44,231 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:09:44,231 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:09:44,233 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:09:44,261 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:09:44,262 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:09:44,262 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:09:54,510 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:09:54,938 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:09:54,938 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:09:54,939 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:09:54,969 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:09:54,969 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:09:54,969 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:10:05,201 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:10:05,602 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:10:05,602 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:10:05,604 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:10:05,635 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:10:05,635 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:10:05,635 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:10:15,931 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:10:16,391 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:10:16,392 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:10:16,393 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:10:16,424 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:10:16,424 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:10:16,425 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:10:26,699 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:10:27,130 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:10:27,130 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:10:27,131 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:10:27,159 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:10:27,159 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:10:27,160 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:10:37,424 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:10:37,840 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:10:37,840 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:10:37,841 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:10:37,874 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:10:37,874 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:10:37,874 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:10:48,140 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:10:48,575 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:10:48,575 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:10:48,576 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:10:48,605 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:10:48,606 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:10:48,606 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:10:58,875 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:10:59,313 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:10:59,313 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:10:59,315 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:10:59,347 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:10:59,347 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:10:59,347 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:11:09,614 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:11:10,035 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:11:10,035 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:11:10,036 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:11:10,064 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:11:10,065 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:11:10,065 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:11:20,322 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:11:20,736 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:11:20,736 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:11:20,738 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:11:20,766 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:11:20,766 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:11:20,766 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:11:31,446 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:11:32,410 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:11:32,410 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:11:32,412 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:11:32,453 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:11:32,453 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:11:32,453 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:11:41,776 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:11:42,202 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:11:42,202 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:11:42,204 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:11:42,234 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:11:42,234 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:11:42,234 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:11:52,530 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:11:53,085 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:11:53,085 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:11:53,086 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:11:53,116 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:11:53,116 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:11:53,117 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:12:03,385 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:12:03,857 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:12:03,857 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:12:03,859 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:12:03,888 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:12:03,888 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:12:03,889 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:12:14,121 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:12:14,550 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:12:14,550 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:12:14,551 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:12:14,582 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:12:14,582 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:12:14,582 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:12:24,830 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:12:25,276 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:12:25,276 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:12:25,277 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:12:25,306 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:12:25,306 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:12:25,307 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:12:35,587 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:12:36,020 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:12:36,020 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:12:36,022 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:12:36,053 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:12:36,053 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:12:36,054 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:12:46,346 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:12:46,760 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:12:46,760 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:12:46,761 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:12:46,792 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:12:46,792 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:12:46,792 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:12:57,012 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:12:57,393 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:12:57,393 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:12:57,394 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:12:57,422 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:12:57,423 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:12:57,423 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:13:07,653 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:13:08,038 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:13:08,038 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:13:08,039 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:13:08,067 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:13:08,067 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:13:08,067 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:13:18,310 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:13:18,975 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:13:18,975 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:13:18,977 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:13:19,009 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:13:19,009 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:13:19,009 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:13:29,300 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:13:29,739 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:13:29,739 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:13:29,741 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:13:29,770 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:13:29,771 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:13:29,771 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:13:38,776 INFO hermes_cli.debug: hermes debug share: applied force-mode redaction to log snapshots before upload
2026-05-20 14:13:40,135 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:13:40,550 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:13:40,550 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:13:40,551 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:13:40,585 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:13:40,585 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:13:40,585 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:13:50,852 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:13:51,446 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:13:51,446 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:13:51,448 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:13:51,478 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:13:51,478 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:13:51,479 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:13:59,759 INFO hermes_cli.debug: hermes debug share: applied force-mode redaction to log snapshots before upload
2026-05-20 14:14:01,717 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:14:02,168 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:14:02,168 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:14:02,170 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:14:02,203 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:14:02,203 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:14:02,204 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect

--- errors.log (last 100 lines) ---
2026-05-20 14:09:44,233 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:09:44,261 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:09:44,262 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:09:44,262 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:09:54,939 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:09:54,969 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:09:54,969 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:09:54,969 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:10:05,604 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:10:05,635 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:10:05,635 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:10:05,635 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:10:16,393 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:10:16,424 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:10:16,424 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:10:16,425 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:10:27,131 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:10:27,159 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:10:27,159 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:10:27,160 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:10:37,841 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:10:37,874 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:10:37,874 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:10:37,874 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:10:48,576 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:10:48,605 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:10:48,606 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:10:48,606 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:10:59,315 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:10:59,347 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:10:59,347 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:10:59,347 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:11:10,036 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:11:10,064 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:11:10,065 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:11:10,065 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:11:20,738 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:11:20,766 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:11:20,766 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:11:20,766 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:11:32,412 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:11:32,453 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:11:32,453 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:11:32,453 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:11:42,204 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:11:42,234 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:11:42,234 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:11:42,234 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:11:53,086 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:11:53,116 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:11:53,116 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:11:53,117 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:12:03,859 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:12:03,888 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:12:03,888 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:12:03,889 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:12:14,551 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:12:14,582 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:12:14,582 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:12:14,582 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:12:25,277 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:12:25,306 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:12:25,306 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:12:25,307 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:12:36,022 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:12:36,053 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:12:36,053 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:12:36,054 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:12:46,761 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:12:46,792 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:12:46,792 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:12:46,792 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:12:57,394 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:12:57,422 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:12:57,423 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:12:57,423 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:13:08,039 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:13:08,067 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:13:08,067 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:13:08,067 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:13:18,977 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:13:19,009 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:13:19,009 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:13:19,009 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:13:29,741 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:13:29,770 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:13:29,771 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:13:29,771 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:13:40,551 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:13:40,585 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:13:40,585 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:13:40,585 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:13:51,448 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:13:51,478 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:13:51,478 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:13:51,479 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:14:02,170 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:14:02,203 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:14:02,203 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:14:02,204 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect

---
RAW_BUFFERClick to expand / collapse

Bug Description

WARNING:hermes:2026-05-20 14:02:15 [ERROR] asyncio: Task exception was never retrieved
WARNING:hermes:future: <Task finished name='Task-11889' coro=<HermesACPAgent._replay_session_history() done, defined at /Users/garrick/workspace/python/acp-agent/.venv/lib/python3.12/site-packages/acp_adapter/server.py:856> exception=UnboundLocalError("cannot access local variable 'json' where it is not associated with a value")>
WARNING:hermes:Traceback (most recent call last):
WARNING:hermes:  File "/Users/garrick/workspace/python/acp-agent/.venv/lib/python3.12/site-packages/acp_adapter/server.py", line 901, in _replay_session_history
WARNING:hermes:    if not await _send(build_tool_start(tool_call_id, tool_name, args)):
WARNING:hermes:                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
WARNING:hermes:  File "/Users/garrick/workspace/python/acp-agent/.venv/lib/python3.12/site-packages/acp_adapter/tools.py", line 1117, in build_tool_start
WARNING:hermes:    args_text = json.dumps(arguments, indent=2, default=str)
WARNING:hermes:                ^^^^
WARNING:hermes:UnboundLocalError: cannot access local variable 'json' where it is not associated with a value

Steps to Reproduce

run hermes acp and send a promt

Expected Behavior

no

Actual Behavior

WARNING:hermes:2026-05-20 14:02:15 [ERROR] asyncio: Task exception was never retrieved
WARNING:hermes:future: <Task finished name='Task-11889' coro=<HermesACPAgent._replay_session_history() done, defined at /Users/garrick/workspace/python/acp-agent/.venv/lib/python3.12/site-packages/acp_adapter/server.py:856> exception=UnboundLocalError("cannot access local variable 'json' where it is not associated with a value")>
WARNING:hermes:Traceback (most recent call last):
WARNING:hermes:  File "/Users/garrick/workspace/python/acp-agent/.venv/lib/python3.12/site-packages/acp_adapter/server.py", line 901, in _replay_session_history
WARNING:hermes:    if not await _send(build_tool_start(tool_call_id, tool_name, args)):
WARNING:hermes:                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
WARNING:hermes:  File "/Users/garrick/workspace/python/acp-agent/.venv/lib/python3.12/site-packages/acp_adapter/tools.py", line 1117, in build_tool_start
WARNING:hermes:    args_text = json.dumps(arguments, indent=2, default=str)
WARNING:hermes:                ^^^^
WARNING:hermes:UnboundLocalError: cannot access local variable 'json' where it is not associated with a value

Affected Component

Other

Messaging Platform (if gateway-related)

No response

Debug Report

Collecting debug report...
[hermes debug share: log content redacted at upload time. run with --no-redact to disable]
--- hermes dump ---
version:          0.14.0 (2026.5.16) [bf472085]
os:               Darwin 25.3.0 arm64
python:           3.12.7
openai_sdk:       2.24.0
profile:          default
hermes_home:      ~/.hermes
model:            Qwen3.6-27B-Q5_K_S.gguf
provider:         custom
terminal:         local

api_keys:
  openrouter           not set
  openai               not set
  anthropic            not set
  anthropic_token      not set
  nous                 not set
  google/gemini        not set
  gemini               set
  glm/zai              not set
  zai                  not set
  kimi                 not set
  minimax              not set
  deepseek             not set
  dashscope            not set
  huggingface          not set
  nvidia               not set
  ai_gateway           not set
  opencode_zen         not set
  opencode_go          not set
  kilocode             not set
  firecrawl            not set
  tavily               not set
  browserbase          not set
  fal                  not set
  elevenlabs           not set
  github               not set

features:
  toolsets:           hermes-cli
  mcp_servers:        0
  memory_provider:    built-in
  gateway:            unknown
  platforms:          feishu
  cron_jobs:          0
  skills:             72
--- end dump ---


--- agent.log (last 200 lines) ---
2026-05-20 14:09:01,244 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:09:01,245 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:09:11,511 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:09:12,051 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:09:12,052 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:09:12,053 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:09:12,083 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:09:12,083 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:09:12,084 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:09:22,397 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:09:22,819 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:09:22,819 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:09:22,821 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:09:22,849 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:09:22,849 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:09:22,850 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:09:33,098 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:09:33,517 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:09:33,517 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:09:33,518 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:09:33,549 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:09:33,549 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:09:33,549 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:09:43,807 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:09:44,231 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:09:44,231 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:09:44,233 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:09:44,261 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:09:44,262 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:09:44,262 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:09:54,510 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:09:54,938 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:09:54,938 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:09:54,939 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:09:54,969 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:09:54,969 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:09:54,969 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:10:05,201 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:10:05,602 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:10:05,602 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:10:05,604 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:10:05,635 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:10:05,635 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:10:05,635 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:10:15,931 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:10:16,391 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:10:16,392 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:10:16,393 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:10:16,424 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:10:16,424 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:10:16,425 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:10:26,699 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:10:27,130 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:10:27,130 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:10:27,131 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:10:27,159 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:10:27,159 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:10:27,160 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:10:37,424 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:10:37,840 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:10:37,840 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:10:37,841 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:10:37,874 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:10:37,874 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:10:37,874 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:10:48,140 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:10:48,575 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:10:48,575 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:10:48,576 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:10:48,605 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:10:48,606 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:10:48,606 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:10:58,875 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:10:59,313 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:10:59,313 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:10:59,315 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:10:59,347 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:10:59,347 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:10:59,347 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:11:09,614 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:11:10,035 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:11:10,035 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:11:10,036 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:11:10,064 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:11:10,065 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:11:10,065 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:11:20,322 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:11:20,736 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:11:20,736 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:11:20,738 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:11:20,766 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:11:20,766 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:11:20,766 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:11:31,446 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:11:32,410 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:11:32,410 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:11:32,412 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:11:32,453 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:11:32,453 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:11:32,453 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:11:41,776 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:11:42,202 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:11:42,202 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:11:42,204 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:11:42,234 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:11:42,234 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:11:42,234 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:11:52,530 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:11:53,085 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:11:53,085 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:11:53,086 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:11:53,116 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:11:53,116 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:11:53,117 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:12:03,385 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:12:03,857 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:12:03,857 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:12:03,859 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:12:03,888 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:12:03,888 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:12:03,889 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:12:14,121 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:12:14,550 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:12:14,550 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:12:14,551 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:12:14,582 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:12:14,582 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:12:14,582 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:12:24,830 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:12:25,276 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:12:25,276 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:12:25,277 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:12:25,306 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:12:25,306 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:12:25,307 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:12:35,587 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:12:36,020 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:12:36,020 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:12:36,022 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:12:36,053 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:12:36,053 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:12:36,054 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:12:46,346 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:12:46,760 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:12:46,760 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:12:46,761 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:12:46,792 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:12:46,792 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:12:46,792 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:12:57,012 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:12:57,393 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:12:57,393 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:12:57,394 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:12:57,422 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:12:57,423 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:12:57,423 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:13:07,653 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:13:08,038 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:13:08,038 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:13:08,039 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:13:08,067 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:13:08,067 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:13:08,067 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:13:18,310 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:13:18,975 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:13:18,975 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:13:18,977 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:13:19,009 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:13:19,009 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:13:19,009 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:13:29,300 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:13:29,739 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:13:29,739 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:13:29,741 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:13:29,770 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:13:29,771 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:13:29,771 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:13:38,776 INFO hermes_cli.debug: hermes debug share: applied force-mode redaction to log snapshots before upload
2026-05-20 14:13:40,135 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:13:40,550 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:13:40,550 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:13:40,551 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:13:40,585 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:13:40,585 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:13:40,585 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:13:50,852 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:13:51,446 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:13:51,446 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:13:51,448 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:13:51,478 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:13:51,478 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:13:51,479 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:13:59,759 INFO hermes_cli.debug: hermes debug share: applied force-mode redaction to log snapshots before upload
2026-05-20 14:14:01,717 INFO hermes_cli.plugins: Plugin discovery complete: 1 found, 0 enabled
2026-05-20 14:14:02,168 INFO gateway.run: Starting Hermes Gateway...
2026-05-20 14:14:02,168 INFO gateway.run: Session storage: /Users/garrick/.hermes/sessions
2026-05-20 14:14:02,170 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:14:02,203 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:14:02,203 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:14:02,204 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect

--- errors.log (last 100 lines) ---
2026-05-20 14:09:44,233 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:09:44,261 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:09:44,262 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:09:44,262 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:09:54,939 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:09:54,969 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:09:54,969 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:09:54,969 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:10:05,604 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:10:05,635 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:10:05,635 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:10:05,635 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:10:16,393 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:10:16,424 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:10:16,424 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:10:16,425 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:10:27,131 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:10:27,159 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:10:27,159 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:10:27,160 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:10:37,841 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:10:37,874 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:10:37,874 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:10:37,874 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:10:48,576 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:10:48,605 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:10:48,606 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:10:48,606 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:10:59,315 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:10:59,347 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:10:59,347 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:10:59,347 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:11:10,036 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:11:10,064 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:11:10,065 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:11:10,065 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:11:20,738 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:11:20,766 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:11:20,766 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:11:20,766 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:11:32,412 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:11:32,453 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:11:32,453 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:11:32,453 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:11:42,204 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:11:42,234 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:11:42,234 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:11:42,234 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:11:53,086 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:11:53,116 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:11:53,116 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:11:53,117 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:12:03,859 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:12:03,888 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:12:03,888 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:12:03,889 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:12:14,551 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:12:14,582 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:12:14,582 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:12:14,582 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:12:25,277 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:12:25,306 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:12:25,306 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:12:25,307 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:12:36,022 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:12:36,053 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:12:36,053 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:12:36,054 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:12:46,761 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:12:46,792 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:12:46,792 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:12:46,792 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:12:57,394 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:12:57,422 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:12:57,423 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:12:57,423 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:13:08,039 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:13:08,067 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:13:08,067 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:13:08,067 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:13:18,977 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:13:19,009 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:13:19,009 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:13:19,009 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:13:29,741 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:13:29,770 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:13:29,771 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:13:29,771 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:13:40,551 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:13:40,585 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:13:40,585 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:13:40,585 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:13:51,448 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:13:51,478 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:13:51,478 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:13:51,479 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect
2026-05-20 14:14:02,170 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-05-20 14:14:02,203 WARNING gateway.run: Feishu: lark-oapi not installed or FEISHU_APP_ID/SECRET not set
2026-05-20 14:14:02,203 WARNING gateway.run: No adapter available for feishu
2026-05-20 14:14:02,204 ERROR gateway.run: Gateway failed to connect any configured messaging platform: all configured messaging platforms failed to connect

Operating System

macOS

Python Version

Python 3.12.7

Hermes Version

Hermes Agent v0.14.0 (2026.5.16)

Additional Logs / Traceback (optional)

Root Cause Analysis (optional)

No response

Proposed Fix (optional)

No response

Are you willing to submit a PR for this?

  • I'd like to fix this myself and submit a PR

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING