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 Bookworm auf HUNSN / Debian Bullseye auf 2.ter HUNSN F2F an 2x RaspiB
mit FHEM aktuell
22Zoll ViewSonic als Infodislay (WVC)
3xHMLAN mit vccu, raspmatic_rpi3, HMIP-HCU1

rudolfkoenig

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