Push Messages not being sent
My SD Card failed and so I have re-installed the latest version and reconfigured the server. I have been trying to set back up my Push Messages with no luck. I have tried Repeater-Informer, which was working as expected before the SD Card failure.
My Group Key is : DPZL8-489P8-378RS-UWU94-G8772 and I see the message in the server.log
As this was not working I then turned to Pushover. I have a working API (I don't want to paste the API Token/Key and my user key) and can test it via a bash script which delivers the message. How ever sending from Repetier-Server the log returns.
2023-09-10 16:32:20: Push Over API response: {"token":"invalid","errors":["application token is invalid, see https://pushover.net/api"],"status":0,"request":"282536df-f54b-4fbc-be99-7df86a6bc8fd"}
I haven't had this problem before, everything work out out of the gate.
Comments
Pushover is a bit strange. First tets said
5:08:32.362: Push Over API response: {"info":"no active devices to send to","status":1,"request":"2a0455ca-e23e-4c3e-8990-882143d0da69"}
and later messages where I wanted to debug worked15:57:12.098: Push Over API response: {"status":1,"request":"c946129f-fe4f-4c66-8f2b-c1dad1796996"}
15:57:34.012: Push Over API response: {"status":1,"request":"1fe9a75c-6cd7-41cb-b8a1-71c7e5e4010b"}
15:57:57.698: Push Over API response: {"status":1,"request":"86e367f0-be90-4814-ae67-b1b0ae7f879e"}
From your message it seems like it did not know your token or it was wrong when you tested. Since we also did not touch that function I assume it still works in general just that it had bad token value for the test.