← screencli  /  docs

Troubleshooting

Most issues come down to one of five things: no preview for screencli to open, a verdict it couldn't reach, a login it couldn't get past, the wrong URL, or an empty credit pool. Find your symptom below and jump to the fix.

screencli didn't run on my PR

The GitHub App triggers off your preview deployment, not the push itself. If nothing happened, work down this list.

The verdict came back inconclusive

inconclusive means the run couldn't reach a pass/fail decision — it isn't a failing test. See Verdicts for the full model. Common causes:

The test couldn't get past the login screen

If verifying the change requires a signed-in session and the agent got stuck at your sign-in page, it never had credentials to use.

screencli tested the wrong URL

By default screencli tests the deployment URL GitHub reports on the PR. If that's not the address you want checked, override it.

Cloud recording from the dashboard won't start

Pressing Start Recording on the dashboard composer and getting an upgrade dialog instead of a run is expected on a free account.

I'm out of credits

Runs are metered in credits — 1 credit = 1 agent step (one browser action). When the pool is empty, GitHub-App runs finalize as inconclusive with a credit reason and dashboard runs stop.

Still stuck?