ntfy not receiving netalertx notifications #1073
useruser-useruser
started this conversation in
General
Replies: 1 comment 2 replies
-
Hi, Thanks for the detailed write-up. Did you specify the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! Lovely work on this, first off. I appreciate the hard work the developers and community have put into this.
I am trying to have notifications for specific devices going down and new devices joining my network to be sent to my smartphone using ntfy. However, the notifications never reach ntfy. Here are the steps I took. Please let me know what I am doing wrong (thank you in advance!):
I ran curl -d "test" ntfy.sh/[topic name] on the device that is hosting netalertx and the test came through to the smartphone immediately. This makes me think it's netalertx. I then, in netalertx, went to Devices > My Devices > [test device] > plugins > ntfy publisher and saw two instances when it seems it tried to send a notification to ntfy and must have failed, because the output was:
"{\"code\":40401,\"http\":404,\"error\":\"page not found\"} "
So it seems that somehow maybe netalertx isn't correctly parsing https://ntfy.sh/[topic name].
Any thoughts on this? Is there a part I'm done extremely obviously wrong but I'm too much of a noob to know what it is? I would appreciate any help at all! Thank you <3
Beta Was this translation helpful? Give feedback.
All reactions