FHEM Forum

FHEM - Hausautomations-Systeme => Unterstützende Dienste => Thema gestartet von: Avatar am 10 Mai 2015, 21:15:48

Titel: Probleme mit InfoPanel / FHEm blockiert bei Aufruf
Beitrag von: Avatar am 10 Mai 2015, 21:15:48
Ich habe seit kurzem Probleme mit dem InfoPanel. Sobald ich ein Panel aufrufe blockiert FHEM.
Im Log habe ich folgenden Input:

PERL WARNING: Odd number of elements in hash assignment at ./FHEM/55_InfoPanel.pm line 425.
PERL WARNING: Use of uninitialized value within @_ in list assignment at ./FHEM/55_InfoPanel.pm line 425.
PERL WARNING: Use of uninitialized value $width in substitution (s///) at ./FHEM/55_InfoPanel.pm line 477.
PERL WARNING: Use of uninitialized value $height in substitution (s///) at ./FHEM/55_InfoPanel.pm line 478.


Danach ist nichts mehr.
Titel: Antw:Probleme mit InfoPanel / FHEm blockiert bei Aufruf
Beitrag von: betateilchen am 12 Mai 2015, 14:46:08
Das sieht mir sehr nach einem Problem in Deiner Layout-Definition aus. Genauer gesagt: Bei einem "img" Element.
Titel: Antw:Probleme mit InfoPanel / FHEm blockiert bei Aufruf
Beitrag von: Avatar am 13 Mai 2015, 06:26:46
Ja das ist so, es war ein problem mit einem img als SVG format.
Ist gelöst, danke.