openclaw gateway 启动 报错 1006 gateway closed (1006 abnormal closure (no close frame)): no close reaso
本地部署 openclaw gateway 启动报错1006gateway closed (1006 abnormal closure (no close frame)): no close reaso。原因:没有在C:\Users\用户名\.openclaw\openclaw.json 中没有添加。
·
本地部署 openclaw gateway 并使用openclaw gateway start 命令启动报错1006 gateway closed (1006 abnormal closure (no close frame)): no close reaso 并闪退
原因:没有在C:\Users\用户名\.openclaw\openclaw.json 中没有添加
controlUi.allowedOrigins 。Windows计划任务中启动网关任务被禁用
解决方案:
添加 字段
"controlUi": {
"allowedOrigins": [
"http://localhost:18789",
"http://127.0.0.1:18789"
]
}
等待一下,使用openclaw gateway run 命令或者 启用gateway计划任务,使用openclaw gateway start。最终成功启动gateway 网关
更多推荐
所有评论(0)