Skip to main content

Common Issues

Authentication Failed

Error: Unauthorized: Invalid API key Solutions:
  • Verify BOOSTGPT_PROJECT_ID and BOOSTGPT_API_KEY in .env
  • Generate new API key from dashboard if needed
  • Check that credentials are not expired
  • Ensure no extra spaces in environment variables

Bot Not Found

Error: Bot not found Solutions:
  • Verify bot ID is correct
  • Check bot exists in your project
  • Ensure bot status is active
  • Confirm you have access to the bot

Rate Limit Exceeded

Error: Rate limit exceeded Solutions:
  • Implement retry logic with exponential backoff
  • Add delays between requests
  • Use request queue for high volume
  • Upgrade to higher plan for more requests
See Rate Limits for detailed solutions.

Model Not Available

Error: Model not supported Solutions:
  • Check model name spelling (e.g., gpt-5-mini not gpt5-mini)
  • Verify model is available in your region
  • Check model pricing and credit balance
  • See Model Comparison for available models

Insufficient Credits

Error: Insufficient credits Solutions:
  • Check credit balance in dashboard
  • Add more credits or upgrade plan
  • Use cheaper models for testing (e.g., gemini-flash-lite)

Connection Timeout

Error: Request timeout Solutions:
  • Check your internet connection
  • Verify API endpoint is reachable
  • Increase timeout in HTTP client
  • Try again as it may be temporary

Training Data Not Reflected

Issue: Bot doesn’t use training data Solutions:
  • Wait a few seconds for indexing (usually instant)
  • Verify training was added successfully
  • Check training content is relevant to query
  • Ensure bot has access_to_memory: true in settings

Router SDK Not Receiving Messages

Issue: Router doesn’t respond to messages Solutions:
  • Verify adapter tokens are correct (Discord, Telegram, etc.)
  • Check bot has correct permissions in platform
  • Ensure router.start() was called
  • Check console for connection errors

Webhook Not Firing

Issue: Not receiving webhooks Solutions:
  • Verify webhook URL is publicly accessible (HTTPS required)
  • Check endpoint returns 200 status code
  • Test with ngrok for local development
  • View webhook logs in dashboard

Enable Debug Logging

Enable verbose logging to diagnose issues:

Check API Status

Verify BoostGPT services are operational:

Contact Support

If issues persist:

Next Steps

Error Handling

Handle errors properly

Discord Community

Get help from community