Troubleshooting

Troubleshooting

Fast diagnosis for setup, capture, replay, fixture, experiment, adapter, and docs build issues.

Setup

SymptomCauseFix
Docker is not availableDocker daemon is stoppedStart Docker or set DATABASE_URL.
CLI cannot connectWrong or missing ISPLAY_API_URLExport the API URL and run npx isplay health.
Project requiredMissing ISPLAY_PROJECT_IDExport it or pass --project.

Capture

SymptomCauseFix
No events in runCode did not execute inside withRun() or run contextWrap the execution path or use adapter-managed context.
Missing model finishStream not drained or error path skipped finishDrain streams and finish in finally/error paths.
Sparse contextNo annotations for prompt/retrieval/memory/stateAdd context annotations with stable paths.
Tool output onlyProposal was not capturedRecord tool proposal before execution.

Replay

SymptomCauseFix
Replay pausedMissing divergent tool outputInspect requirements, add fixture, resume.
Live policy errorNo executor configuredUse recorded model and pause-for-fixture tool policy.
Non-comparable outputBranch too broad or checkpoint too earlyNarrow intervention or choose later checkpoint.
No effectHypothesis unsupported under current policyTry a narrower target or another hypothesis.

Experiments

SymptomCauseFix
--no-wait has no visible progressWorker has not started or job id was not readRun isplay start, then inspect metadata.jobId or the returned experiment job id with isplay jobs events.
Low confidenceToo few repetitionsIncrease repetitions and reduce fixture dependence.
Many requirementsBranches changed tool inputs broadlyNarrow targets or prepare fixtures.

Docs Build

SymptomCauseFix
Missing page errormeta.json lists a missing fileAdd the page or remove the entry.
MDX compile errorInvalid JSX or unclosed componentFix the reported line and rerun npm run build:web.
Old linkFolder rename left stale workflow or adapter pathReplace with /docs/guides or /docs/integrations.

On this page