peeter wrote: 
> Ok, I've uploaded the new log again.

Excellent! Turns out it wasn't one of your playlists, but one you're
following ("autumn afternoons"). Its user has some eastern European
character in his username. I'm surprised this hasn't caused issues
before. I'll fix that for the next release.

In the meantime you can go to Settings/Information to see where the
plugin is stored. Then edit the API.pm file around line 1265:


Code:
--------------------
    $cache->set('playlist_owner_' . $item->{id}, $item->{owner}->{id}, 
86400*30);
--------------------


Change this to:


Code:
--------------------
    $cache->set('playlist_owner_' . $item->{id}, 
Slim::Utils::Unicode::utf8off($item->{owner}->{id}), 86400*30);
--------------------


Or un-subscribe from that playlist. Or copy it to your account.



Michael

http://www.herger.net/slim-plugins - Spotty, MusicArtistInfo
------------------------------------------------------------------------
mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=110455

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

Reply via email to