We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If a caching server is given but is unreachable, Mist will fail to download the installer.
Check if a given caching server is reachable, and failover to not using the caching server if it is not.
Currently this can be accomplished with a script outside of Mist, then calling mist-cli with the appropriate option (or lack thereof)
The text was updated successfully, but these errors were encountered:
Makes sense! I'll see how much work is involved to default to no caching server, if the specified one is not accessible 👍
Sorry, something went wrong.
No branches or pull requests
💡 Description
If a caching server is given but is unreachable, Mist will fail to download the installer.
✅ Proposed solution
Check if a given caching server is reachable, and failover to not using the caching server if it is not.
🩹 Alternatives Solutions + Workarounds
Currently this can be accomplished with a script outside of Mist, then calling mist-cli with the appropriate option (or lack thereof)
ℹ️ Additional context
The text was updated successfully, but these errors were encountered: