当前位置:首页 > 其他分享 > 正文内容

Openclaw报错:Profile [*] timed out. Trying next account...

maytinms5小时前其他分享11

现象:
长Session(会话)超过10分钟自动结束(不输出结果)

OpenClaw报错如下:

11:54:16 [agent/embedded] embedded run timeout: runId=[************] sessionId=[************] timeoutMs=600000
11:54:16 [agent/embedded] Profile [************] timed out. Trying next account...
11:54:16 [agent/embedded] embedded run failover decision: runId=[************] stage=assistant decision=surface_error reason=timeout provider=[************] profile=[************]

 

解决方法:

①\.openclaw\openclaw.json增加或修改timeoutSeconds数值,如下:

  "agents": {
    "defaults": {
        ......
        "timeoutSeconds": 6000000, //6000000秒
        ......
    },
  }

②提示词增加:

放在后台执行,每分钟监控这个任务,创建一个子代理或定时任务,按时提醒主代理每分钟检查本任务是否完成。

温馨提示:
注意Token的用量,长连接开放60+天的连接,可能导致Token激增(虽然本身就会增加)

扫描二维码推送至手机访问。

版权声明:本文由MayTinms的Blog发布,如需转载请注明出处。

本文链接:https://tinms.cc/?id=19

返回列表

上一篇:京东云哪吒AX3000刷机教程

没有最新的文章了...

“Openclaw报错:Profile [*] timed out. Trying next account...” 的相关文章

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。