SOLO-4024

InvalidStateZipFileNameSoloError — Validation

InvalidStateZipFileNameSoloError

CodeSOLO-4024
CategoryValidation
OwnershipUser
RetryableNo

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

  1. Download a valid state file first: solo consensus state download
  2. Or rename the state zip file to use only letters, numbers, dots, underscores, and hyphens.
  3. The file name must not start with a hyphen and must not contain slashes, spaces, shell syntax, or path traversal.
  4. Example valid name: node1-state.zip