Troubleshooting
No Lua runtime found
This comes from prometheus-lua when it cannot find:
- bundled runtime at
runtime/lua luajitlua5.1lua
Install one of these runtimes or reinstall with the installer.
ANSI color output looks broken
Use:
--nocolors
Parser errors are hard to inspect
Use:
--saveerrors
Prometheus will write <input>.error.txt next to your input file.
The Step "..." was not found
Your step Name does not match a registered step constructor. Use names documented in Step Pipeline Overview.
PrettyPrint with AntiTamper
AntiTamper is skipped when PrettyPrint = true. Prometheus logs a warning and continues.