-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
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
posts://
post://
get://
notifications ignore 404 type errors of the endpoint
#2869
Comments
Hmm this is not quite true, the message is more saying that the notification was processed succefully, it does not actually check the status, for this you should look in the notification debug log |
I did check the notification debug log, but didn't see any indication of trouble. For example, I have a watch set up on this page: https://www.random.org/quick-pick/?tickets=2&lottery=5x69.1x26 (used because it will change every check; please be gentle on this service). Notifications are going to
and so on, with no error messages. There's also nothing on the homepage / watch list indicating a problem. Should I be looking somewhere else? |
the |
Yeah, I think that's the exact issue. I guess I was seeing it as a bug, but you're saying it's known and expected behavior. I would lobby for giving users a heads up when it's possible to detect failed notification delivery (e.g. 404s), but it's up to you how you want to classify it. |
agreed - it seems like a dead-end/loose-end to me, it should atleast catch 40x errors and give some report you somehow caught 404's not being handled and double-encoding of the URL! amazing finds :) |
posts://
post://
get://
notifications ignore 404 type errors of the endpoint
Describe the bug
When Change Detection delivers a notification, an HTTP response status indicating failure, such as 404, is treated as successful and disregarded silently.
Version
v0.48.05
How did you install?
Docker Compose
To Reproduce
Steps to reproduce the behavior:
posts://httpbin.org/status/404
SENDING
.Example watch: https://changedetection.io/share/0nFoikTeP3Ua
Expected behavior
Some sort of indication of failure in the log or watch should be shown to the user.
Desktop (please complete the following information):
Additional context
This can arise when Change Detection mangles your notification URL, as in #2868.
The text was updated successfully, but these errors were encountered: