#i have a error
1 messages Β· Page 1 of 1 (latest)
I checked the runner code, that message means the agent finished a turn with no visible reply. runId and sessionId are just trace IDs, the real problem is payloads=0.
Try this first:
openclaw --version
openclaw status --all
openclaw models status
openclaw logs --follow
Then reproduce it once and paste the log lines around the error.
Also, if you are not on the latest version, update and restart:
openclaw update
openclaw gateway restart
Common causes:
- provider/model returned an empty response
- model is weak at tool calling
- auth/network hiccup
- older OpenClaw build
If you're using a local model, test once with a stronger cloud model just to confirm whether the model is the issue.
Docs:
https://docs.openclaw.ai/help/faq
https://docs.openclaw.ai/gateway/troubleshooting
https://docs.openclaw.ai/install/updating