Error on ALERT_PATH

GranB3n

n3wb
Joined
Sep 26, 2023
Messages
3
Reaction score
0
Location
France
Hi,

I'm running BI 5.9.1.3 but the problem is older than this version.
I also use CPAI.

I have a problem with the information contained in the &ALERT_PATH variable.
For some time now, the content of the variable no longer contains the correct name of the image linked to the alert.
Before it worked well, the content of the alert was: "Camera.20240514_181617.15747505.3-1.jpg" ; now I only have "temp_Camera_0.jpg".
The "Camera.20240514_181617.15747505.3-1.jpg" file is present in the alert folder.

It was working fine a few weeks ago.

Does anyone also have this problem?
 

jaydeel

BIT Beta Team
Joined
Nov 9, 2016
Messages
1,186
Reaction score
1,266
Location
SF Bay Area
These temp files should not persist, and the macro should change once Blue Iris finishes processing the Alert. I'm running 5.9.1.3; ll try testing this tomorrow.

Here's some background.
 

jaydeel

BIT Beta Team
Joined
Nov 9, 2016
Messages
1,186
Reaction score
1,266
Location
SF Bay Area
I'm seeing this as well.
1715792908474.png

And this is not a recent change. I reverted all the way back to 5.8.3.3 (1/8/2024) and observed the same.

If you use the NirSoft FolderChangesView utility (how to) , you can watch the ALERT_PATH file get created in real-time.
1715793124948.png

But as indicated by the arrows, this file is deleted as soon as the Run a program Action I'm using to show the macro completes execution.

You can verify the file is deleted by trying to check its file properties.
z.gif

To show the macros, I'm using the following Run Action from a camera preset.
1715793487721.png

The full 'Parameters. field looks like
Code:
* /TIME:30 Now=%x_%X ... ALERT_DB=&ALERT_DB ... ALERT_PATH=&ALERT_PATH ... ALERT_CLIP=&ALERT_CLIP ... IMAGE_PATH=&IMAGE_PATH ... MEMO='&MEMO'

EDIT: To watch the temp*.jpg file get deleted in real-time in FileChangesView, add a 10,000 msec (or so) Wait Action to Action Set after the Run Action above.
d.gif
 
Last edited:

sp3ctre

Getting the hang of it
Joined
Sep 29, 2018
Messages
57
Reaction score
28
Location
UK
ah, seeing exactly the same, thought I'd messed something up. Also %PLATE is no longer working for me, not sure if that is related or not.
 
Joined
Jul 31, 2017
Messages
7
Reaction score
1
Sounds like something's up with how the system's handling the &ALERT_PATH variable. Have you tried checking recent updates or patches?
 

sp3ctre

Getting the hang of it
Joined
Sep 29, 2018
Messages
57
Reaction score
28
Location
UK
For me it was because I was using “on reset” but this action only exists in ”on alert”. Still cant get plate to work though
 

GranB3n

n3wb
Joined
Sep 26, 2023
Messages
3
Reaction score
0
Location
France
I move the action from "On reset" to "on alert" ... and It works like before ...
 
Top