Pushover Plugin - push notifications

This subforum holds the older topics about this plugin before it was moved to open source. It's locked and only provided as historical reference.
User avatar
FlyingDiver
Posts: 7823
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: Pushover Plugin - push notifications

Post by FlyingDiver »

At this point I would delete the preferences file and re-configure the plugin from scratch.

Also, make sure it works using the built-in actions before you try scripting it. I've never attempted to script it, so something might have changed to break the script. If you get it all working using the plugin actions, post your script and I'll see if something might have broken it.
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
SearchCz
Posts: 268
Joined: Wed Sep 18, 2019 4:45 am

Re: Pushover Plugin - push notifications

Post by SearchCz »

Did those steps .. still have a weird glitch. Weird glitch - the plugin will only send a notification successfully if I specify the app token. With the app token omitted, the plugs throws an error message.

Pushover Error Post Error - Result: {"token":"invalid","errors":["application token is invalid"],"status":0,"request":"a5a79376-b297-45df-95b4-59bfa057eff5"}

I currently have only one app token, and that's not it. I *might* have had this app token in the past and deleted it on pushover.net. It is not in my current list of app tokens, neither on pushover.net nor reported in my plugin. I'm in the process of locating all my calls to this plugin in order to add the specification of an app token. Seems to be addressing the problem so far, but I thought an app token was supposed tone optional?
User avatar
FlyingDiver
Posts: 7823
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: Pushover Plugin - push notifications

Post by FlyingDiver »

Are you using a standard action from the UI to send the notification, or a script?
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
SearchCz
Posts: 268
Joined: Wed Sep 18, 2019 4:45 am

Re: Pushover Plugin - push notifications

Post by SearchCz »

FlyingDiver wrote:Are you using a standard action from the UI to send the notification, or a script?
Either/both. They want that app token. Otherwise I get an error like this:

Pushover Error Post Error - Result: {"token":"invalid","errors":["application token is invalid"],"status":0,"request":"0ea47462-6dea-4546-beb7-5816b2f76617"}
User avatar
FlyingDiver
Posts: 7823
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: Pushover Plugin - push notifications

Post by FlyingDiver »

Clearly something unintentional happened when I added support for multiple app tokens. Not sure when or if I'll find time to revert it to the previous behavior. You could always go back to the version before the multiple token support was added.
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
SearchCz
Posts: 268
Joined: Wed Sep 18, 2019 4:45 am

Re: Pushover Plugin - push notifications

Post by SearchCz »

FlyingDiver wrote:Clearly something unintentional happened when I added support for multiple app tokens. Not sure when or if I'll find time to revert it to the previous behavior. You could always go back to the version before the multiple token support was added.
No worries. It is working for me as long as I specify an app token, which is easy enough to do.

Have you ever heard of a problem where the same pushover message gets sent repeatedly, even though the triggering event is not repeating? I had that happening a while back and couldn't figure out where the hiccup was.
User avatar
FlyingDiver
Posts: 7823
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: Pushover Plugin - push notifications

Post by FlyingDiver »

Honestly, I don't use Pushover, except when testing the plugin. ;)
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
jcs
Posts: 5
Joined: Wed Dec 13, 2017 10:15 pm

Re: Pushover Plugin - push notifications

Post by jcs »

SearchCz wrote:
FlyingDiver wrote:Clearly something unintentional happened when I added support for multiple app tokens. Not sure when or if I'll find time to revert it to the previous behavior. You could always go back to the version before the multiple token support was added.
No worries. It is working for me as long as I specify an app token, which is easy enough to do.

Have you ever heard of a problem where the same pushover message gets sent repeatedly, even though the triggering event is not repeating? I had that happening a while back and couldn't figure out where the hiccup was.
You are probably sending with a priority of 2, which repeats until you acknowledge it.

https://support.pushover.net/i19-receiv ... iple-times
SearchCz
Posts: 268
Joined: Wed Sep 18, 2019 4:45 am

Re: Pushover Plugin - push notifications

Post by SearchCz »

jcs wrote:
SearchCz wrote:
FlyingDiver wrote:Clearly something unintentional happened when I added support for multiple app tokens. Not sure when or if I'll find time to revert it to the previous behavior. You could always go back to the version before the multiple token support was added.
No worries. It is working for me as long as I specify an app token, which is easy enough to do.

Have you ever heard of a problem where the same pushover message gets sent repeatedly, even though the triggering event is not repeating? I had that happening a while back and couldn't figure out where the hiccup was.
You are probably sending with a priority of 2, which repeats until you acknowledge it.

https://support.pushover.net/i19-receiv ... iple-times
I am not.
Locked

Return to “Archives”