Open ranjoy001 opened 2 months ago
I had the same issue with .NET 8.0.403. The download finished without any error message bute the file was always to small (between 100 - 300 MB - different size with every attempt). After uninstalling .NET 8 und installing .NET 6 (6.0.427) the download was fine again.
I made an update to the application a few hours ago. If you can try this again with the latest SDK and report back, that would be awesome :)
I installed newest .Net 8 and updated the haveibeenpwned-downloader to Version 0.5.21. Now i get more errors.
I installed newest .Net 8 and updated the haveibeenpwned-downloader to Version 0.5.21. Now i get more errors.
These errors are warnings and should be OK, as it retries the downloads for these files instead of just quitting. I should make these warning messages a little clearer :)
I have also given it a try and was able to download the complete dataset without any error, Thanks for looking into it!!
I tried again. Alot of warnings but the download seems to finish. I did the same download from my debian server. This download was without any warnings and the file is slightly larger.
I will use in future my debian server for this.
I'm trying to download all SHA1 hash passwords into a single file, but the process isn’t completing. I ran this command
haveibeenpwned-downloader pwnedpasswords
to download all the hashes into one text file, but only 14% of the data was downloaded. Then I tried another set of commands to download the hashes into a directory with multiple text files, but that process also didn't finish and only completed 8% of the total dataset. Can someone please help here?