I have set it up. Started gateway. I am using OpenRouter model. But when trying to send any message via WebUI, I get below error. Tried using sending message directly to model using infer - same issue
agent/embedded {"subsystem":"agent/embedded"} incomplete turn detected: runId=8e119892-5021-4d95-b04e-2118537481dd sessionId=a50e4592-31fc-47e7-aa9f-fd46df585b1d stopReason=stop payloads=0 — surfacing error to user
$ openclaw infer model run --model openrouter/openai/gpt-oss-120b:free --prompt "hi" --json
22:33:17 [agent/embedded] incomplete turn detected: runId=a50e4592-31fc-47e7-aa9f-fd46df585b1d sessionId=a50e4592-31fc-47e7-aa9f-fd46df585b1d stopReason=stop payloads=0 — surfacing error to user
{
"ok": true,
"capability": "model.run",
"transport": "local",
"provider": "openrouter",
"model": "openai/gpt-oss-120b:free",
"attempts": [],
"outputs": [
{
"text": "⚠️ Agent couldn't generate a response. Please try again.",
"mediaUrl": null
}
]
}
I tried running bash as well as powershell in admin mode, tried adding node.js as allowed application in Windows Firewall, tried disabling firewall temporarily - none of this helped.
How can I get this working please?