Closed
Description
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:
- Spin up a InfluxDB with an API key
- Add something like:
post://influxdb:8086/api/v2/write?org=testorg&bucket=test&+Authorization=Token TESTTOKEN
in the 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
Expected behavior
2xx status codes should probably be considered success
Desktop (please complete the following information):
- OS: Linux
- Browser Firefox
- Version [e.g. 22]
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version 133.0
Thank you so much :)
Let me know if you need anything else. And thanks again for this amazing project 😁