1.36.7 no montage

Discussions related to the 1.36.x series of ZoneMinder
Post Reply
geraldbrandt
Posts: 127
Joined: Tue Dec 09, 2014 10:20 pm

1.36.7 no montage

Post by geraldbrandt »

I seem to have lost montage view in 1.36.7. Montage Review works, but not montage. Has anyone else seen this issue?
montage.png
montage.png (71.59 KiB) Viewed 4505 times
dougmccrary
Posts: 1172
Joined: Sat Aug 31, 2019 7:35 am
Location: San Diego

Re: 1.36.7 no montage

Post by dougmccrary »

Not me. I'm on ubuntu. You?
geraldbrandt
Posts: 127
Joined: Tue Dec 09, 2014 10:20 pm

Re: 1.36.7 no montage

Post by geraldbrandt »

Yup, Ubuntu 20.04. Weird.
bbunge
Posts: 2930
Joined: Mon Mar 26, 2012 11:40 am
Location: Pennsylvania

Re: 1.36.7 no montage

Post by bbunge »

I set up a fresh Ubuntu 20.04 server yesterday with ZM 1.36.7. Montage works here but I had to set AUTH_RELAY to Plain on prior test setups. Hashed seems to work now.
geraldbrandt
Posts: 127
Joined: Tue Dec 09, 2014 10:20 pm

Re: 1.36.7 no montage

Post by geraldbrandt »

Just upgraded another Ubuntu 20.04 system from 1.36.5 to 1.36.7, and same thing. I get a FPS display, but no images in montage view.
User avatar
iconnor
Posts: 2879
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: 1.36.7 no montage

Post by iconnor »

Check javascript console for errors.
geraldbrandt
Posts: 127
Joined: Tue Dec 09, 2014 10:20 pm

Re: 1.36.7 no montage

Post by geraldbrandt »

Duh, of course. Not used to web dev stuff.

I get a bunch of these errors:

Request Failed: timeout, timeout skins_classic_js_skin-dark-1631560365.js:773:11
Ajax request failed. No responseText. jqxhr follows: skins_classic_js_skin-dark-1631560365.js:775:13
Object { readyState: 0, getResponseHeader: getResponseHeader(e), getAllResponseHeaders: getAllResponseHeaders(), setRequestHeader: setRequestHeader(e, t), overrideMimeType: overrideMimeType(e), statusCode: statusCode(e), abort: abort(e), state: state(), always: always(), catch: catch(e), … }
geraldbrandt
Posts: 127
Joined: Tue Dec 09, 2014 10:20 pm

Re: 1.36.7 no montage

Post by geraldbrandt »

Am I the only one seeing this issue? Any ideas on what to fix?
User avatar
iconnor
Posts: 2879
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: 1.36.7 no montage

Post by iconnor »

Yes you are the only one seeing this.

You posted a snippet of logs, but not the complete logs. Really the first few errors are the most important.
User avatar
iconnor
Posts: 2879
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: 1.36.7 no montage

Post by iconnor »

you seem to have a group selected. What happens if you don't?
geraldbrandt
Posts: 127
Joined: Tue Dec 09, 2014 10:20 pm

Re: 1.36.7 no montage

Post by geraldbrandt »

Same thing. I wish I could be more helpful.
User avatar
iconnor
Posts: 2879
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: 1.36.7 no montage

Post by iconnor »

I have the fix. You can set a fixed width for the cams or modify /usr/share/zoneminder/www/skins/classic/views/montage.php at line 234 to be

$monitor_options['width'] = $monitor_options['width']?$monitor_options['width'].'px' : null;

I will try to release 1.36.8 today with this and a couple other fixes.
geraldbrandt
Posts: 127
Joined: Tue Dec 09, 2014 10:20 pm

Re: 1.36.7 no montage

Post by geraldbrandt »

Thank you very much!
geraldbrandt
Posts: 127
Joined: Tue Dec 09, 2014 10:20 pm

Re: 1.36.7 no montage

Post by geraldbrandt »

1.36.8 fixed it for me. Again, thank you!
Post Reply