"No more events" in the event viewer, but there are... [FIXED]

Previous development branch now released as 1.36
Locked
c128
Posts: 88
Joined: Sat Sep 14, 2013 3:36 pm

"No more events" in the event viewer, but there are... [FIXED]

Post by c128 »

Hi,

I'm currently running zoneminder_1.35.18~20210210170809-focal_amd64.deb.

Something I've noticed in this (and maybe the last couple of master branch releases) is that the event viewer, even with "Gapless Events" selected, only plays a single event. If you leave the initial event you're viewing to run, or click "Next" in the viewer, it doesn't play the next event in the timeline but adds the banner "No more events" to the display - there are more events to display, however.

The initial/selected events play fine, by themselves.

I don't know if it makes a difference, but these are all events triggered from other, linked, monitors.

Thanks.
Last edited by c128 on Tue Feb 16, 2021 11:21 pm, edited 1 time in total.
c128
Posts: 88
Joined: Sat Sep 14, 2013 3:36 pm

Re: "No more events" in the event viewer, but there are...

Post by c128 »

I've since upgraded to 1.35.18~20210212115535-focal, but the same issue.

This was all working prior to recent upgrades, but clicking on "Next" in the viewer results in this in the logs:

Code: Select all

js_logger-classic-1613148935.js:93 getCmdResponse stream error: Socket /run/zm/zms-278209s.sock does not exist.  This file is created by zms, and since it does not exist, either zms did not run, or zms exited early.  Please check your zms logs and ensure that CGI is enabled in apache and check that the PATH_ZMS is set correctly.  Make sure that ZM is actually recording.  If you are trying to view a live stream and the capture process (zmc) is not running then zms will exit. Please go to http://zoneminder.readthedocs.io/en/latest/faq.html#why-can-t-i-see-streamed-images-when-i-can-see-stills-in-the-zone-window-etc for more information.
Additionally, the "Scale" drop-down doesn't work in the viewer either. I get the above error, but also this:

Code: Select all

skins_classic_views_js_event-classic-1613148935.js:843 Uncaught ReferenceError: vidWidth is not defined
    at onStatsResize (skins_classic_views_js_event-classic-1613148935.js:843)
    at HTMLSelectElement.changeScale (skins_classic_views_js_event-classic-1613148935.js:204)
Any ideas?
Magic919
Posts: 1381
Joined: Wed Sep 18, 2013 6:56 am

Re: "No more events" in the event viewer, but there are...

Post by Magic919 »

There’s a lot of work going on at the minute. Go on Slack to make sure they are aware.

If you don’t like the bumpy ride, I’d stay on 1.35.16 at the moment.
-
c128
Posts: 88
Joined: Sat Sep 14, 2013 3:36 pm

Re: "No more events" in the event viewer, but there are...

Post by c128 »

Magic919 wrote: Sun Feb 14, 2021 7:33 am There’s a lot of work going on at the minute. Go on Slack to make sure they are aware.

If you don’t like the bumpy ride, I’d stay on 1.35.16 at the moment.
Yeah, I'm aware of the above and the implications/acceptance of using the latest ZM release (I'm a long time ZM user) - I'm just asking the question in case anyone's seeing the same thing, whether there's a simple fix if they are, or whether it's due to something else...
c128
Posts: 88
Joined: Sat Sep 14, 2013 3:36 pm

Re: "No more events" in the event viewer, but there are...

Post by c128 »

Looks like it's already an issue on Github: https://github.com/ZoneMinder/zoneminder/issues/3162.
c128
Posts: 88
Joined: Sat Sep 14, 2013 3:36 pm

Re: "No more events" in the event viewer, but there are...

Post by c128 »

Fixed in 1.35.18~20210216113144-focal - thanks!
Locked