biggen
Known around here
- May 6, 2018
- 2,688
- 3,060
I setup this yesterday and thought I was done as it was working fine but, for some reason, I'm not getting Pushover alerts anymore even though they were working fine for a day.
Here is the command I'm using for the alert:
I can manually run that curl command from the cmd line (inserting an actual file name for the attachment) and it works fine. I get the pushover to my phone. However, BI isn't sending me the pushoveron a trigger.
I'm a bit stumped on this one. I've even deleted the camera and added it back. Not exactly sure what is going on here. If I hit the test button from the alert area nothing comes from BI. If I manually trigger the alert from within BI, I still don't get any pushover notifications.
Here is the command I'm using for the alert:
Code:
https://api.pushover.net/1/messages.json -s --form-string "token=secret" --form-string "user=secret" --form-string "message=<b>&CAM</b> &MEMO <a href='&LAN/alerts/&ALERT_DB?fulljpeg'>Hi-Res</a> <a href='&LAN/ui3.htm?rec=&ALERT_DB'>UI3</a>" --form-string "html=1" -F "attachment=@C:\BlueIris\Alerts\&ALERT_PATH"
I can manually run that curl command from the cmd line (inserting an actual file name for the attachment) and it works fine. I get the pushover to my phone. However, BI isn't sending me the pushoveron a trigger.
I'm a bit stumped on this one. I've even deleted the camera and added it back. Not exactly sure what is going on here. If I hit the test button from the alert area nothing comes from BI. If I manually trigger the alert from within BI, I still don't get any pushover notifications.
Attachments
Last edited: