SOLO-5065
PackageDownloadFailedSoloError — System
PackageDownloadFailedSoloError
| Code | SOLO-5065 |
| Category | System |
| Ownership | Infrastructure |
| Retryable | Yes |
Description
Thrown when solo cannot download a package; the message names the URL and wraps the underlying failure in cause. solo downloads packages such as platform builds and tools, so this means the download did not complete — for example the URL was unreachable, returned an error, or the connection dropped. It is retryable, since transient network issues often clear on a later attempt.
Troubleshooting Steps
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log
- Verify network connectivity
- Check if proxy or firewall settings block access to the download URL
- Verify the download URL is accessible