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
{{ message }}
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
Traceback (most recent call last):
File "test.py", line 21, in <module>
client.write_points(json_body)
AttributeError: 'NoneType' object has no attribute 'write_points'
Looking at the source, the __enter__ function does not return any object, just a pass: