# Troubleshooting

> Fixes for the problems people hit most.

Start with `leakdown --doctor`. It checks Node, Chromium, your AI CLI, mail and ffmpeg.

## Common problems

Open a problem to see the fix.
The run stopped halfway

Your AI subscription likely hit its usage limit. Rerun the same command later; a ladder run from the same day picks up where it stopped.--goal exited with 2

Nothing failed on your site. The run could not start: the URL was unreachable, the model stopped answering, or setup failed. Run `leakdown --doctor`.There is only video.webm

ffmpeg is not installed. Install it and new sessions also save `video.mp4`. `--doctor` says whether it was found.A flag seems to do nothing

Since 0.7.0 an unknown flag is an error, so check the exact spelling in [Commands](https://docs.leakdown.dev/commands).Prospects stop at "check your email"

Mail is not set up, so they cannot read the code. See [Email walls](https://docs.leakdown.dev/email).A finding appears only once

It is marked unverified. Send the same persona again with `--persona name,name,name`.Ctrl-C in a menu

It exits cleanly with status 130. Nothing is written.--doctor says everything is fine but the run fails

The result is cached for a week. `leakdown --doctor --force` checks again, including a live call to your AI CLI."the brain is not answering"

Your AI CLI stopped replying, which is what a usage limit looks like. Wait for it to reset and rerun the same command; nothing is lost.

## Report a bug

[Open an issue on GitHub ↗](https://github.com/0xSarnavo/leakdown-cli/issues) and include the version:

```
leakdown --versionleakdown 0.7.0

```

---
Source: https://docs.leakdown.dev/troubleshooting
