The line 2099 is slightly misleading. The problem lies in 2100/2101:
Code:
--------------------
my $alarmOn = preferences('server')->client($client)->get("alarm")->[0]
|| preferences('server')->client($client)->get("alarm")->[$wday];
--------------------
I've changed that into:
Code:
--------------------
my $alarmOn;
# my $alarmOn = preferences('server')->client($client)->get("alarm")->[0]
# || preferences('server')->client($client)->get("alarm")->[$wday];
--------------------
This removes the error (I want weather, no alarms ;-)).
I have another problem, but that could well be caused by the unzipping
of the .par file? Will have to check, but not today...
--
w42
SqueezeCenter 7.2 (on Debian Etch/2.6.18-6-k7)
SB3 wired + SB3 wireless
------------------------------------------------------------------------
w42's Profile: http://forums.slimdevices.com/member.php?userid=2498
View this thread: http://forums.slimdevices.com/showthread.php?t=21989
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins