Pushover returns 400 bad request #1162
-
Describe the bug The log simply states (obfuscated with x,y,z):
Unfortunately I can't see the request shoutrrr is making even with tracing & debug enabled (room for improvement?) To Reproduce
Expected behavior Logs from running watchtower with the
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
This comment has been hidden.
This comment has been hidden.
-
Try swapping the
You can also test it by running the shoutrrr CLI container:
... and/or verify that the URL is parsed correctly:
The upcoming version of shoutrrr implements Pushover via the new WebClient and provides better error messages, but the current one only reports the status codes unfortunately. |
Beta Was this translation helpful? Give feedback.
-
Thanks for pointing out that directing testing is possible with shoutrrr! That helped me figure out the problem: An additional character in the API key... |
Beta Was this translation helpful? Give feedback.
Try swapping the
User Key
andAPI Key
(I could reproduce by swapping them). It should be:You can also test it by running the shoutrrr CLI container:
... and/or verify that the URL is parsed correctly:
The upcoming version of shoutrrr implements Pushover via the new WebClient and provides better error messages, but the current one only reports the status codes unfortunately.