Need help setting up BI5 text alerts.

I paid the $5 but still cant get it to work.

It has to be something simple.
Yea it took me a little while to get the string totally correct
 
Try running the parameters string from cmd.exe with hardcoded macros.
The response should look like this
{"status":1,"request":"de7da248-7307-43d2-af17-779b09bd5a11"}

1652308637436.png

In addition to extra (or missing) spaces, pay attention to quote marks as well.
 
+1^^.
You said you created an app and have the token; did you set up a "Device" (the smartphone to receive the push notification) ?
 
Try running the parameters string from cmd.exe with hardcoded macros.
The response should look like this
{"status":1,"request":"de7da248-7307-43d2-af17-779b09bd5a11"}

View attachment 127817

In addition to extra (or missing) spaces, pay attention to quote marks as well.

When i try this i get nothing it goes back to C:\Windows\system
 
First, confirm that your attachment string is pointing to an actual file.
Copy the string (sans the ampersand), click the Windows key, type Ctrl-V, hit Enter.
This should open the jpg file.

If that works, share your parameters string - redacting your token & user strings.
 
@EDYY are you certain you dont have a space in blue iris like this user did?
 
Try running the parameters string from cmd.exe with hardcoded macros.
The response should look like this
{"status":1,"request":"de7da248-7307-43d2-af17-779b09bd5a11"}

View attachment 127817

In addition to extra (or missing) spaces, pay attention to quote marks as well.

So i did this again as admin and it works. Maybe BI is not doing it as admin? When i try before it said access is denied
 
It is something to do with admin rights! How do i give BI admin rights on windows 11?

My account is the admin account but even then i have to run cmd - curl as admin before it will work.
 
Are you running the Blue Iris service with your own user account?

Except from the help pdf - see ‘Testing the action set’

View attachment 127857

I think the answer is yes i am using the run blue iris as a windows service option and used my local admin accounts password/user.

Still no push over alerts from BI but if i run the code as admin it works.

When i use cmd i get C:\Users\BOX (box being my user) curel.exe -V access is denied

BI probably is getting access is denied.

Maybe i should load win 10 and see if that fixes it.
 
Not to hijack this thread but i can run this image below and get a instant alert in the pushover app on my iPhone but not get anything from Blue Iris when i try to use. Also on Windows 11 Pro

1652308637436.png
 
I think the answer is yes i am using the run blue iris as a windows service option and used my local admin accounts password/user.

Still no push over alerts from BI but if i run the code as admin it works.

When i use cmd i get C:\Users\BOX (box being my user) curel.exe -V access is denied

BI probably is getting access is denied.

Maybe i should load win 10 and see if that fixes it.
Check your spelling for typos, it definitely won't work if you used "curel.exe" in your command line string (should be "curl.exe").
 
Check your spelling for typos, it definitely won't work if you used "curel.exe" in your command line string (should be "curl.exe").

A simple spelling mistake everything else is copy and pasted.

I can now get a notification on the pushover app if i do this
1652308637436.png

put the same info in BI minus the exact JPG location and i get nothing.
 
Guess we are out of ideas.
You need to start from clean slate you are doing something wrong. Also, if it hasn't been mentioned before, you need to manually trigger the camera to test not use the test button. So, make sure you disable deepstack or any AI otherwise they may suppress the alert.
 
The following post has one more thing you can try.
The strategy is to see if another Windows program works when executing from the Blue Iris service. I've previously referred to it as the 'msg.exe trick'.
Send Pushover notifications with pictures and hyperlinks

If this fails, suggest contacting support. Note that you are having troubles getting the 'Run a program' action to work with curl.exe from the service with a user login under Windows 11.
 
Here is a few things i have tried.

Installed BI on a different pc added a camera manually without importing any previous settings.

New installs of Windows 10 and 11.

Setup a camera on my desk to trigger easily.

I will get a notification on the pushover app if i do this.

1652308637436.png

Does BI not have a log file to see if it's even trying to execute curl.exe