#Openclaw gateway stuck at Capability:read-only

1 messages Β· Page 1 of 1 (latest)

valid wedge
#

@Clawbot My gateway is stuck at Capability: read-only on WSL2 after
updating to OpenClaw 2026.5.4. Cron jobs run but fail because tools
like Tavily and Himalaya can't execute.

I've tried: gateway restart, doctor --repair, models auth login
--provider anthropic, configure (re-selected Claude CLI), gateway
stop + start, and sudo npm update -g openclaw.

Gateway connects fine (RPC probe: ok) but stays read-only regardless.
How do I fix this?

night capeBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> βœ… Mark Solution

valid wedge
#

If anyone else had similar problem, can you please advise

rustic linden
#

-I encountered similar problem just yesterday. Try this sequence

#

openclaw gateway stop
rm -rf ~/.openclaw/cache
rm -rf ~/.openclaw/tools
rm -rf ~/.openclaw/runtime
npm cache clean --force
npm install -g openclaw@latest
openclaw doctor --repair
openclaw models auth login --provider anthropic
openclaw gateway start

#

-Then verify: