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
I put in a fix for the UI repo that should address this. The client creation step was the only one to use write_client so renaming it to client should be good.
Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
write_client = influxdb_client.InfluxDBClient(url=url, token=token, org=org)
write_api = client.write_api(write_options=SYNCHRONOUS)
client
does not exist (onlywrite_client
exists), get aNameError: name 'client' is not defined
Expected behavior:
The python setup works without problems.
Actual behavior:
The python setup does not work, as a wrong variable is used.
Environment info:
The text was updated successfully, but these errors were encountered: