You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/Users/mmatl/ambi/tmp.py", line 3, in <module>
x = InfluxDBClient("localhost:8086")
File "/Users/mmatl/ambi/env/lib/python3.9/site-packages/influxdb_client/client/influxdb_client.py", line 62, in __init__
header_value=self.auth_header_value, retries=self.retries)
AttributeError: 'InfluxDBClient' object has no attribute 'auth_header_value'
Exception ignored in: <function InfluxDBClient.__del__ at 0x10e0efb80>
Traceback (most recent call last):
File "/Users/mmatl/ambi/env/lib/python3.9/site-packages/influxdb_client/client/influxdb_client.py", line 264, in __del__
if self.api_client:
AttributeError: 'InfluxDBClient' object has no attribute 'api_client'
Specifications:
Client Version: 1.29.0
InfluxDB Version:
Platform: MacOS, Ubuntu, Windows (all tested)
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
Run the following python code:
Expected behavior:
Not a crash.
Actual behavior:
Crash:
Specifications:
The text was updated successfully, but these errors were encountered: