Troubleshooting
command not found: veronese
Section titled “command not found: veronese”The veronese binary is not on your system PATH.
# Add the install directory to your PATH (add to ~/.zshrc or ~/.bashrc)export PATH="/usr/local/bin:$PATH"
# Reload your shellsource ~/.zshrc # or ~/.bashrcThen verify:
veronese versionconfig not found
Section titled “config not found”The CLI cannot find your configuration file.
veronese config set-url https://veronesebook.comveronese config set-token YOUR_API_TOKENGet your token from veronesebook.com/api_access_tokens.
not enough seconds
Section titled “not enough seconds”Your account has insufficient transcription credits.
# Check your current balanceveronese statusThen visit veronesebook.com/billing to top up.
Episode stuck in ingesting or transcribing
Section titled “Episode stuck in ingesting or transcribing”The episode may still be processing. Try polling with a longer timeout:
veronese episode poll <id> --max-wait 600If it stays stuck for more than 10 minutes, check the event log:
veronese episode events <id>episode failed
Section titled “episode failed”The transcription encountered an error. Inspect the event log and retry:
# View processing events to diagnose the issueveronese episode events <id>
# Retry the failed episodeveronese episode retry <id>Common causes:
- The URL was inaccessible or required authentication
- The audio file was corrupted or too short
- Insufficient credit balance at time of processing
Still stuck?
Section titled “Still stuck?”- Check the GitHub issues
- Open a new issue with the output of
veronese episode events <id> - Visit your Veronese dashboard for account details