Greg,
I manually updated, auto-updated, and cleared my prefs out, and still
get this error:
[10-05-23 09:37:18.0868] Slim::Utils::Timers::__ANON__ (260) Error:
Timer failed: Can't use an undefined value as an ARRAY reference at
E:\temp\par-plympton\cache-a2635eaaf3950ae339d0c7dbffb8aef5333d8b3b\13ea12a7.pm
line 4315.
Line 4315 is the first line of this section. Perl isn't my strong
suit, so I'll have to leave it to you to walk through. :-) It would
make sense that this is crashing out and causing the SB3 stuff to not
get updated anymore after the first pass since the server gets started,
just a hunch.
>
> #Make non sports/stock line data available via external API
> my $total = scalar @{$displayInfo{'cycleOrigin'}};
> for(my $counter=0 ; $counter < $total; $counter++) {
> if (!($displayInfo{'cycleOrigin'}[$counter] =~
> /getMLB|getNFL|getNBA|getNHL|getCBB|getCFB|getStocks|getLongWeather/))
> {
>
> $miscData{$displayInfo{'cycleOrigin'}[$counter]}{$counter}{'line1'}
> = $displayInfo{'cycleItems1'}[$counter];
>
> $miscData{$displayInfo{'cycleOrigin'}[$counter]}{$counter}{'line2'}
> = $displayInfo{'cycleItems2'}[$counter];
>
> #Differentiate between long and short text
> if ($displayInfo{'cycleInts'}[$counter] eq 'L') {
>
> $miscData{$displayInfo{'cycleOrigin'}[$counter]}{$counter}{'type'}
> = 'long';
> }
> else {
>
> $miscData{$displayInfo{'cycleOrigin'}[$counter]}{$counter}{'type'}
> = 'short';
> }
> }
> }
>
--
plympton
------------------------------------------------------------------------
plympton's Profile: http://forums.slimdevices.com/member.php?userid=12955
View this thread: http://forums.slimdevices.com/showthread.php?t=14327
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins