Closed parapar closed 2 months ago
It seems than forcing a downgrade of the requests package to the 2.31.0 solves this issue. For those experimenting the problem:
Download the .deb from here:
And install it with
apt install ./python3-requests_2.31.0+dfsg-2_all.deb
Hello @parapar, thank you so much for reporting it!
This is actually a regression in requests 2.32, as reported here: https://github.com/psf/requests/issues/6707
We have to fix our custom adapter to support unix sockets, as applied request-unixsocket2
: in https://gitlab.com/thelabnyc/requests-unixsocket2/-/commit/6f3b5757adf480c360b91acf5776009136c9496a
In my system:
Linux XXXXX 6.10.3-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.10.3-1 (2024-08-04) x86_64 GNU/Linux
After upgrading to the last version. I see this error in the logs and the UI says "Unable to retrieve statistics from cluster YYYY"