retired
error_code: E-LIVE-007 · 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 caught a wire that had selected the e2b venue off a strayE2B_API_KEY with no e2b package installed. Env keys no longer select a
venue on their own, so no host can be handed a venue it did not explicitly
ask for, and the check has nothing left to catch.
The fix
Nothing to do for a current run. If you are reading this off an older report, the wire has since moved to explicit selection:E2B_API_KEY is a
credential now, read only when a composition explicitly configures a
sandbox adapter.
To use the managed Cloud sandbox, leave the sandbox slot unset in
createVendo and keep VENDO_API_KEY set. Doctor no longer reads the venue
at all, so nothing replaces this code: load your app and try a server app to
see the venue in action.
Related errors
- E-LIVE-004 — the venue check, also retired
- E-LIVE-005 — version skew on the same venue field, also retired