I tried running "zmupdate.pl -f'" a few more times, but it didn't help. The error remained.Attempt to fetch string value for ZM_STRICT_VIDEO_CONFIG, actual type is boolean. Try running 'zmupdate.pl -f' to reload config.]
In my ConfigData.pm file:
Code: Select all
{
name => 'ZM_STRICT_VIDEO_CONFIG',
default => 'yes',
description => 'Allow errors in setting video config to be fatal',
help => q`
With some video devices errors can be reported in setting the
various video attributes when in fact the operation was
successful. Switching this option off will still allow these
errors to be reported but will not cause them to kill the video
capture daemon. Note however that doing this will cause all
errors to be ignored including those which are genuine and
which may cause the video capture to not function correctly.
Use this option with caution.
`,
type => $types{boolean},
category => 'config',
},
Code: Select all
zmupdate.pl -f
Freshening configuration in database
Migrating passwords, if any...
Loading config from DBNo option 'ZM_STRICT_VIDEO_CONFIG' found, removing.
241 entries
Saving config to DB 241 entries
The option 'ZM_STRICT_VIDEO_CONFIG' is added to the DB and the type mismatch error appears again.
I'm confused.