Package Details: logitechmediaserver 8.5.2-1

Git Clone URL: https://aur.archlinux.org/logitechmediaserver.git (read-only, click to copy)
Package Base: logitechmediaserver
Description: Slimserver for Logitech Squeezebox players. This server is also called Logitech Media Server. (Release-Version, if you prefer bleeding edge consider using logitechmediaserver-git instead)
Upstream URL: https://github.com/LMS-Community/slimserver
Keywords: logitech slimserver squeezebox
Licenses: GPL, custom
Submitter: vesath
Maintainer: stef.an (FabioLolix)
Last Packager: stef.an
Votes: 72
Popularity: 0.000088
First Submitted: 2011-11-03 06:54 (UTC)
Last Updated: 2024-07-01 19:06 (UTC)

Dependencies (10)

Required by (0)

Sources (3)

Pinned Comments

FabioLolix commented on 2024-05-26 08:40 (UTC)

-bin variant uploaded https://aur.archlinux.org/packages/logitechmediaserver-bin

Latest Comments

« First ‹ Previous 1 .. 21 22 23 24 25 26 27 28 29 30 31 .. 50 Next › Last »

strider2 commented on 2013-08-24 13:24 (UTC)

The workaround as described by theking2 works indeed. @vesath : sorry for the "noise" ...

theking2 commented on 2013-08-24 12:21 (UTC)

ok what DID work is just comment out the line completely. Not sure what other sorts of havoc this produces but it least it plays music. :-) I will get in touch with the Michael about this.

theking2 commented on 2013-08-24 11:09 (UTC)

The code at Info.pm+779 reads [code]$client ? $client->musicInfoTextCache($cache) : $musicInfoTextCache = $cache;[/code] after changing this to [code]if( $client ) { $client->musicInfoTextCache($cache); } else { $musicInfoTextCache = $cache; }[/code] the problem was not reported but it still is impossible to add to the playlist and play. It seems like a incompatibility with Perl 5.18. The LMS team is still on 5.8 . (I wonder why they picked Perl in the first place. Such a messy language.)

theking2 commented on 2013-08-24 11:06 (UTC)

