Hey, I’m hitting a weird issue after updating OpenClaw to 2026.4.14.
My setup:
• macOS
• OpenClaw 2026.4.14
• Default model: openai-codex/gpt-5.4
• Worker model: moonshot/kimi-k2.5
• Codex OAuth is valid
• Gateway is healthy
• Telegram channel is healthy
• Browser/tooling/workspace are mostly restored and working
What happens:
• Any tiny GPT-5.4 request can fail with:
• LLM request failed: DNS lookup for the provider endpoint failed.
• After repeated retries, it can turn into:
• API rate limit reached. Please try again later.
Important detail:
• This does not look like a real local DNS issue.
• On my machine:
• chatgpt.com resolves
• api.openai.com resolves
• curl can reach both
• OpenClaw logs show the provider path returning a full HTML page in rawErrorPreview, and then OpenClaw surfaces it as the DNS error.
• So it looks more like an upstream/provider/runtime failure being mislabeled as DNS.
What I already tried:
• restarted gateway multiple times
• waited for cooldown
• tested tiny prompts only
• removed Codex auth profiles manually
• re-ran:
• openclaw models auth login --provider openai-codex
• confirmed after re-auth:
• default model = openai-codex/gpt-5.4
• configured models clean
• OAuth valid again
• still same issue