Skip to content

Troubleshooting Guide

This guide helps you diagnose and resolve common issues with YAPFM, including error messages, performance problems, and configuration issues.

📚 Table of Contents

  1. Common Issues - File not found, permission errors, strategy errors, and data type issues
  2. Error Reference - Detailed information about YAPFM exceptions
  3. Performance Issues - Slow operations, memory usage, and thread safety
  4. Configuration Problems - Invalid structure and environment-specific issues
  5. File Format Issues - JSON, TOML, and YAML format problems
  6. Memory and Resource Issues - Memory leaks and resource exhaustion
  7. Debugging Tips - Debug logging, inspection, and tracing
  8. Frequently Asked Questions - Common questions and advanced scenarios

Quick Navigation

Getting Help

If you can't find a solution in this guide:

  1. Check the GitHub Issues for similar problems
  2. Create a new issue with:
  3. YAPFM version
  4. Python version
  5. Operating system
  6. Complete error message
  7. Minimal code example that reproduces the issue
  8. Include relevant log output and configuration details

Additional Resources