Time to next event error

Forum for questions and support relating to the 1.30.x releases only.
Locked
aTTila
Posts: 1
Joined: Tue May 09, 2017 3:13 am

Time to next event error

Post by aTTila »

I'm currently experiencing the "Time to next event = x seconds" error when trying to view events. When viewing an event you get a few frames of footage out of order then periodic black frames with the text "Time to next event = x seconds".

I've searched and found a few old forum topics highlighting this error with the following suggested solutions:

- Set all monitor buffer settings back to default (check)
- Need to repair your mysql database with both 'mysqlcheck' or via phpmyadmin (check)
- Make sure mysql timezone matches the system timezone/time (check)

None of these has resolved the error for me. I've also checked both mysql and zoneminder logs at the time events are triggered and see no errors at all.

Wondering if anyone could suggestion other possible solutions or things I can check?

Thanks in advance
ostsjoe
Posts: 1
Joined: Tue Sep 12, 2017 9:08 pm

Re: Time to next event error

Post by ostsjoe »

I'm getting the same symptoms on my zoneminder install. One interesting thing I can add is that if you look at the frame data every frame has a duplicate with a timestamp off by some set amount of time. This time varies by quite a bit, I haven't seen a pattern to it. The other timestamp is correct.

Code: Select all

FRAME ID	TYPE	TIME STAMP	TIME DELTA	SCORE
1	Normal	03:19:15	0.00	0
1	Normal	14:05:06	0.00	0
2	Normal	14:05:06	0.03	0
2	Normal	03:19:15	0.09	0
3	Normal	14:05:06	0.08	0
3	Normal	03:19:15	0.29	0
4	Normal	03:19:15	0.38	0
4	Normal	14:05:06	0.10	0
5	Normal	03:19:15	0.50	0
5	Normal	14:05:06	0.14	0
Anyone have any ideas?
Locked