> harry:~# grep -i timespeller /var/log/slimserver/slimserver.log
> 2007-03-13 13:07:07.8105 Requiring Plugins::TimeSpeller::Plugin plugin.
> 2007-03-13 13:07:07.8136 Can't load plugin Plugins::TimeSpeller::Plugin
> - not 6.0+ compatible. (displayName must return a string token,
> strings() must not use _DATA_)

Ok, that's one step forward. Now, let's add "d_startup" as well. From the  
above I only see that the plugin fails loading, but I don't know why.  
d_startup will tell us more. Please use the following line to get some  
more information (-A5 -B2 will include two lines before and 5 after the  
line found):

grep -A5 -B2 -i timespeller /var/log/slimserver/slimserver.log

-- 

Michael

-----------------------------------------------------------------
http://www.herger.net/SlimCD - your SlimServer on a CD
http://www.herger.net/slim - AlbumReview, Biography, MusicInfoSCR
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to