Bugzilla – Bug 11351
Undefined 'machine' in Jive.pm line 2306
Last modified: 2009-03-14 03:33:32 UTC
the log message: Use of uninitialized value in string eq at /usr/local/slimserver/svn/7.4/trunk/server/Slim/Control/Jive.pm line 2306. both $request->getParam('machine') and $self->getParam('_machine') are 'undef' this is 7.4 at r25533. seems to come up when there is no new firmware for controller Two options: force a default using || 'jive' on both, or check that getParam('machine') is defined before doing the eq test.
change 25534 I missed that when debugging the controller update - this occurs for old controller images which don't set the machine name.