SOLO-5056
GitHubReleaseAssetNotFoundSoloError — System
GitHubReleaseAssetNotFoundSoloError
| Code | SOLO-5056 |
| Category | System |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when no GitHub release asset matches the running platform and architecture; the message names the platform and arch. solo selects the release asset built for the current OS and CPU, so this means the release exists but has no matching asset — for example the platform or architecture is unsupported by that release.
Troubleshooting Steps
- Verify a release asset is available for your platform (
) and architecture ( ) - Check the GitHub releases page for supported platforms
- Consider installing the dependency manually