⚠️ Homebrew support is being deprecated.
Solo will stop publishing updates to Homebrew after August 31, 2026.
Install via
npm install -g @hiero-ledger/solo@latest instead.
See System Readiness for full install instructions.SOLO-3086
NodeStatusMissingLineSoloError — Component
NodeStatusMissingLineSoloError
| Code | SOLO-3086 |
| Category | Component |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when a consensus node’s status check response is missing the expected status line. solo parses the status output to read the node’s current state, so this means the response came back but did not contain the line solo needs — usually because the node is still starting and has not produced full status output, or the output format was unexpected.
Troubleshooting Steps
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log
- Verify the consensus node pod is running: kubectl get pods -n
- Inspect node logs: kubectl logs
-n