We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce:
Write a dictionary-style object without the tags key (e.g. because the tags are provided via default tags):
tags
client.write("my-bucket", "my-org", {"measurement": "h2o_feet", "fields": {"water_level": 1.0}, "time": 1})
Expected behavior:
Either tolerate missing tags key or emit a self-explanatory error message / raise an exeception.
Actual behavior:
'NoneType' object does not support item assignment.
'NoneType' object does not support item assignment
Specifications:
The text was updated successfully, but these errors were encountered:
@tobias-schuele, thanks for using our client, We will take a look.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Steps to reproduce:
Write a dictionary-style object without the
tags
key (e.g. because the tags are provided via default tags):client.write("my-bucket", "my-org", {"measurement": "h2o_feet", "fields": {"water_level": 1.0}, "time": 1})
Expected behavior:
Either tolerate missing
tags
key or emit a self-explanatory error message / raise an exeception.Actual behavior:
'NoneType' object does not support item assignment
.Specifications:
The text was updated successfully, but these errors were encountered: