Bugzilla – Bug 13354
Can't get TrackInfo for Current Track
Last modified: 2009-08-17 09:34:16 UTC
If I try to get TrackInfo for the currently playing track, it doesn't get sent, but logs an error: [09-08-12 16:11:06.2259] Slim::Web::Cometd::sendHTTPResponse (669) Sending Cometd chunk: [{"error":"encountered CODE(0xb08eb68), but JSON can only represent references to arrays or hashes at /usr/share/perl5/Slim/Web/Cometd.pm line 638.\n","successful":false}] This works fine if I request any other track from the current playlist, just not the current one. My request is: { channel => "/slim/request", data => { request => [ "00:04:20:12:3b:42", [ "trackinfo", "items", 0, 100, "menu:menu", "context:playlist", "track_id:7953", ], ], response => "/051a4a96/slim/request", }, id => 46, }, And the full log entry is attached (this looks like the menu gets built but not sent). r28114 (I don't believe this, I updated this morning to 2814xx, I believe the reported revision is wrong)
Created attachment 5603 [details] error log
Possible dupe of bug 13301?
Sounds like it. This bug should cause the symptoms seen on 13301, it's similar in iPeng. Here you've got the debugging data :-)
*** Bug 13301 has been marked as a duplicate of this bug. ***
While debugging for #13157 I noticed that this only fails if I use a track_id, it works when I use a url to identify the track
Ben says this is a duplicate of a bug assigned to him. *** This bug has been marked as a duplicate of bug 13068 ***