Closed rusnackor closed 10 months ago
Hi @rusnackor,
thanks for using our client.
I've prepared PR #631. If you would like to use dev version of client then install client via:
pip install git+https://github.com/influxdata/influxdb-client-python.git@logging-requests-without-query-parameters
Best Regards
Specifications
Code sample to reproduce problem
Expected behavior
I am using connection check method from official example: examples/connection_check.py to see if my DB is connected.
This is working fine, when I have
debug=False
, it will simply pass.Actual behavior
However, when I do
debug=True
I will get this exception:Additional info
I was trying different formats of debug variable (string, etc) but none seems to work, boolean is only working option, it seems like there is something in
urllib
.