Operations

Operations Troubleshooting

Common setup, capture, replay, fixture, and docs build problems.

ProblemDiagnosisFix
Docker is not availableDocker daemon unavailableStart Docker or export DATABASE_URL.
API client cannot connectWrong ISPLAY_API_URLRun npx isplay doctor and export the printed API URL.
Missing project errorISPLAY_PROJECT_ID absentCreate a project and export its ID, or pass --project.
Replay pausesDivergent tool output has no fixtureRun isplay replay requirements <replayId>, add a fixture, then resume.
Replay errors on live policyNo live executorUse recorded-only model policy and pause-for-fixture tool policy.
No model call finish for streamStream was not consumedEnsure the application drains AI SDK or LangGraph streams.
Sparse context inventoryAdapter did not annotate prompts, retrieval, memory, or stateAdd explicit context annotations or richer wrappers.
Fixture did not satisfy requirementMatcher did not match argsHash, scope, project, or toolUse the requirement's argsHash and verify replay/branch scope.
YAML input rejectedCLI JSON helper detected YAMLUse inline JSON or a .json file.
Docs build fails after folder refactormeta.json points to missing pages or MDX has invalid syntaxRun find ... and npm run build:web, then fix the reported page.

Quick Diagnostic Commands

npx isplay doctor
npx isplay health
npx isplay projects get "$ISPLAY_PROJECT_ID"
npx isplay runs list --project "$ISPLAY_PROJECT_ID"
npx isplay replay get <replayId>

On this page