Google의 AI 코딩 도구인 반중력 에디터를 사용 중, 다음과 같은 오류가 발생한다면:
Antigravity Error:Our servers are experiencing high traffic right now,
please try again in a minute.오류 원인 분석:
"copy debug info" 버튼을 클릭하면,
아래와 같은 오류가 표시된다면, 지난 5시간 동안의 토큰 한도를 모두 소진한 것입니다. 5시간 또는 1주 기다리면 한도가 복구됩니다.
오늘 코딩 작업을 많이 해서 정말 한도를 다 써버렸다.
AI 코딩을 하면서도 토큰 불안 증후군이 있다. 한도가 떨어질까 봐 무섭다.
오늘 Gemini 3 Flash와 Opus 4.6 한도를 모두 소진했다.
해결책: 5시간 기다리기, 요금제 업그레이드, 다른 계정으로 로그인. 여러 가지 방법을 선택할 수 있다.
오류 상세:
Trajectory ID: f1
Error: HTTP 503 Service Unavailable
Sherlog:
{
"error": {
"code": 503,
"details": [
{
"@type": "type.googleapis.com/google.rpc.ErrorInfo",
"domain": "cloudcode-pa.googleapis.com",
"metadata": {
"model": "claude-opus-4-6-thinking"
},
"reason": "MODEL_CAPACITY_EXHAUSTED"
}
],
"message": "No capacity available for model claude-opus-4-6-thinking on the server",
"status": "UNAVAILABLE"
}
}
--------------------------------
{
"error": {
"code": 503,
"details": [
{
"@type": "type.googleapis.com/google.rpc.ErrorInfo",
"domain": "cloudcode-pa.googleapis.com",
"metadata": {
"model": "gemini-3-flash-agent"
},
"reason": "MODEL_CAPACITY_EXHAUSTED"
}
],
"message": "No capacity available for model gemini-3-flash-agent on the server",
"status": "UNAVAILABLE"
}
}
다음 시간대에 한도가 복구되기를 기다리는 수밖에 없다.