SOLO-5054
GitHubReleasesNotFoundSoloError — System
GitHubReleasesNotFoundSoloError
| Code | SOLO-5054 |
| Category | System |
| Ownership | Infrastructure |
| Retryable | Yes |
Description
Thrown when a GitHub repository reports no releases. solo lists releases to choose a version to download, so this means the repository returned an empty release list. It is retryable, since a transient API issue can return empty results that resolve on a later attempt.
Troubleshooting Steps
- Verify network connectivity and GitHub availability
- Check if GitHub API rate limits have been exceeded
- Verify proxy or firewall settings allow access to api.github.com