Bugzilla – Bug 8036
CLI: albums query hangs sometimes with "a" tags
Last modified: 2009-07-31 10:20:31 UTC
Created attachment 3317 [details] Patch for Queries.pm When using the "albums" query with the CLI, squeezecenter spawn an error and stop the current request to continue. It appears to append only when the "a" tag is used, like "albums x y tags:a". Squeezecenter give this error on stdout: Slim::Plugin::CLI::Plugin::cli_process (606) Request [albums] failed with error: Bad dispatch! Slim::Control::Request::execute (1750) Error: While trying to run function coderef [Slim::Control::Queries::albumsQuery]: [Can't call method "name" on an undefined value at /usr/share/perl5/Slim/Control/Queries.pm line 420. Attached is a small patch for Queries.pm to test if $artists[0] is defined before calling $artists[0]->name()
Fixed in 7.0.1 change 19492.
Verified to be fixed in 7.0.1 - 19597.
This bug has recently been fixed in the latest release of SqueezeCenter 7.0.1 Please try that version, if you still see the error, then reopen this bug. To download this version, please navigate to: http://www.slimdevices.com/su_downloads.html
Reduce number of active targets for SC