Fehler in 98_SVG.pm ?

Begonnen von franky08, 04 November 2013, 21:51:04

Vorheriges Thema - Nächstes Thema

franky08

Hallo, habe lange nicht in´s Log gesehen und heute folgenden Fehler festgestellt:
Use of uninitialized value $a[1] in substitution (s///) at ./FHEM/98_SVG.pm line 909.
Use of uninitialized value in join or string at ./FHEM/98_SVG.pm line 909.

Ist da was faul?
Zeile 907 # Keep only the Filter part of the #FileLog
908     $flog = join(" ", map { my @a=split(":",$_);
909                         $a[1]=~s/\.[^\.]*$//; $a[1]; } @{$flog});
  $flog = AttrVal($parent_name, "longpollSVG", 0) ? "flog=\" $flog \"" : "";


VG Frank
Debian Wheezy auf ZBOX nano/ Debian Bullseye auf 2.ter ZBOX nano F2F an 2x RaspiB
22Zoll ViewSonic als Infodislay (WVC)
3xHMLAN mit vccu ,fhem5.8, CCU2,
ECMD an AVR-NET-IO mit DAC u. ADC an Junkers Stetigregelung, Siemens LOGO!8, JeeLink uvm...

rudolfkoenig

Die #FileLog / #DbLog eintraege der .gplot Datei sind nicht korrekt.