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
An exception occurred during a WebClient request. (http://api.thebrain.com/?a=doDirectDownload&id=70)
Triggered not by my code, but for reference, here is how I am getting the 64-bit file (may need to be fixed):
string savePath64 = Path.Combine(varWorkdir, saveFileName64); System.Net.WebClient webClient = new System.Net.WebClient(); webClient.DownloadFile(varChecksum64File, savePath64);
The text was updated successfully, but these errors were encountered:
{url:encode} / {url:decode} do not seem to help
{url:encode}
{url:decode}
Sorry, something went wrong.
disable checksum for thebrain due to error in ketarin
86176c9
#25
114b570
thebrain
[golang] update Go to 1.9.4 (dtgm#25)
82b08ea
No branches or pull requests
Triggered not by my code, but for reference, here is how I am getting the 64-bit file (may need to be fixed):
The text was updated successfully, but these errors were encountered: