郑华滨

Results 1 issues of 郑华滨

与另外几个帖子类似,我也遇到了Worker not responding的问题: https://github.com/THUDM/AgentBench/issues/63 https://github.com/THUDM/AgentBench/issues/56 https://github.com/THUDM/AgentBench/issues/53 https://github.com/THUDM/AgentBench/issues/87 但是我的情况是只有cg和kg任务会遇到,定位后发现是卡在这个请求语句上: https://github.com/THUDM/AgentBench/blob/main/src/server/task_controller.py#L230 报错内容类似这样: ``` task KnowledgeGraph-std worker 2 error Cannot connect to host localhost:5001 ssl:default [Connect call failed ('127.0.1.1', 5001)] ```

bug
help wanted