Codex shows only a weekly gauge and no 5-hour gauge
Codex shows only a weekly gauge and no 5-hour gauge
A phone or browser can't find your computer
A phone or browser can't find your computer
A host is stuck on “DISCOVERING…” or “OFFLINE” and never comes back
A host is stuck on “DISCOVERING…” or “OFFLINE” and never comes back
A remote execution host won't install or connect
A remote execution host won't install or connect
- The button is dimmed. The inline hint under it explains why — usually a missing SSH username, an unreachable host, or Tailscale not running. Fill in the field and retry.
- Setup runs but the host never goes healthy. On Linux, Continuum installs the Go
continuum-agentas a service — check the service status and~/continuum-agent.log. On macOS it installs Continuum in headless-agent mode; check its log. You can add the host and connect it later if the reachability probe fails. - “Couldn’t reach
<host>:<port>.” The agent isn’t listening yet. Verify network connectivity to the host and that the agent is running there. - “Update Continuum on
<host>to connect …” The host is on a build too old for the current connect path. Update it.
Windows warns the app is unrecognized, or blocks the agent
Windows warns the app is unrecognized, or blocks the agent
A session won't start, or hosted inference refuses
A session won't start, or hosted inference refuses
- “That model needs Continuum hosted inference. Upgrade to Plus, Max, or Ultra — or connect your own provider key.” You picked a hosted model your plan doesn’t include. Either subscribe, or pick a model backed by a provider account you’ve connected.
- “Weekly hosted-inference budget reached. Add prepaid funds or upgrade your plan.” The weekly budget is spent. Top up the Usage balance on the Usage tab, or wait for the window to roll — it resets seven days from your plan start, not on a calendar boundary. See Hosted Inference & Billing.
- “You’ve reached the hosted-inference allocation your organization set for you.” Your admin capped you below your plan and left overage off. Ask them to raise the cap or enable extra usage; there’s a budget-request flow for exactly this.
- “<model> is not permitted for your team by your organization admin.” The model is blocked by org policy. This is enforced at the gateway, so switching clients won’t work around it.
- “Couldn’t start the session: …” or “The cloud runner couldn’t start the session: …” A genuine host or runner failure; the trailing text is the reason.
- Copy that says the session may still be provisioning. Starting a session provisions a worktree, runs the repo’s setup script, and cold-starts the agent before it answers, so a slow start is not a failure. Continuum says so rather than pushing you into a second spawn — wait, then check whether the session appeared before retrying.
The wrong account was billed, or a session asks you to re-authenticate
The wrong account was billed, or a session asks you to re-authenticate
- The pinned account was removed from Settings → Providers.
- The account has no stored credential — for example, a login that expired.
- The app just started and hasn’t finished replaying its saved accounts yet. Retry in a moment.
iPhone Analytics shows 'Waiting for Mac sync'
iPhone Analytics shows 'Waiting for Mac sync'
Port already in use
Port already in use
21731 and tries fallback ports through 21741; the WebSocket listener takes the next free port above whichever one HTTP claimed. If every port in that range is occupied, the daemon fails to start.Find the conflicting process:Where are the diagnostic logs?
Where are the diagnostic logs?
~/.clawdmeter/audit/, in a directory created owner-only:sends.jsonl— prompt sendsswaps.jsonl— model, effort, and mode changesautopilot.jsonl— autopilot togglesauto-router.jsonl— automatic model routing decisionsmobile-commands.jsonl— commands received from a remote clientcowork.jsonl,creds.jsonl,sidecar-ask.jsonl
tail -f ~/.clawdmeter/audit/sends.jsonl works, as does piping a file through jq.