OpenAI Codex OAuth returning 429 errors since March 16 despite full quota

OpenAI Codex OAuth authentication has been failing for users since March 16, with all requests returning 429 "you exceeded your current quota" errors despite dashboards showing full quota availability. This affects ChatGPT Plus subscribers using Codex OAuth with OpenClaw.
Key Details
The issue has been ongoing for 15+ days according to early reporters, with no fix yet from OpenAI. An open GitHub issue (#54615) documents multiple users experiencing identical problems.
Symptoms include:
- Every Codex OAuth request returns 429 "you exceeded your current quota" error
- Codex dashboard shows 100% quota remaining
- ChatGPT web interface works normally
- Re-authenticating doesn't resolve the issue
- Revoking Codex CLI tokens and re-linking doesn't fix it
- Logging out of OpenAI everywhere and reconfiguring doesn't work
- The gateway continues using the same profile hash regardless of user actions
Workarounds
Users have found two practical workarounds:
- Switch default model to Anthropic Claude Sonnet via API key (this incurs costs, unlike the previous ChatGPT Plus subscription access)
- Configure DeepSeek as a fallback provider in agent settings so that when the primary model returns 429 errors, the agent automatically tries DeepSeek instead of failing completely
The root cause remains unclear - it could be an intentional block of third-party OAuth usage by OpenAI or a persistent bug. Users who specifically set up OpenClaw to use their existing ChatGPT subscription through OAuth without paying API costs are currently unable to do so.
📖 Read the full source: r/openclaw
👀 See Also

OpenClaw April Updates: A Month of Breaking Changes and Eroded Trust
OpenClaw's April updates show a pattern: new features and fixes shipped alongside critical bugs. Postinstall scripts deleting files, security holes, and broken skills erode confidence.

PrismML's Bonsai 1-bit Qwen models tested: 107 t/s generation on 8GB VRAM
Bonsai models from PrismML are 1-bit quantized versions of Qwen3 8B, 4B, and 1.7B that achieve 107 tokens/second generation and >1114 t/s prompt processing on an RTX 4060 with 8GB VRAM, with significantly reduced memory requirements.

Anthropic Doubles Claude Code Usage Limits, Signs SpaceX Compute Deal
Anthropic doubled five-hour usage windows for Claude Code Pro and Max subscribers, removed peak-hour reductions, and raised API limits for Opus, citing a new deal with SpaceX for 300+ MW of compute capacity from the Colossus 1 supercomputer (220,000+ NVIDIA GPUs).

Claude Code v2.1.73: Model Overrides, Stability Fixes, and Performance Improvements
Claude Code v2.1.73 adds modelOverrides for custom provider IDs, fixes critical freezes and deadlocks, resolves subagent model downgrades, and improves voice mode stability. The release addresses 18 specific issues including bash command permission prompts, session corruption, and Linux sandbox failures.