I suspect a Perl 5.18 incompatibility here. The guys at LMS are still at version 5.8 [CODE] $client ? $client->musicInfoTextCache($cache) : $musicInfoTextCache = $cache;[/CODE] After changing this to [CODE] if( $client ) { $client->musicInfoTextCache($cache)

Gregoire commented on 2013-08-23 12:15 (UTC)

Sorry for my "same as", specially that I forgot to say I am under x86_64. There is only gratitude from me regarding the great work done to have LMS under arch (I was on gentoo before and there were months without LMS which weren't a big problem for me). So another time : thank for all !!!

vesath commented on 2013-08-22 21:35 (UTC)

Guys... Do you think every single user of this package should post "me too" every time an issue is brought up? Noise does not make me work faster - quite the contrary. So unless you have something to contribute (for instance, a patch or a bounty for me to fix this bug), your input is really not required.

strider2 commented on 2013-08-22 20:41 (UTC)

Same here ...

Gregoire commented on 2013-08-22 20:00 (UTC)

Same problem as wilbert-vb here.

wilbert-vb commented on 2013-08-22 19:40 (UTC)

The package builds and installs. The service starts and runs. It finds the player, but no sound: === Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:17:17.7342] Slim::Control::Request::execute (1890) Error: While trying to run function coderef [Slim::Control::Queries::statusQuery]: [Can't modify non-lvalue subroutine call at /opt/logitechmediaserver/Slim/Music/Info.pm line 779. Aug 22 14:28:41 md110 slimserver.pl[254]: ] Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:17:17.7369] Slim::Web::JSONRPC::requestMethod (413) Request failed with error: Bad dispatch! Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:17:17.8821] Slim::Control::Request::execute (1890) Error: While trying to run function coderef [Slim::Control::Queries::statusQuery]: [Can't modify non-lvalue subroutine call at /opt/logitechmediaserver/Slim/Music/Info.pm line 779. Aug 22 14:28:41 md110 slimserver.pl[254]: ] Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:17:17.8836] Slim::Web::JSONRPC::requestMethod (413) Request failed with error: Bad dispatch! Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:17:17.8935] Slim::Control::Request::execute (1890) Error: While trying to run function coderef [Slim::Control::Queries::statusQuery]: [Can't modify non-lvalue subroutine call at /opt/logitechmediaserver/Slim/Music/Info.pm line 779. Aug 22 14:28:41 md110 slimserver.pl[254]: ] Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:17:17.8949] Slim::Web::JSONRPC::requestMethod (413) Request failed with error: Bad dispatch! Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:17:17.9083] Slim::Control::Request::execute (1890) Error: While trying to run function coderef [Slim::Control::Queries::statusQuery]: [Can't modify non-lvalue subroutine call at /opt/logitechmediaserver/Slim/Music/Info.pm line 779. Aug 22 14:28:41 md110 slimserver.pl[254]: ] Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:17:17.9098] Slim::Web::JSONRPC::requestMethod (413) Request failed with error: Bad dispatch! Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:17:22.5852] Slim::Control::Request::execute (1890) Error: While trying to run function coderef [Slim::Control::Queries::statusQuery]: [Can't modify non-lvalue subroutine call at /opt/logitechmediaserver/Slim/Music/Info.pm line 779. Aug 22 14:28:41 md110 slimserver.pl[254]: ] Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:17:22.5867] Slim::Web::JSONRPC::requestMethod (413) Request failed with error: Bad dispatch! Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:17:22.9358] Slim::Control::Request::execute (1890) Error: While trying to run function coderef [Slim::Control::Queries::statusQuery]: [Can't modify non-lvalue subroutine call at /opt/logitechmediaserver/Slim/Music/Info.pm line 779. Aug 22 14:28:41 md110 slimserver.pl[254]: ] Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:17:22.9376] Slim::Web::JSONRPC::requestMethod (413) Request failed with error: Bad dispatch! Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:17:27.9878] Slim::Control::Request::execute (1890) Error: While trying to run function coderef [Slim::Control::Queries::statusQuery]: [Can't modify non-lvalue subroutine call at /opt/logitechmediaserver/Slim/Music/Info.pm line 779. Aug 22 14:28:41 md110 slimserver.pl[254]: ] Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:17:27.9895] Slim::Web::JSONRPC::requestMethod (413) Request failed with error: Bad dispatch! Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:17:32.6371] Slim::Control::Request::execute (1890) Error: While trying to run function coderef [Slim::Control::Queries::statusQuery]: [Can't modify non-lvalue subroutine call at /opt/logitechmediaserver/Slim/Music/Info.pm line 779. Aug 22 14:28:41 md110 slimserver.pl[254]: ] Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:17:32.6385] Slim::Web::JSONRPC::requestMethod (413) Request failed with error: Bad dispatch! Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:17:32.6626] Slim::Control::Request::execute (1890) Error: While trying to run function coderef [Slim::Control::Queries::statusQuery]: [Can't modify non-lvalue subroutine call at /opt/logitechmediaserver/Slim/Music/Info.pm line 779. Aug 22 14:28:41 md110 slimserver.pl[254]: ] Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:17:32.6641] Slim::Web::JSONRPC::requestMethod (413) Request failed with error: Bad dispatch! Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:17:32.7189] Slim::Control::Request::execute (1890) Error: While trying to run function coderef [Slim::Control::Queries::statusQuery]: [Can't modify non-lvalue subroutine call at /opt/logitechmediaserver/Slim/Music/Info.pm line 779. Aug 22 14:28:41 md110 slimserver.pl[254]: ] Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:17:32.7203] Slim::Web::JSONRPC::requestMethod (413) Request failed with error: Bad dispatch! Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:17:33.0392] Slim::Control::Request::execute (1890) Error: While trying to run function coderef [Slim::Control::Queries::statusQuery]: [Can't modify non-lvalue subroutine call at /opt/logitechmediaserver/Slim/Music/Info.pm line 779. Aug 22 14:28:41 md110 slimserver.pl[254]: ] Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:17:33.0410] Slim::Web::JSONRPC::requestMethod (413) Request failed with error: Bad dispatch! Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:17:35.5424] Slim::Utils::Timers::__ANON__ (273) Error: Timer Slim::Web::Cometd::sendResponse failed: illegal file descriptor or filehandle (either no attached file descriptor or illegal value): at /opt/logitechmediaserver/Slim/Networking/IO/Select.pm line 150. Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:17:38.1094] Slim::Control::Request::execute (1890) Error: While trying to run function coderef [Slim::Control::Queries::statusQuery]: [Can't modify non-lvalue subroutine call at /opt/logitechmediaserver/Slim/Music/Info.pm line 779. Aug 22 14:28:41 md110 slimserver.pl[254]: ] Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:17:38.1112] Slim::Web::JSONRPC::requestMethod (413) Request failed with error: Bad dispatch! Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:17:43.1578] Slim::Control::Request::execute (1890) Error: While trying to run function coderef [Slim::Control::Queries::statusQuery]: [Can't modify non-lvalue subroutine call at /opt/logitechmediaserver/Slim/Music/Info.pm line 779. Aug 22 14:28:41 md110 slimserver.pl[254]: ] Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:17:43.1596] Slim::Web::JSONRPC::requestMethod (413) Request failed with error: Bad dispatch! Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:17:48.1910] Slim::Control::Request::execute (1890) Error: While trying to run function coderef [Slim::Control::Queries::statusQuery]: [Can't modify non-lvalue subroutine call at /opt/logitechmediaserver/Slim/Music/Info.pm line 779. Aug 22 14:28:41 md110 slimserver.pl[254]: ] Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:17:48.1928] Slim::Web::JSONRPC::requestMethod (413) Request failed with error: Bad dispatch! Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:17:48.2070] Slim::Control::Request::execute (1890) Error: While trying to run function coderef [Slim::Control::Queries::statusQuery]: [Can't modify non-lvalue subroutine call at /opt/logitechmediaserver/Slim/Music/Info.pm line 779. Aug 22 14:28:41 md110 slimserver.pl[254]: ] Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:17:48.2087] Slim::Web::JSONRPC::requestMethod (413) Request failed with error: Bad dispatch! Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:20:29.6616] Slim::Control::Request::execute (1890) Error: While trying to run function coderef [Slim::Control::Commands::playlistJumpCommand]: [Can't modify non-lvalue subroutine call at /opt/logitechmediaserver/Slim/Music/Info.pm line 779. Aug 22 14:28:41 md110 slimserver.pl[254]: ] Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:21:08.1518] Slim::Control::Request::execute (1890) Error: While trying to run function coderef [Slim::Control::Commands::playlistJumpCommand]: [Can't modify non-lvalue subroutine call at /opt/logitechmediaserver/Slim/Music/Info.pm line 779. Aug 22 14:28:41 md110 slimserver.pl[254]: ] Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:26:09.6923] Slim::Control::Request::execute (1890) Error: While trying to run function coderef [Slim::Control::Commands::playlistJumpCommand]: [Can't modify non-lvalue subroutine call at /opt/logitechmediaserver/Slim/Music/Info.pm line 779. Aug 22 14:28:41 md110 slimserver.pl[254]: ] Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:26:58.1440] Slim::Web::JSONRPC::requestMethod (443) request not dispatchable! Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:26:58.1515] Slim::Web::JSONRPC::requestMethod (443) request not dispatchable! Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:26:58.1625] Slim::Web::JSONRPC::requestMethod (443) request not dispatchable! Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:27:03.2010] Slim::Web::JSONRPC::requestMethod (443) request not dispatchable! Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:27:35.1433] Slim::Web::JSONRPC::requestMethod (443) request not dispatchable! Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:27:35.2285] Slim::Web::JSONRPC::requestMethod (443) request not dispatchable! Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:27:56.3064] Slim::Utils::Timers::__ANON__ (273) Error: Timer Slim::Web::Cometd::sendResponse failed: illegal file descriptor or filehandle (either no attached file descriptor or illegal value): at /opt/logitechmediaserver/Slim/Networking/IO/Select.pm line 150. Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:28:39.3275] Slim::Utils::Misc::msg (1304) Warning: [14:28:39.3270] Use of each() on hash after insertion without resetting hash iterator results in undefined behavior, Perl interpreter: 0xacc010 at /opt/logitechmediaserver/Slim/Schema.pm line 2469. Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:28:39.6197] Slim::Utils::Misc::msg (1304) Warning: [14:28:39.6192] Use of each() on hash after insertion without resetting hash iterator results in undefined behavior, Perl interpreter: 0xacc010 at /opt/logitechmediaserver/Slim/Schema.pm line 2469. Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:28:39.8575] Slim::Utils::Misc::msg (1304) Warning: [14:28:39.8570] Use of each() on hash after insertion without resetting hash iterator results in undefined behavior, Perl interpreter: 0xacc010 at /opt/logitechmediaserver/Slim/Schema.pm line 2469. Aug 22 14:28:41 md110 slimserver.pl[254]: [13-08-22 14:28:39.8685] Slim::Networking::IO::Select::__ANON__ (147) Error: Select task failed calling Slim::Networking::Async::_async_read: Can't modify non-lvalue subroutine call at /opt/logitechmediaserver/Slim/Music/Info.pm line 779. Aug 22 14:28:41 md110 slimserver.pl[254]: ; fh=Slim::Networking::Async::Socket::HTTP=GLOB(0x804a648) ===