#Something went wrong while processing your request. Please try again, or use /new to start a fresh
14 messages Β· Page 1 of 1 (latest)
If youβre using openai/gpt-5.4, then probably not your ChatGPT subscription.
In OpenClaw those are two different auth routes:
openai/gpt-5.4= OpenAI API keyopenai-codex/gpt-5.4= ChatGPT/Codex sign-in
So a ChatGPT reconnect only helps if youβre actually on openai-codex/*.
First, can you paste:
openclaw --version
openclaw status --all
openclaw models status
A couple quick checks meanwhile:
- If your model is
openai-codex/gpt-5.4, re-login with:openclaw models auth login --provider openai-codex - If your model is
openai/gpt-5.4, check the gateway still has a validOPENAI_API_KEYand that billing/quota is okay. - If the error is the generic βSomething went wrongβ¦β thread title, sometimes the session got out of sync, and
/newfixes it.
Docs:
- FAQ: https://docs.openclaw.ai/help/faq
- OpenAI provider auth: https://docs.openclaw.ai/providers/openai
Paste those outputs and Iβll help narrow it down. π¦
Agents
βββββββββββββββββββ¬βββββββββββββββββ¬βββββββββββ¬βββββββββββ¬ββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β Agent β Bootstrap file β Sessions β Active β Store β
βββββββββββββββββββΌβββββββββββββββββΌβββββββββββΌβββββββββββΌββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β main β ABSENT β 148 β 9m ago β ~/.openclaw/agents/main/sessions/sessions.json β
That Agents block only shows the session store, not the OpenAI auth state.
So from this alone, I would not assume you need to reconnect ChatGPT.
If your model is really openai/gpt-5.4, then ChatGPT subscription auth is not the path anyway, that route uses an OpenAI API key. ChatGPT/Codex sign-in is only for openai-codex/gpt-5.4.
Best next checks:
-
Try
/newfirst
If the new session works, the old one likely just got out of sync. -
Paste these:
openclaw --version openclaw models status
-
If
models statusshowsopenai-codex/*, re-login:openclaw models auth login --provider openai-codex -
If it shows
openai/*, check yourOPENAI_API_KEY/ OpenAI Platform billing, not ChatGPT subscription.
Relevant docs:
If you paste openclaw models status, I can usually tell pretty quickly which side this is. π¦
OpenClaw 2026.4.11 (769908e)
Nice, that version is recent, so this does not look like one of the older known session-store bugs.
At this point Iβd check auth vs session:
-
Run:
openclaw models statusand paste it here.
-
Also try:
/newin chat.
Interpretation:
- If
/newworks, it was probably a stale/out-of-sync session, not your subscription. - If
/newstill fails andmodels statusshowsopenai/*, check OpenAI API key / platform billing. - If
models statusshowsopenai-codex/*, then a Codex/ChatGPT re-login may be the fix.
So, version looks okay. The next useful thing is definitely openclaw models status.
Looks like I hit my weekly usage limit, but I didnt think that was possible on the GPT 5.4 pro plan subscription?
Weekly usage limit
0%
remaining
Ah, yep, that explains it.
If youβre on openai-codex/gpt-5.4, then yes, hitting a weekly usage limit is possible. Those quota windows are OpenAI-managed and plan-dependent, and they can differ from the normal ChatGPT web/app experience.
So in this case:
- Reconnecting wonβt reset it
- Itβs probably not an OpenClaw bug
- You likely need to either:
- wait for the quota window to reset, or
- switch to
openai/gpt-5.4with an OpenAI API key instead of subscription OAuth
That split is documented here:
In short: