Replies: 2 comments
-
|
This isn't really a Codex CLI issue, it's the ChatGPT account phone verification step that runs on OpenAI's side. Codex just hands you off to that flow. The most common cause is rate limiting after pressing "send" more than once. Each click queues another SMS request and the backend silently throttles you, so the second attempt fails even though the first one technically went out. Wait 15 to 20 minutes without touching anything, then retry once. Second cause is your carrier or country. Virtual numbers, MVNOs, and some Eastern European or Asian carriers regularly drop OpenAI's SMS with no error in the UI. If you have a second SIM lying around, try that. Third, the number might already be tied to a different OpenAI account, in which case the code will never arrive and the only fix is going through help.openai.com. If you just want to unblock yourself and use the CLI today, skip the ChatGPT login flow and use an API key instead: Or pipe it from an env var: Heads up: API key auth is billed against your API credits, not your ChatGPT Plus subscription, and GPT-5.5 isn't available on that path (it's ChatGPT-login only). For most coding work the default API model is fine. If none of that gets the SMS through, your only real option is opening a ticket on help.openai.com. The Codex repo can't see what's happening on the auth backend. |
Beta Was this translation helpful? Give feedback.
-
|
I have to wonder if this is not related to the latest ChatGPT update. https://help.openai.com/en/articles/6825453-chatgpt-release-notes
Transcribed to text so that it can be found with search engines. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
To log in, Codex asks you to enter your phone number. When I try to insert it, it seems to send, but I press "send" again and it says it can't send the SMS, even though everything worked.
I pay for a subscription and can't use GPT.
Beta Was this translation helpful? Give feedback.
All reactions