Cameraguy
Known around here
- Feb 15, 2017
- 1,502
- 1,159
Yea it took me a little while to get the string totally correctI 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 correctI paid the $5 but still cant get it to work.
It has to be something simple.
+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.
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.
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
Check your spelling for typos, it definitely won't work if you used "curel.exe" in your command line string (should be "curl.exe").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").
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.Guess we are out of ideas.