Troubleshooting Guide¶
This guide helps you diagnose and resolve common issues with YAPFM, including error messages, performance problems, and configuration issues.
📚 Table of Contents¶
- Common Issues - File not found, permission errors, strategy errors, and data type issues
- Error Reference - Detailed information about YAPFM exceptions
- Performance Issues - Slow operations, memory usage, and thread safety
- Configuration Problems - Invalid structure and environment-specific issues
- File Format Issues - JSON, TOML, and YAML format problems
- Memory and Resource Issues - Memory leaks and resource exhaustion
- Debugging Tips - Debug logging, inspection, and tracing
- Frequently Asked Questions - Common questions and advanced scenarios
Quick Navigation¶
- Having basic issues? Check Common Issues
- Need error details? See Error Reference
- Performance problems? Read Performance Issues
- Configuration not working? Go to Configuration Problems
- File format errors? Browse File Format Issues
- Memory issues? See Memory and Resource Issues
- Need to debug? Check Debugging Tips
- Have questions? Explore Frequently Asked Questions
Getting Help¶
If you can't find a solution in this guide:
- Check the GitHub Issues for similar problems
- Create a new issue with:
- YAPFM version
- Python version
- Operating system
- Complete error message
- Minimal code example that reproduces the issue
- Include relevant log output and configuration details
Additional Resources¶
- User Guide - Basic usage and common patterns
- Advanced Features - Advanced patterns and optimization
- API Reference - Complete API documentation
- Examples - Real-world usage examples