(1.32.3) Montage Review Errors, No Data

Forum for questions and support relating to the 1.32.x releases only.
Post Reply
resthefallen
Posts: 2
Joined: Mon Feb 11, 2019 4:53 pm

(1.32.3) Montage Review Errors, No Data

Post by resthefallen »

Hello,
My Montage Review is not displaying any data when scrubbing through the modect camrea I have set up (Just says 'No Data'). This is a new installation and I have not seen it work yet. When I click on a position in the review timeline, I get an error in the console

Code: Select all

TypeError: storage is undefined[Learn More] skins_classic_views_js_montagereview-base-1544285133.js:120:9
The error is pretty much the same in ZM's logs, but here is the error that spams when reviewing in the logs: https://pastebin.com/igRPxhmE

I made sure I have php-gd.
My timezone for both php and the server are America/New_York.
I installed ZM on Ubuntu from the 1.3.2 ppa.

One thing that may be the cause is I accidentally deleted my default storage location and I tried recovering by creating a new "Default" with the same settings.

The storage item displays as:
2 Default /var/cache/zoneminder/events/ local Medium Default

However events play back fine otherwise. I can view the individual events in the list for each monitor, however montage review shows no data when scrubbing through.
whosit
Posts: 1
Joined: Wed Feb 13, 2019 5:39 pm

Re: (1.32.3) Montage Review Errors, No Data

Post by whosit »

I had this problem and re-adding the default storage did help. Someone reported the issue.

However, I still get the "No Data" for all the cameras in the Montage review. Upon inspection I can see that it is failing to fetch the following image:
http://[server:port]/zm/index.php?view=image&eid=1716&fid=227&width=386&height=217

This is indeed an invalid URL. If I remove the 'width' and 'height' parameters, I can see the appropriate image. Not sure if OP is having this same issue, but any tips would be greatly appreciated. Thanks!
resthefallen
Posts: 2
Joined: Mon Feb 11, 2019 4:53 pm

Re: (1.32.3) Montage Review Errors, No Data

Post by resthefallen »

whosit wrote: Wed Feb 13, 2019 5:55 pm I had this problem and re-adding the default storage did help. Someone reported the issue.

However, I still get the "No Data" for all the cameras in the Montage review. Upon inspection I can see that it is failing to fetch the following image:
http://[server:port]/zm/index.php?view=image&eid=1716&fid=227&width=386&height=217

This is indeed an invalid URL. If I remove the 'width' and 'height' parameters, I can see the appropriate image. Not sure if OP is having this same issue, but any tips would be greatly appreciated. Thanks!
I fixed my problem by fresh installing. I had to re-enter all of my settings, which sucked, but it's working now.

If you want to try, this is what I did:
sudo su

service zoneminder stop

apt remove zoneminder

apt purge zoneminder

apt autoremove

mysql -u root -p

mysql> DROP DATABASE zm;

mysql> \q
Then I followed this guide to install again (for Ubuntu server): https://zoneminder.readthedocs.io/en/st ... buntu.html
Post Reply