Skip to content
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

System.IO.IOException: There is not enough space on the disk - yet stats show "Finished downloading all hash ranges" #57

Open
RonnyTNL opened this issue Jan 18, 2024 · 0 comments

Comments

@RonnyTNL
Copy link

RonnyTNL commented Jan 18, 2024

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant