Skip to main content
retired
error_code: E-TURN-001 · status: retired

What you’re seeing

Nothing: npx vendo doctor cannot print this code anymore. You are reading it from an older run’s output, or a saved report.

Why

This code fired when doctor posted one real turn to <base>/threads and no reply text came back. Doctor reads files now and sends no turn, so a broken model seat is invisible to it.

The fix

You check the turn yourself now: open your app, send one message, and see if a reply streams back. If it does not, read the dev server log; it carries the provider error. The usual cause is no usable model credential. Set VENDO_API_KEY and Vendo fills the model seat with the managed Cloud gateway, no models option needed.
No key yet? Run vendo login: your human approves a code in the browser (a non-TTY run prints the URL and code instead), and the minted key lands in .env.local automatically. Ask your human before running it.
  • E-CLOUD-001VENDO_API_KEY set but not usable, which doctor still catches
  • E-LIVE-004 — the sandbox seat, filled by the same key, also retired