> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vendo.run/llms.txt
> Use this file to discover all available pages before exploring further.

# E-LIVE-005

> Retired: doctor no longer reads /status, so it cannot detect a missing venue field.

```text retired theme={null}
E-LIVE-005 — retired, doctor no longer emits this code
```

`error_code: E-LIVE-005` · `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 warning flagged version skew: the host's `/status` route was old enough
that it did not report an execution venue at all. Doctor no longer reads
`/status`, so there is no field to find missing.

## The fix

Nothing to do.

## Related errors

* [E-DEP-001](/production/troubleshooting/e-dep-001) — a version check doctor still runs, against `package.json`
* [E-DEP-003](/production/troubleshooting/e-dep-003) — the `zod` version check, also read from disk
