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' }) → DF0050

Fix

Call devframe_connect_list-instances for the current instance list and retry with a live port.

Source