Troubleshooting1 min
Common Errors and Solutions
Solutions for common errors
Common Errors and Solutions
Common conversion errors and how to fix them.
❌ "Invalid YAML format"
Cause
- Incorrect indentation
- Mixed tabs and spaces
- Syntax error
Solution
- Use spaces only for indentation
- Check YAML syntax
- Validate with online YAML validator
❌ "Invalid JSON format"
Cause
- Trailing comma
- Single quotes
- Comments (JSON doesn't support)
Solution
- Remove trailing commas
- Use double quotes
- Remove comments
❌ "Conversion limit reached"
Cause
Free plan's 10/day limit
Solution
- Wait until tomorrow
- Upgrade to Pro
- Purchase Desktop
❌ Garbled output
Cause
Character encoding issue
Solution
- Save file as UTF-8
- Use UTF-8 without BOM
Tags
#errors#troubleshooting#solutions#help