#Gateway blockage

1 messages · Page 1 of 1 (latest)

latent niche
#

After updating to version 4.9, it takes 10 minutes for the gateway to block and start, and the browser interface cannot open normally. The agent's response speed is also very slow. How to solve this problem

warm flickerBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

bold cedarBOT
runic phoenixBOT
#

I’m checking the current docs and known runbooks first so I don’t guess.

#

这不正常,10 分钟启动基本说明有东西卡住了。

先帮我确认准确版本,然后抓一组诊断信息。请直接贴这几个命令的输出:

openclaw --version
openclaw status --all
openclaw gateway status
openclaw doctor
openclaw logs --follow

我先给你最可能的 3 个方向:

  1. Control UI 认证或连接问题
    如果浏览器界面打不开,日志里重点看这些词:
    • AUTH_TOKEN_MISMATCH
#

日志如果有这种报错:

  • messages[].content ... expected a string

一般要给模型加兼容配置:

  • compat.requiresStringContent: true
  • 必要时 compat.supportsTools: false

文档:
https://docs.openclaw.ai/gateway/local-models
https://docs.openclaw.ai/help/troubleshooting

  1. 如果你启用了 QMD / memory,4.9 这一块变化很多
    这会导致启动时做 memory update/embed,工作区大时会明显变慢。
    如果日志里出现 qmd updateqmd embedmemory.qmd,先告诉我。

    如果确实是它卡住了,可以检查这两个配置是不是开着:

    • memory.qmd.update.waitForBootSync