Skip to content

GRPC error when running a deployment

Symptoms

You may experience this issue if:

  • You see a GRPC error in the notifications when running a deployment.
  • You recently changed a model in your flow to a different model that expects a different input resolution.
GRPC error notification in the notification panel
GRPC error notification displayed after starting a deployment with a resolution mismatch.

Error message:

Detected an error with a node: GRPC error when running inference for model <model_name>

Causes

This issue can occur when you have a flow with one model and then replace it with a different model that expects a different input resolution.

The connections between nodes in the flow were not updated to reflect the new model's input requirements. FORXAI Video Vision (FVV) does not automatically validate the flow when you swap models — the existing connections remain unchanged even if they are no longer compatible.

Solutions

Refresh the flow to trigger validation

Refreshing the Flow Builder page forces FVV to revalidate the connections and highlight any incompatible ones.

  1. Open the affected flow in Flow Builder.

  2. Refresh the browser page (press F5).

  3. After the page reloads, invalid connections are highlighted in red.

    Red invalid connections in Flow Builder
    Red connections in Flow Builder indicating incompatible nodes.
  4. Delete the invalid (red) connections.

  5. Reconnect the nodes with the correct configuration that matches the new model's expected input resolution.

Expected result: The flow has valid connections and the deployment runs without GRPC errors.