⚠️ Homebrew support is being deprecated.
Solo will stop publishing updates to Homebrew after August 31, 2026.
Install via
npm install -g @hiero-ledger/solo@latest instead.
See System Readiness for full install instructions.SOLO-5027
GitHubApiRequestFailedError — System
GitHubApiRequestFailedError
| Code | SOLO-5027 |
| Category | System |
| Ownership | Infrastructure |
| Retryable | Yes |
Description
Thrown when a GitHub API request cannot be completed; the message names the URL and wraps the underlying failure in cause. The request did not produce a usable HTTP response at all — for example a network or DNS failure, or a dropped connection. It is retryable, since transient network problems often clear on a later attempt.
Troubleshooting Steps
- Check network connectivity and GitHub availability, then retry. If the issue persists, confirm proxy/firewall settings.