Hi, I’m running OpenClaw (2026.4.21) in Docker on a VPS and intermittently getting:
“Agent couldn’t generate a response. Please try again.”
Environment seems healthy:
- Gateway running on port 18789 (connectivity OK)
- Discord and Telegram both configured and working
- Expected warnings for Docker (no systemd)
Notable findings:
- openai-codex:default auth is broken (refresh_token_reused, expired)
- AGENTS.md is slightly truncated (~4%)
- Warning: voice-gateway plugin disabled but config present
- Some orphan agent dirs (codex, flash)
Current setup:
- Default model: modal/zai-org/GLM-5-FP8
- Fallbacks include Gemini, OpenRouter, GLM, and Codex
My suspicion is a model/provider/fallback failure, not a channel issue.
Questions:
- Can a broken Codex auth in fallbacks cause this generic failure?
- Could truncated AGENTS.md lead to no final response?
- Do orphan agent dirs affect model resolution or routing?
@round breach