Skip to content

FAQ

This chapter collects the most frequently encountered error codes and exceptional scenarios when using Antigravity Tools, helping you quickly identify root causes and find solutions.

In This Chapter

Issue TypePageDescription
Account Invalidinvalid_grant & Auto-DisableAccount suddenly unavailable? Understand OAuth Token failure causes and recovery process
Auth Failure401/Auth FailedRequest rejected? Check auth_mode configuration and Header format
Rate Limit Errors429/Capacity ErrorsFrequent 429s? Distinguish quota exhaustion from upstream rate limiting, use rotation to reduce impact
Path Errors404/Path IncompatibleEndpoint 404? Resolve Base URL and /v1 prefix concatenation issues
Streaming ExceptionsStreaming Interruption/0 Token/Signature InvalidResponse interrupted or empty? Understand proxy self-healing mechanisms and troubleshooting paths

Troubleshoot by error code: When encountering a specific error, jump directly to the corresponding page.

Systematic learning: If you want a comprehensive understanding of potential issues, it's recommended to read in the following order:

  1. 404/Path Incompatible — The most common integration issue, usually the first pitfall
  2. 401/Auth Failed — Path is correct but request rejected, check auth configuration
  3. invalid_grant & Auto-Disable — Account-level issues
  4. 429/Capacity Errors — Request succeeds but is rate limited
  5. Streaming Interruption/0 Token/Signature Invalid — Advanced issues involving streaming responses and signature mechanisms

Prerequisites

Recommended First

Next Steps

After troubleshooting issues, you can continue deep learning: