DF0050: No Devframe Instance on Port
No running devframe instance on port {port}.
Message
No running devframe instance on port {port}.Cause
The devframe connect gateway tool devframe_connect_call-tool targeted a port with no live devframe instance behind it: neither the registry nor a direct probe found one serving __connection.json. The instance may have stopped, restarted on a different port, or never existed.
Example
// No dev server on 5199:
// devframe_connect_call-tool({ port: 5199, tool: 'devframe_state_read' }) → DF0050Fix
Call devframe_connect_list-instances for the current instance list and retry with a live port.
Source
packages/devframe/src/cli/connect.ts:call()throws this when neither the registry nor the port probe finds an instance.