FHEM Forum

FHEM => Anfängerfragen => Thema gestartet von: Medel am 08 Juni 2018, 16:33:22

Titel: Modul 10_FRM.pm wir nicht geladen
Beitrag von: Medel am 08 Juni 2018, 16:33:22
Hallo,

beim laden des Modules 10_FRM.pm bekomme ich folgende Fehlermeldung:


2018.06.08 15:59:38 1: reload: Error:Modul 10_FRM deactivated:
Bareword "SERIAL_DATA" not allowed while "strict subs" in use at FHEM/lib/Device/Firmata/Protocol.pm line 1050.
Bareword "SERIAL_DATA" not allowed while "strict subs" in use at FHEM/lib/Device/Firmata/Protocol.pm line 1061.
Compilation failed in require at ./FHEM/10_FRM.pm line 53.
BEGIN failed--compilation aborted at ./FHEM/10_FRM.pm line 53.

2018.06.08 15:59:38 0: Bareword "SERIAL_DATA" not allowed while "strict subs" in use at FHEM/lib/Device/Firmata/Protocol.pm line 1050.
Bareword "SERIAL_DATA" not allowed while "strict subs" in use at FHEM/lib/Device/Firmata/Protocol.pm line 1061.
Compilation failed in require at ./FHEM/10_FRM.pm line 53.
BEGIN failed--compilation aborted at ./FHEM/10_FRM.pm line 53.


Hat jemand eine Idee woran das liegen kann. Die Dateien 10_FRM.pm und FHEM/lib/Device/Firmata/Protocol.pm sind auf dem neusten stand.

Gruß

Mario
Titel: Antw:Modul 10_FRM.pm wir nicht geladen
Beitrag von: betateilchen am 08 Juni 2018, 17:09:10
Zitat von: Medel am 08 Juni 2018, 16:33:22
Die Dateien 10_FRM.pm und FHEM/lib/Device/Firmata/Protocol.pm sind auf dem neusten stand.

SERIAL_DATA kommt aber aus keiner dieser beiden Dateien, sondern aus FHEM/lib/Device/Firmata/Constants.pm
Titel: Antw:Modul 10_FRM.pm wir nicht geladen
Beitrag von: Medel am 08 Juni 2018, 17:14:51
Hallo,

das war die Lösung. Danke :)
ich hatte da noch eine alte Version und diese vom update ausgeschlossen.

Gruß
Mario