SOLO-4024
InvalidStateZipFileNameSoloError — Validation
InvalidStateZipFileNameSoloError
| Code | SOLO-4024 |
| Category | Validation |
| Ownership | User |
| Retryable | No |
Description
Thrown when a state zip file name is invalid; the message names it. solo expects state zip files to follow a specific naming convention, so this means the name does not match it.
Troubleshooting Steps
- Download a valid state file first: solo consensus state download
- Or rename the state zip file to use only letters, numbers, dots, underscores, and hyphens.
- The file name must not start with a hyphen and must not contain slashes, spaces, shell syntax, or path traversal.
- Example valid name: node1-state.zip