Mr. Floppy wrote: 
> Hi,
> 
> here the complete log. I create some new bookmarks and try to start it.
> So the error must be inside.
> 

Yes. Same problem as in your previous log. I can't see a reason for
that. What you could do if you feel comfortable with editing code:

Edit the file Plugin.pm - on your server it should be located here: 
/volume1/@appstore/SqueezeCenter/Cache/InstalledPlugins/Plugins/BookmarkHistory/Plugin.pm
Have a look at line 1321. You should see the following statements:

Code:
--------------------
    
        if (!$request) {
                $log->warn("request failed. result is:" . 
Data::Dump::dump($results));
                return;
        }
  
--------------------


Edit these to:

Code:
--------------------
    
  #     if (!$request) {
                $log->warn("request failed. result is:" . 
Data::Dump::dump($results));
  #             return;
  #     }
  
--------------------


Restat the server and then try again to play a bookmark. In the logfile
you should then see message similar to these:


Code:
--------------------
    
  [19-07-03 17:33:44.5595] Plugins::BookmarkHistory::Plugin::playlistCallback 
(1322) request failed. result is:{
  can_seek                 => 1,
  "digital_volume_control" => 1,
  duration                 => "68.623",
  "mixer bass"             => 0,
  "mixer treble"           => 0,
  "mixer volume"           => 30,
  mode                     => "play",
  player_connected         => 1,
  player_ip                => "192.168.2.201:22161",
  player_name              => "Ankleide",
  "playlist mode"          => "off",
  "playlist repeat"        => 0,
  "playlist shuffle"       => 0,
  playlist_cur_index       => 0,
  playlist_loop            => [
  {
  # tied Tie::IxHash
  album_id => 112_547,
  genre => "H\xF6rspiel - Krimiserie",
  id => 913_601,
  "playlist index" => 0,
  title => "37 - 2 - Hei\xDFer Sonntagmorgen",
  url => 
"file:///mnt/audio/daten1/H%C3%B6rspiel/H%C3%B6rspiel%20-%20Krimiserie/McBain,%20Ed%20-%2087.%20Polizeirevier/2%20-%20Hei%C3%9Fer%20Sonntagmorgen/37%20-%2037%20-%202%20-%20Hei%C3%9Fer%20Sonntagmorgen.mp3",
  },
  {
  # tied Tie::IxHash
  album_id => 112_547,
  genre => "H\xF6rspiel - Krimiserie",
  id => 913_602,
  "playlist index" => 1,
  title => "38 - 2 - Hei\xDFer Sonntagmorgen",
  url => 
"file:///mnt/audio/daten1/H%C3%B6rspiel/H%C3%B6rspiel%20-%20Krimiserie/McBain,%20Ed%20-%2087.%20Polizeirevier/2%20-%20Hei%C3%9Fer%20Sonntagmorgen/38%20-%2038%20-%202%20-%20Hei%C3%9Fer%20Sonntagmorgen.mp3",
  },
  {
  # tied Tie::IxHash
  album_id => 112_547,
  genre => "H\xF6rspiel - Krimiserie",
  id => 913_603,
  "playlist index" => 2,
  title => "39 - 2 - Hei\xDFer Sonntagmorgen",
  url => 
"file:///mnt/audio/daten1/H%C3%B6rspiel/H%C3%B6rspiel%20-%20Krimiserie/McBain,%20Ed%20-%2087.%20Polizeirevier/2%20-%20Hei%C3%9Fer%20Sonntagmorgen/39%20-%2039%20-%202%20-%20Hei%C3%9Fer%20Sonntagmorgen.mp3",
  },
                                                                
                                                                [...]
                                                                
                                                                ],
  playlist_timestamp       => "1562168024.53996",
  playlist_tracks          => 33,
  power                    => 1,
  rate                     => 1,
  seq_no                   => 0,
  showBriefly              => [
  "Aktueller Titel (1 von 33) ",
  "37 - 2 - Hei\xDFer Sonntagmorgen",
  ],
  signalstrength           => 87,
  "time"                   => 0,
  waitingToPlay            => 1,
  }
  
--------------------


If you don't mind then please upload the server log once more. Sorry for
the trouble but i am not able to replicate this error on my server.


------------------------------------------------------------------------
sternenjaeger's Profile: http://forums.slimdevices.com/member.php?userid=57562
View this thread: http://forums.slimdevices.com/showthread.php?t=102859

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to