Nicholas de Jong
Nicholas de Jong
Try enabling request debug to get more information, you can enable debug per request by adding `__debug=true` request parameter See debug docs here - - https://github.com/ndejong/pfsense_fauxapi?tab=readme-ov-file#debugging Onec you have more...
The logs are telling you that you don't have the file `/etc/fauxapi/credentials.ini` Perhaps you edited the file `credentials.sample.ini` and did not renam it to `credentials.ini`
Nice - have added some in-line comments on the PR Maybe my only real thing here is wondering if `--http-verify` is the right user facing command-line-name to use. I get...
Thanks for the report(s) @gregsadetsky and @wildegnux I've not had a chance to look into this yet, however I've been able to compare Python 3.10 vs 3.11 and somewhere in...
Note to self - write tests to catch this, we really don't have much in the way of tests at the moment :( - figure out why the project badges...
New release v0.3.0 that might resolve this issue, unfortunately it's been really hard to replicate the errors on this to chase it down - https://github.com/threatpatrols/hibp-downloader/releases/tag/0.3.0 There are two key changes...
Okay, that helps - are you able to provide a list of the installed Python packages in each virtual environment you have there?
Yes, retries are not a thing in the current code - would surely help Current thinking is that the timeouts would make sense if you consider this thing creates a...
New release 0.3.1 implements retries and provides CLI options to adjust the default values https://pypi.org/project/hibp-downloader/0.3.1/ ``` pip install --upgrade hibp-downloader ``` Feedback would be great
Thanks for the report - are you able to provide a way to reproduce the issue so it can be tracked down? Without any access to a Windows host and...