Bug 16454 - palylists tracks fails if playlist contains a radio station
: palylists tracks fails if playlist contains a radio station
Status: NEW
Product: Logitech Media Server
Classification: Unclassified
Component: CLI
: 7.5.x
: All Other
: -- normal with 1 vote (vote)
: ---
Assigned To: Unassigned bug - please assign me!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-08-13 03:06 UTC by Joerg Schwieder
Modified: 2010-08-16 06:06 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joerg Schwieder 2010-08-13 03:06:40 UTC
I can't open a playlist if it contains a single radio station.

The "playlists tracks" command fails.

Here's a log:

[10-08-13 12:01:31.3432] Slim::Web::Cometd::handler (143) Cometd request: [
  {
    channel => "/slim/request",
    data => {
          request  => [
                        "",
                        ["playlists", "tracks", 0, 100, "tags:altesd", "playlist_id:42462"],
                      ],
          response => "/b314beef/slim/request",
        },
    id => 377,
  },
]
[10-08-13 12:01:31.3703] Slim::Player::Protocols::HTTP::getMetadataFor (664) Metadata provider Slim::Plugin::RadioTime::Metadata::provider failed: Can't call method "master" on an undefined value at /usr/share/perl5/Slim/Plugin/RadioTime/Metadata.pm line 88.
[10-08-13 12:01:31.3748] Slim::Control::Request::execute (1926) Error: While trying to run function coderef [Slim::Control::Queries::playlistsTracksQuery]: [Can't call method "playingSong" on an undefined value at /usr/share/perl5/Slim/Player/Protocols/HTTP.pm line 673.
Comment 1 Joerg Schwieder 2010-08-16 06:06:00 UTC
Turns out the "playlists tracks" command needs a client ID.
I believe this should not be and it's probably for the two menu-mode menus that it includes even when you request a non-menu-mode menu which is probably also a bug....