⚠️ 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-5043
FileEmptySoloError — System
FileEmptySoloError
| Code | SOLO-5043 |
| Category | System |
| Ownership | User |
| Retryable | No |
Description
Thrown when a file solo was asked to read is empty; the message names the path. solo expects the referenced file to contain data, so this means it exists but has no content — for example the wrong file was supplied or it was not fully written.
Troubleshooting Steps
- Verify the file contains valid content:
- The file must not be empty to be processed