Troubleshooting Guide
Common issues and how to fix them.Authentication Errors
Problem: “Invalid API Key”
Symptoms:-
Check API key is correct:
-
Verify key is active:
- Log into dashboard
- Check API keys page
- Regenerate if needed
-
Check for whitespace:
Verification Failures
Problem: Unexpected Verification Failures
Symptoms:-
Enable verbose mode:
-
Check trace:
-
Verify input format:
Performance Issues
Problem: Slow Response Times
Symptoms: Response time > 5 seconds Solutions:-
Use batch processing:
-
Increase timeout:
-
Check network latency:
Quota Issues
Problem: “Quota Exceeded”
Symptoms:-
Check quota status:
-
Upgrade plan:
- Visit https://qwedai.com/pricing
- Contact sales for enterprise
-
Implement rate limiting:
Integration Issues
Problem: Pages Still Showing 404
症 Symptoms: “Page Not Found” on integration pages Solutions:-
Use correct URL format:
-
Hard refresh:
- Windows: Ctrl + Shift + R
- Mac: Cmd + Shift + R
-
Check deployment:
- Visit https://github.com/QWED-AI/qwed-enterprise/actions
- Verify latest deployment succeeded
Error Code Reference
| Error Code | Meaning | Solution |
|---|---|---|
AUTH_001 | Invalid API key | Check/regenerate key |
AUTH_002 | Expired key | Renew API key |
QUOTA_001 | Quota exceeded | Upgrade plan |
TIMEOUT_001 | Request timeout | Increase timeout |
VALIDATION_001 | Invalid input | Check input format |
Getting Help
Self-Service:
-
Check logs:
-
Run test suite:
- Search documentation:
Community Support:
Enterprise Support:
- 📧 Email: support@qwedai.com
- 💼 Slack Connect (Enterprise customers)
- 📞 Emergency Hotline (Enterprise Pro+)
Debug Checklist
When troubleshooting:- Check error message carefully
- Enable verbose/debug mode
- Review logs
- Test with simple query
- Check network connectivity
- Verify API key
- Check quota status
- Review recent code changes
- Test in isolation
- Search documentation
Still stuck? Contact support@qwedai.com with:
- Error message
- Code snippet
- Steps to reproduce
- QWED SDK version