[SlimDevices: Beta] Can't start nightlies (25,29)

Andy Grundman andy at slimdevices.com
Thu Aug 30 09:32:23 PDT 2007


On Aug 30, 2007, at 12:29 PM, kdf wrote:

>
> probably this line:
> my %slimp3 = map { $_ => 1 } @{ $prefs->get('slimp3clients') };
>
> if the pref for slimp3clients doesn't exist, you get the message in
> your log.  I guess not many users have slimp3-type devices connecting
> to a clean install.
>
> Please file a bug at bugs.slimdevices.com (you'll need a new sign in).
> It's an easy fix, but my evening probably won't give me time to  
> merge it
> in. This will make sure it doesn't get forgotten.

I'm pretty sure this is fixed in the sync code I'll be checking in  
soon.  Try fixing it locally to this:

my %slimp3 = map { $_ => 1 } @{ $prefs->get('slimp3clients') || [] };


More information about the beta mailing list