influxdb-python
influxdb-python copied to clipboard
ping does not return but server recieves ping
- InfluxDB version: 1.8.3
- InfluxDB-python version: e.g. 5.3.1
- Python version: e.g. 3.8.5
- Operating system version: official docker container on debian strech
I moved some stuff from local to a remote influxdb instance and noticed that ping does not return.
The server does receive the ping :
[httpd] 79.234.240.7 - admin [19/Dec/2020:19:49:59 +0000] "GET /ping HTTP/1.1" 204 0 "-" "python-requests/2.25.1" 609de764-4233-11eb-8005-0242ac170002 687
But python ping method does never return, any tipps? The health function I have used in the past seem to be not existing anymore.
curl does give me a 204 response with curl -v xxx.com:8086/ping
If i am adding a timeout ping does return the correct InfluxDB Version. So it does work somehow. I am lost here...
Same here.