Blue Iris, Alerts, Stopped running python script

Covy

Young grasshopper
Jun 16, 2022
38
18
United States
I put a python script in place recently to send alerts to Pushover. It worked fine initially with this configuration:

1731104142820.png

The script itself is on Github at: GitHub - scudre/pushover-blueiris: Python script to send Blue Iris motion detection alerts via Pushover

I added some code to the script itself to only send to Pushover during specific hours, that way I would not get alerts when I didn't want them. After this - I stopped getting alerts entirely, so I removed the additions to the code. However, it still is not sending alerts :( I can send myself alerts in the following ways:

1. Put VS Code into debug mode and run the script with JSON config
2. Run the script in windows command prompt with: >python alert_notify.py

Both will get me what I expect and give me logging in my alert_notify.log file that I am using to verify.

With that said, I have the alerts set up like:

1731104320998.png

I do get the Push Notifications, so I know it is running the actions here. Any ideas what I might be missing here?