Skip to content

Pushover returns 400 bad request #1162

Answered by piksel
DennisGaida asked this question in Q&A
Discussion options

You must be logged in to vote

Try swapping the User Key and API Key (I could reproduce by swapping them). It should be:

pushover://shoutrrr:<APIKEY>@<USERKEY>

You can also test it by running the shoutrrr CLI container:

docker run --rm -it containrrr/shoutrrr send -v pushover://shoutrrr:<APIKEY>@<USERKEY> "Test message"

... and/or verify that the URL is parsed correctly:

docker run --rm -it containrrr/shoutrrr verify pushover://shoutrrr:<APIKEY>@<USERKEY>

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.

Replies: 3 comments 1 reply

This comment has been hidden.

Comment options

You must be logged in to vote
1 reply
@eakoning
Comment options

Answer selected by DennisGaida
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #1159 on December 15, 2021 15:29.