python-keycloak-client
python-keycloak-client copied to clipboard
KeycloakClient raised ClientConnectionError
If you are trying to read response after raise_for_status with not 200 code, it raises ConnectionError. There is an aiohttp issue describes this: https://github.com/aio-libs/aiohttp/issues/3248
I am also encountering this error, I believe this patch should rectify.