aileen5150
aileen5150
./bin/pulsar-admin clusters get standalone 执行返回 null Reason: java.util.concurrent.CompletionException: org.apache.pulsar.client.admin.internal.http.AsyncHttpConnector$RetryException: Could not complete the operation. Number of retries has been exhausted. Failed reason: Remotely closed
It seems that the issue is still unresolved.
直接调用 get_history 是否一样,我在使用while True: out = ws.recv() 发现此处会导致死循环,不知道与您所说的WS无法准确返回进度是一个问题 另外一个就是当ws长时间连接后,去执行query 也会无法获取到结果
comfyui 版本 d043997
1.Modify /mem0/openmemory/ui/Dockerfile to add: ENV NEXT_PUBLIC_API_URL="http://openmemory-mcp:8765/" ENV NEXT_PUBLIC_USER_ID=root Otherwise, when deploying the web interface via docker, many API interfaces won't connect properly. 2.Modify /mem0/openmemory/api/requirements.txt to use mcp[cli]==1.8.1 Yesterday's build was...