So I've just tried to get this working on my BI install and nothing seems to be happening when I try the test via the cmd.
Running on Windows 11, curl 8.13.0, BI 5.9.9.64
This is the parameter field details. Note I've created the reg keys manually as standard String Values (ala REG_SZ).
-s --form-string "token=%996" --form-string "user=%997" --form-string "message=<b>&CAM</b> &MEMO" -F "attachment=@C:\
BlueIris\Alerts\&ALERT_PATH" --form-string "device="%998" --form-string "sound=%999"
When I try the cmd line test, it simply does nothing at all. No errors, no noti nada. Just goes back to the prompt. I tried doing it directly, with replacing the macro numbers with the actual tokens and still nada.
Doing a test on the Pushover website works fine so my mobile can receive the notification no issues, just nothing from my server. Adding --verbose doesn't do anything either.
Any ideas on why it doesn't do anything at all??