Skip to content

Troubleshooting

Errors, what they mean, how to recover.

The full recovery playbook lives next to the skill content:

skill/references/troubleshooting.md

CodeCauseFirst move
not_foundWrong ID or ticket archivedVerify with ticket_search
conflictStale etag OR already claimedticket_get → retry with fresh ua
seq_blockedPredecessor not doneticket_children → finish lower ord first
invalidSchema violationCheck params against API Guide
internalServer bugRetry once; check /health; file an issue
Terminal window
# Health + DB connectivity
curl http://localhost:8080/health
# Skill document (tool metadata as TOON)
curl http://localhost:8080/skill
# Server logs (Docker)
docker compose logs -f orkestra
  • Reproducible internal errors
  • Errors not in the list above
  • Behavior that contradicts the API Guide

Open an issue

For security issues, see the Security Policy instead — don’t post them publicly.