400 bad request
Resolved 💬 7 comments Opened Sep 6, 2025 by guidedways Closed Oct 4, 2025
💡 Likely answer: A maintainer (pakrym-oai, contributor)
responded on this thread — see the highlighted reply below.
What version of Codex is running?
0.30.0
Which model were you using?
gpt-5 high / medium
What platform is your computer?
macOS
What steps can reproduce the bug?
⚠️ stream error: unexpected status 400 Bad Request: {
"error": {
"message": "The encrypted content for item rs_68bbb6866b78819d95a31224f799dc3d0252e016e8922fc9
could not be verified.",
"type": "invalid_request_error",
"param": null,
"code": null
}
}; retrying 1/5 in 217ms…
⚠️ stream error: unexpected status 400 Bad Request: {
"error": {
"message": "The encrypted content for item rs_68bbb6866b78819d95a31224f799dc3d0252e016e8922fc9
could not be verified.",
"type": "invalid_request_error",
"param": null,
"code": null
}
}; retrying 2/5 in 421ms…
Constantly seeing this for any prompt
What is the expected behavior?
_No response_
What do you see instead?
_No response_
Additional information
_No response_
7 Comments
I apologize for the disruption, this error was a caused by a bug that's been fixed now.
So what should I do to solve the problem. I have tha same error.
switch your extension version to pre-release, worked for me
Seeing the same issue with:
⚠️ stream error: unexpected status 400 Bad Request: {"error": {
"message": "The encrypted content gAAA...tyI= could not be verified.",
"type": "invalid_request_error",
"param": null,
"code": null
}
}; retrying 5/5 in 2.911s…
Steps to reproduce: Codex 0.36.0 on ubuntu linux. Use
codex resumeon a session 12 hours old. Try to continue interacting with the agent. Seems like a security token may have expired.Fix: Just enter
/new. But the old session is unrecoverable.Switching from API to ChatGPT auth is another way to reproduce this. Ran into it today.
Apparently, logging out and switching back to the API auth fixed this issue on my end.
You can also resolve this by just creating a new chat.
Not a solution by any means. Having to constantly rebuild a context with an agent is an awful waste of my money, since I pay for it.