Why am I getting an error message when I try to view my usage?

Solved
Whenever I go to the usage tab of the gateway dashboard and try to select a range for which I want to view my usage, I get this error:
Error: unknown method: sessions.usage


What's that about? Any idea how I'd fix this? I am using GPT Codex 5.2 with OAuth on a Pro plan. Maybe that's the issue? On that note, if the issue is the model or the way I'm connected, how do I see my existing LLM models / providers that I have set up? When I go into config > models, I only see the ability to add a new custom entry, nothing about the existing models and providers I set up during the onboarding wizard.
Solution
Good
2026.2.6-3
gives us a concrete baseline.

From your
gateway status
output, the gateway is running and it’s the only thing listening on
127.0.0.1:18789
, so the “multiple gateways” warning is not the immediate problem.

What I’d do next (in this order):

1) Make sure the running service actually picked up yesterday’s update

Updating the CLI doesn’t automatically hot-swap the already-running systemd service.

On the VPS run:
openclaw gateway restart
# or:
systemctl --user restart openclaw-gateway.service


Then immediately re-check:
Was this page helpful?