-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
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
error during download #46
Comments
I had the same errors show up on my downloads;
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I upgraded to the latest version
using the following
haveibeenpwned-downloader.exe -n l:\pwnedpasswords -o -p 64
I seen the following during the download process
Failed request #1 while fetching . Exception message: The request was canceled due to the configured HttpClient.Timeout
of 100 seconds elapsing..-------------------------------------- 21% --:--:-- -
TaskCanceledException: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
TimeoutException: The operation was canceled.
.
at void HandleFailure(Exception e, bool telemetryStarted, HttpResponseMessage response, CancellationTokenSource cts,
CancellationToken cancellationToken, CancellationTokenSource pendingRequestsCts)
at async Task g__Core|83_0(HttpRequestMessage request, HttpCompletionOption
completionOption, CancellationTokenSource cts, bool disposeCts, CancellationTokenSource pendingRequestsCts,
CancellationToken originalCancellationToken)
at void MoveNext() in Program.cs:191
at async Task ImplementationAsync(Func<Context, CancellationToken, Task> action, Context
context, CancellationToken cancellationToken, ExceptionPredicates shouldRetryExceptionPredicates,
ResultPredicates shouldRetryResultPredicates, Func<DelegateResult, TimeSpan, int, Context, Task>
onRetryAsync, int permittedRetryCount, IEnumerable sleepDurationsEnumerable, Func<int,
DelegateResult, Context, TimeSpan> sleepDurationProvider, bool continueOnCapturedContext)
The text was updated successfully, but these errors were encountered: