"Resource has been exhausted" messages from Antigravity auth
pnpm clawdbot status
Web session: not linked
System:
WhatsApp: not linked
Telegram: configured
Signal: not configured
iMessage: not configured
Provider probes: skipped (use --deep)
Heartbeat: 60s
Session store: /example/.clawdbot/agents/main/sessions/sessions.json
Default model: claude-opus-4-5-thinking (200k ctx)
Active sessions: 1
Recent sessions:
- agent:main:main [direct] | 2m ago | model claude-opus-4-5-thinking | tokens: 0.0k used, 200k left of 200k (0%) | flags: system, id:34980e94-9d8b-4cc4-b754-ed63bfed7c0f
Ever ~20 mins I get:
Cloud Code Assist API error (429): {
"error": {
"code": 429,
"message": "Resource has been exhausted (e.g. check quota).",
"status": "RESOURCE_EXHAUSTED"
}
}
via Telegram. The same thing happens with a test message sent to Clawd.
Using Codexbar, it says that I have 100% of my usage remaining for the model.
clawdbot@2026.1.7 clawdbot /example/repos/clawdbot
tsx src/entry.ts status
Web session: not linked
System:
WhatsApp: not linked
Telegram: configured
Signal: not configured
iMessage: not configured
Provider probes: skipped (use --deep)
Heartbeat: 60s
Session store: /example/.clawdbot/agents/main/sessions/sessions.json
Default model: claude-opus-4-5-thinking (200k ctx)
Active sessions: 1
Recent sessions:
- agent:main:main [direct] | 2m ago | model claude-opus-4-5-thinking | tokens: 0.0k used, 200k left of 200k (0%) | flags: system, id:34980e94-9d8b-4cc4-b754-ed63bfed7c0f
Ever ~20 mins I get:
Cloud Code Assist API error (429): {
"error": {
"code": 429,
"message": "Resource has been exhausted (e.g. check quota).",
"status": "RESOURCE_EXHAUSTED"
}
}
via Telegram. The same thing happens with a test message sent to Clawd.
Using Codexbar, it says that I have 100% of my usage remaining for the model.
