Error: go: module requires Go 1.21 or later
Solution: Update Go to version 1.21 or higher.
Error: Build fails with compilation errors Solution:
- Run
go mod tidyto clean dependencies - Ensure you're in the correct directory
- Check Go version compatibility
Error: authentication failed
Solution:
- Verify API key is correct
- Check environment variables
- Ensure proper permissions
Error: failed to connect to AWS/Azure/GCP
Solution:
- Verify credentials
- Check network connectivity
- Validate region settings
Symptoms: Application consuming excessive memory Solution:
- Reduce batch sizes
- Enable streaming mode
- Check for memory leaks in plugins
Symptoms: Commands taking too long Solution:
- Check network latency
- Optimize queries
- Use caching
Enable debug logging:
allora --log-level debug <command>Or set environment variable:
export ALLORA_LOG_LEVEL=debug- Check the FAQ
- Search GitHub Issues
- Join our Discord
- Email support@alloracli.com