使用谷歌的 AI编程工具--反重力编辑器,如果你遇到报错:
Antigravity Error:Our servers are experiencing high traffic right now,
please try again in a minute.分析错误原因:
点击 copy debug info 按钮,
如果你看到的错误是下面这样,那就是最近5小时的Token额度用完了。继续等待5小时,或者1周,就恢复额度了。
今天编程干活比较多,真的把额度撑爆了。
现在AI编程,还是有Token焦虑症,害怕没有额度,因为额度焦虑。
今天把 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"
}
}
只能等待时间,恢复下一时间段的额度。