Page 2 of 2

Re: Montage Review showing "No Data"

Posted: Mon Jun 10, 2019 10:12 pm
by iconnor
I just push a bunch of updates to montagereview which should address this and some other things.

Care to try?

Re: Montage Review showing "No Data"

Posted: Wed Jun 12, 2019 8:20 am
by Xsev
Hello,
I have the same problem on Debian. Zoneminder 1.32.3 new installed last weekend.

Re: Montage Review showing "No Data"

Posted: Tue Jul 30, 2019 8:11 pm
by clipo
iconnor, did you push some updates to try and resolve this?

I'm just in the process of building a system and can give alternative OS a try.

Are you building them into RPM fusion?

Re: Montage Review showing "No Data"

Posted: Wed Jul 31, 2019 5:31 pm
by clipo
just re-read your post, you've pushed the update to the git.

not built from source for some time but will give it s try.

Re: Montage Review showing "No Data"

Posted: Wed Jul 31, 2019 8:36 pm
by Baylink
Datapoint: I'm on 1.32.3 updated from 1.30.2 on U18LTS, and I've seen this *a couple times*. Reloading the montage review webpage has generally cleared it, maybe twice.

In general, it seems to work a lot better and faster than the old MR, for me.

Re: Montage Review showing "No Data"

Posted: Sat Aug 03, 2019 8:45 am
by SouthernLonghauler
After some research, I found that /usr/share/zoneminder/www/skins/classic/views/montagereview.js has a mistake in the getImageSource function. The url that is being returned is missing the path to the zoneminder server. I was able to correct it by changing line 126 as follows:

'/index.php?view=image&eid=' + Frame.EventId + '&fid='+Frame.FrameId +

changed to:

server.PathToIndex+ '?view=image&eid=' + Frame.EventId + '&fid='+Frame.FrameId +

I hope others find this as helpful.

EDIT:

Used settings variable on line 126 to better handle the actual settings as defined in the 'server' settings

(Note: there is a single quote before the ?)

I see this fix has already been added to the newest version (1.33.13), but until this becomes mainstream, this simple edit should resolve the issue in 1.32.

Re: Montage Review showing "No Data"

Posted: Tue Aug 13, 2019 2:30 pm
by gersan89
Here, the change has brought nothing suffering. Every 10 minutes "no Data". What can I still try. I use debian 10 and ZM 1.32.3

Re: Montage Review showing "No Data"

Posted: Tue Aug 13, 2019 3:11 pm
by rockedge
I have found that these problems seem to have improved with version 1.33+

Re: Montage Review showing "No Data"

Posted: Fri Aug 16, 2019 7:58 pm
by Baylink
Well, in trying to look at montage review history for a time range I find that I now *only* get No Data for all 12 monitors, and when I look for getImageSource in montagereview.js in that path, that function doesn't appear to be defined in that file in 1.32.3.

Huh?

Oh. I was looking at montagereview.php, which is in that path. The JS file is down in /js/

Re: Montage Review showing "No Data"

Posted: Fri Aug 16, 2019 8:10 pm
by Baylink
Sadly, applying that fix didn't help; I can see the events for the various monitors in the scrool, but while it happily counts across the timeline, all the monitors all say No Data (over some frozen image intended to tell which which camera they are).

Re: Montage Review showing "No Data"

Posted: Fri Aug 16, 2019 8:22 pm
by Baylink
In fact, it appears applying that patch to 1.32.3 makes it ...

Oh goodie.

Not only can't I load MR anymore, I don't even seem to be able to load the console, even after backing the patch out.
[ ... ]
Nope, there's the console.

Hmmm...