You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like this error is not caught and causes incomplete downloads.
Is there any way to verify if all hashes are on board? is it possible to do some sort of check to verify the number of hashes in the cloud verses the one in the download at the end of the script?
System.IO.IOException: There is not enough space on the disk. : 'F:\pwnedpasswords.txt.txt'
at void System.IO.RandomAccess.WriteSyncUsingAsyncHandle(SafeFileHandle handle, ReadOnlySpan<byte> buffer, long fileOffset)
at void System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan<byte> buffer, long fileOffset)
at void System.IO.Strategies.OSFileStreamStrategy.Write(ReadOnlySpan<byte> buffer)
at void System.IO.Strategies.OSFileStreamStrategy.Write(byte[] buffer, int offset, int count)
at void System.IO.Strategies.BufferedFileStreamStrategy.Flush(bool flushToDisk)
at void System.IO.Strategies.BufferedFileStreamStrategy.Dispose(bool disposing)
at void System.IO.StreamWriter.CloseStreamFromDispose(bool disposing)
at async ValueTask System.IO.StreamWriter.DisposeAsyncCore()
at async Task PwnedPasswordsDownloader.ProcessRanges(Settings settings) in /_/src/HaveIBeenPwned.PwnedPasswords.Downloader/Program.cs:244
at async Task PwnedPasswordsDownloader.ProcessRanges(Settings settings) in /_/src/HaveIBeenPwned.PwnedPasswords.Downloader/Program.cs:244
Hash ranges downloaded ---------------------------------------- 87% 00:00:00
Finished downloading all hash ranges in 5.145.949ms (179,19 hashes per second).
We made 922.143 Cloudflare requests (avg response time: 82,01ms). Of those, Cloudflare had already cached 922.143 requests, and made 0 requests to the Have I Been Pwned origin server.
The text was updated successfully, but these errors were encountered:
It looks like this error is not caught and causes incomplete downloads.
Is there any way to verify if all hashes are on board? is it possible to do some sort of check to verify the number of hashes in the cloud verses the one in the download at the end of the script?
The text was updated successfully, but these errors were encountered: