Common Errors
Python Version Error
If you see an error like:Troubleshooting Checklist
Verify Python Client Version
Ensure you have the latest version of the Python client installed. See the Python client documentation for full installation and upgrade instructions.Show your installed version:Upgrade to the latest version:
Verify Authentication
- Check API key format:
Bearer YOUR_API_KEY - Verify key hasn’t been revoked in Developer Console
- Ensure correct environment (dev/prod)
Check Request Format
- Validate required parameters are included
- Verify JSON formatting for POST requests
- Check file formats and sizes for uploads
Review Error Response
- Read error code and message carefully
- Check details object for additional context
- Look for retry_after values for rate limits
Implement Proper Retry Logic
- Use exponential backoff for server errors
- Respect rate limit retry_after values
- Don’t retry client errors (4xx except 429)
Getting Help
If you’re still experiencing issues after following this guide:Check API Status
View current system status and incidents
Request Access
Request API access if you don’t have it yet
Contact Support
Get help from our technical support team at [email protected]
Support Docs
Browse additional support documentation
- Error codes and messages
- Request/response examples
- Timestamps of errors
- Your organization ID
- Steps to reproduce the issue