SOLO-3085

NodeStatusEmptyResponseSoloError — Component

NodeStatusEmptyResponseSoloError

CodeSOLO-3085
CategoryComponent
OwnershipInfrastructure
RetryableNo

Description

Thrown when a consensus node’s status check returns an empty response. solo queries each node’s status endpoint to determine its state, so an empty reply means the node returned nothing usable — typically because the node is not yet serving its status endpoint, or the request reached a target that is not ready.

Troubleshooting Steps

  1. Check solo logs: tail -n 100 ~/.solo/logs/solo.log
  2. Verify the consensus node pod is running: kubectl get pods -n
  3. Inspect node logs: kubectl logs -n