-
-
Notifications
You must be signed in to change notification settings - Fork 274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recording playback fails after upgrade to ZM 1.32.0 #711
Comments
Need more info.
|
Thanks for the reply, response, below inline:
|
It looks like you have an API corruption
|
Kindly find the output requested below: From events.json Excerpt from the event json: One item that may be worth considering is that the .sock "not found" error references sock "Id" that doesn't correspond with the eventId (ie. Socket /var/lib/zoneminder/sock/zms-573378s.sock does not exist log entry for eventId "39121"). Not sure if the two are related, but thought I'd include. Thanks again for the help. |
Is there a chance I can get access to your zm web portal for a day with a test account? If so please email access details to me. Pliablepixels @ Gmail |
Platform & OS Version
iOS 11.4.1
The version of zmNinja you are reporting:
zmNinja: 1.3.017
The version of ZoneMinder you are using:
ZoneMinder: 1.32.0, Centos 7
Device details:
iPhone 7
What is the nature of your issue
Recording playback fails after upgrade to ZM 1.32.0
Details
After upgrading ZoneMinder from 1.30.4 to 1.32.0 recorded events fail to play. The issue appears to lie in the EventController.php file included in the build, and reverting to the EventController.php version that you include here: https://raw.githubusercontent.com/ZoneMinder/zoneminder/85b7baa13178a838fe9fae94405c99fe7d2c669c/web/api/app/Controller/EventsController.php does allow playback momentarily before it also fails.
After doing some digging, it appears the eventId it's getting back from the Zoneminder EventController is invalid and results in multiple "web_php 826 ERR Socket does not exist." The PATH variables are correct and valid zms-[eventId]307984w.sock entries exist on the server, it's just trying to play the wrong one.
Debug Logs
web_php 826 ERR Socket does not exist
The text was updated successfully, but these errors were encountered: