Control scripts only partial working.
Posted: Mon Apr 27, 2020 12:25 am
I upgraded to 1.34.10 today from the http://ppa.launchpad.net/iconnor/zoneminder-1.34/ubuntu repo.
Only some of my controls are now working on the control script I created for Inesun.
For example I can zoom in but zoom out won't trigger anything. I don't get any debug logs that an attempt was made.
When I try to get my presets I get the debug log:
2020-04-26 17:59:22.580234 zmcontrol_1[31958].DBG [main:179] [$VAR1 = {
'command' => '2'
};]
2020-04-26 17:59:22.580404 zmcontrol_1[31958].ERR [ZoneMinder::Control:76] [Can't access name:2 AUTOLOAD:ZoneMinder::Control::Inesun::2 member of object of class ZoneMinder::Control::Inesun from main:186]
When I would expect to see from 1.34.9.
2020-04-26 08:24:53.916009 zmcontrol_1[7880].INF [main:141] [Control server 1/Inesun starting at 20/04/26 08:24:53]
2020-04-26 08:47:35.653821 zmcontrol_1[7880].DBG [main:179] [$VAR1 = {
'command' => 'presetGoto',
'preset' => '1'
};]
Are there new updates I missed to my script or is there something I have to fix?
Only some of my controls are now working on the control script I created for Inesun.
For example I can zoom in but zoom out won't trigger anything. I don't get any debug logs that an attempt was made.
When I try to get my presets I get the debug log:
2020-04-26 17:59:22.580234 zmcontrol_1[31958].DBG [main:179] [$VAR1 = {
'command' => '2'
};]
2020-04-26 17:59:22.580404 zmcontrol_1[31958].ERR [ZoneMinder::Control:76] [Can't access name:2 AUTOLOAD:ZoneMinder::Control::Inesun::2 member of object of class ZoneMinder::Control::Inesun from main:186]
When I would expect to see from 1.34.9.
2020-04-26 08:24:53.916009 zmcontrol_1[7880].INF [main:141] [Control server 1/Inesun starting at 20/04/26 08:24:53]
2020-04-26 08:47:35.653821 zmcontrol_1[7880].DBG [main:179] [$VAR1 = {
'command' => 'presetGoto',
'preset' => '1'
};]
Are there new updates I missed to my script or is there something I have to fix?