Troubleshooting
Troubleshooting
Section titled “Troubleshooting”This guide covers common issues when using Arxo. Use the sections below to find solutions.
Guides
Section titled “Guides”| Guide | Topics |
|---|---|
| Installation | Installing the Arxo CLI |
| Analysis | No files found, slow runs, memory, parsing errors |
| Policy & Config | Policy violations, invalid or missing config |
| Metrics & Output | Unknown metric, zero results, JSON/HTML output |
| Caching | Stale results, cache size |
| Language-specific | TypeScript, Python |
| Debugging | Timing, logs, reporting issues |
Common Error Messages
Section titled “Common Error Messages”| Error | Meaning | Solution |
|---|---|---|
Failed to parse | Syntax error | Fix source file syntax |
Config validation failed | Invalid YAML | Run arxo config validate |
Metric not found | Wrong metric ID | Run arxo metrics list |
No files analyzed | Wrong path/excludes | Check path and exclusions |
Policy violation | Threshold exceeded | Adjust policy or fix code |
Out of memory | Graph too large | Limit nodes or exclude files |
Quick diagnostics
Section titled “Quick diagnostics”arxo doctorarxo config validate --config .arxo.yamlarxo --versionNext Steps
Section titled “Next Steps”- Configuration — Full config reference
- CLI Reference — Command options
- Policy Examples — Real-world policies
- CI Integration — Set up CI