⚠️ 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-4035
InvalidEndpointFormatSoloError — Validation
InvalidEndpointFormatSoloError
| Code | SOLO-4035 |
| Category | Validation |
| Ownership | User |
| Retryable | No |
Description
Thrown when an endpoint is not in the expected url:port format; the message includes the offending value. solo parses endpoints from flags and config, so this means the value is malformed — provide it as url:port.
Troubleshooting Steps
- Provide the endpoint in url:port format (e.g., 127.0.0.1:50211)
- Run solo –help for usage information