Dylan Blanqué
Dylan Blanqué
Fixed it manually on my `lib/python3.11/site-packages/certbot_dns_powerdns/dns_powerdns.py` by adding the following code to the `_handle_http_error` function. ``` # 4.8.3 str(e).startswith('404 Client Error: NOT FOUND for url:') ``` ``` def _handle_http_error(self, e,...
I can corroborate I had this same issue. Solved it temporarily by using/pre-installing PyYAML 5.3.1 instead.
> I had the same problem. It looks like `opnsense-revert -r 24.1.3 squid` solved the problem temporary. I had already tried this but I will try this again! Thank you...
The revert has not fixed my problem at all. The problem is not appearing on any logs which is highly annoying... The only issue at the time of the error...
@fichtner this seems to be occurring again after updating to 24.1.8. I'll probably be performing the revert as before but wanted to report this continues to happen.
Yeah that makes sense, is there anyone in particular from Squid or ClamAV that we could tag here so as to associate the issue somehow? Thanks, Dylan
> Hi @dblanque! Can you test the pull with `opnsense-patch -c plugins c02f7a7` and test both values? It seems that setting this option mutes the error on my side.. >...