SOLO-5028
GitHubApiHttpResponseError — System
GitHubApiHttpResponseError
| Code | SOLO-5028 |
| Category | System |
| Ownership | Infrastructure |
| Retryable | Yes |
Description
Thrown when a GitHub API request returns a non-success HTTP status; the message names the URL and the status code. solo calls the GitHub API to discover releases and download assets, so this means GitHub responded with an error status — for example rate limiting, a missing resource, or a server error. It is retryable, since transient statuses such as rate limits often clear on a later attempt.
Troubleshooting Steps
- Verify GitHub API accessibility and credentials/rate limits, then retry.