CATALOG_002 — Catalog Scan Failed
What This Means
Section titled “What This Means”Syllago encountered an error while scanning the catalog for content items. The scan could not complete successfully.
Common Causes
Section titled “Common Causes”- Corrupted or malformed content files (invalid YAML/JSON syntax)
- Permission issues on content directories or files
- Broken symlinks in the content tree
- Disk I/O errors
How to Fix
Section titled “How to Fix”- Check file permissions on your
.syllagodirectory and its contents:ls -la .syllago/ - Validate the syntax of recently modified content files.
- Look for broken symlinks:
find .syllago -xtype l - If the issue persists, try removing and re-importing the problematic content.
Example Output
Section titled “Example Output”Error CATALOG_002: failed to scan catalog Suggestion: check file permissions and content file syntax in .syllago/