We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Whenever InfluxDB receives data correctly it returns a 204 status code, but Change Detection notification considers that status code as an error.
Version v0.48.06
How did you install? Docker Container
To Reproduce
Steps to reproduce the behavior:
post://influxdb:8086/api/v2/write?org=testorg&bucket=test&+Authorization=Token TESTTOKEN
in the Notification URL List
Notification URL List
test,testlabel=thisisatest,testlabel=thisisatest open_positions={{current_snapshot}}
in the Notification Body 4. Save and let the watcher run 5. See that the watcher failed with error
Notification Body
Expected behavior 2xx status codes should probably be considered success
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Thank you so much :) Let me know if you need anything else. And thanks again for this amazing project 😁
The text was updated successfully, but these errors were encountered:
Re #2896 204 and other 20x responses are OK
46f5bd1
Oops! thanks for the solid report, will drop a new release ASAP
Sorry, something went wrong.
dgtlmoon
Successfully merging a pull request may close this issue.
Describe the bug
Whenever InfluxDB receives data correctly it returns a 204 status code, but Change Detection notification considers that status code as an error.
Version
v0.48.06
How did you install?
Docker Container
To Reproduce
Steps to reproduce the behavior:
in the
Notification URL List
in the
Notification Body
4. Save and let the watcher run
5. See that the watcher failed with error
Expected behavior
2xx status codes should probably be considered success
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Thank you so much :)
Let me know if you need anything else. And thanks again for this amazing project 😁
The text was updated successfully, but these errors were encountered: