FHEM Forum

FHEM => Sonstiges => Thema gestartet von: chr2k am 24 September 2015, 21:14:55

Titel: Log Datei spamt zu
Beitrag von: chr2k am 24 September 2015, 21:14:55
Und zwar mit diesen Meldungen

2015.09.24 21:05:50 1: PERL WARNING: Use of uninitialized value $1 in concatenation (.) or string at (eval 10786) line 1.
sh: 1: Syntax error: word unexpected (expecting ")")
2015.09.24 21:06:00 1: PERL WARNING: Use of uninitialized value $1 in concatenation (.) or string at (eval 10790) line 1.
sh: 1: Syntax error: word unexpected (expecting ")")
2015.09.24 21:06:10 1: PERL WARNING: Use of uninitialized value $1 in concatenation (.) or string at (eval 10793) line 1.
sh: 1: Syntax error: word unexpected (expecting ")")
2015.09.24 21:06:20 1: PERL WARNING: Use of uninitialized value $1 in concatenation (.) or string at (eval 10799) line 1.
sh: 1: Syntax error: word unexpected (expecting ")")
2015.09.24 21:06:30 1: PERL WARNING: Use of uninitialized value $1 in concatenation (.) or string at (eval 10804) line 1.
sh: 1: Syntax error: word unexpected (expecting ")")
2015.09.24 21:06:40 1: PERL WARNING: Use of uninitialized value $1 in concatenation (.) or string at (eval 10809) line 1.
sh: 1: Syntax error: word unexpected (expecting ")")
2015.09.24 21:06:50 1: PERL WARNING: Use of uninitialized value $1 in concatenation (.) or string at (eval 10813) line 1.
sh: 1: Syntax error: word unexpected (expecting ")")
2015.09.24 21:07:00 1: PERL WARNING: Use of uninitialized value $1 in concatenation (.) or string at (eval 10817) line 1.
sh: 1: Syntax error: word unexpected (expecting ")")
2015.09.24 21:07:10 1: PERL WARNING: Use of uninitialized value $1 in concatenation (.) or string at (eval 10820) line 1.
sh: 1: Syntax error: word unexpected (expecting ")")
2015.09.24 21:07:20 1: PERL WARNING: Use of uninitialized value $1 in concatenation (.) or string at (eval 10824) line 1.
sh: 1: Syntax error: word unexpected (expecting ")")
2015.09.24 21:07:30 1: PERL WARNING: Use of uninitialized value $1 in concatenation (.) or string at (eval 10827) line 1.
sh: 1: Syntax error: word unexpected (expecting ")")
2015.09.24 21:07:40 1: PERL WARNING: Use of uninitialized value $1 in concatenation (.) or string at (eval 10838) line 1.
sh: 1: Syntax error: word unexpected (expecting ")")
2015.09.24 21:07:50 1: PERL WARNING: Use of uninitialized value $1 in concatenation (.) or string at (eval 10842) line 1.
sh: 1: Syntax error: word unexpected (expecting ")")
2015.09.24 21:08:00 1: PERL WARNING: Use of uninitialized value $1 in concatenation (.) or string at (eval 10845) line 1.
sh: 1: Syntax error: word unexpected (expecting ")")


Kann damit nur leider nichts anfangen. Weiß jemand was?
Titel: Antw:Log Datei spamt zu
Beitrag von: Markus M. am 24 September 2015, 21:31:58
Mit Stacktrace solltest du das rausfinden können:
attr global stacktrace 1
Titel: Antw:Log Datei spamt zu
Beitrag von: chr2k am 24 September 2015, 22:06:24
sh: 1: Syntax error: word unexpected (expecting ")")
2015.09.24 22:01:28 1: PERL WARNING: Use of uninitialized value $1 in concatenation (.) or string at (eval 12210) line 1.
2015.09.24 22:01:28 3: stacktrace:
2015.09.24 22:01:28 3:     main::__ANON__                      called by (eval 12210) (1)
2015.09.24 22:01:28 3:     (eval)                              called by ./FHEM/98_CustomReadings.pm (96)
2015.09.24 22:01:28 3:     main::CustomReadings_read           called by fhem.pl (2683)
2015.09.24 22:01:28 3:     main::HandleTimeout                 called by fhem.pl (583)
sh: 1: Syntax error: word unexpected (expecting ")")


:-X
Titel: Antw:Log Datei spamt zu
Beitrag von: rudolfkoenig am 25 September 2015, 07:57:59
Oder im Klartext: eine CustomReadings Definition ist fehlerhaft.
Titel: Antw:Log Datei spamt zu
Beitrag von: chr2k am 25 September 2015, 08:40:07
Zitat von: rudolfkoenig am 25 September 2015, 07:57:59
Oder im Klartext: eine CustomReadings Definition ist fehlerhaft.

Danke, das ist mal verständlich  :D

NUr die Frage ist welches Custom Reading betroffen ist  :'(
Titel: Antw:Log Datei spamt zu
Beitrag von: Dietmar63 am 25 September 2015, 09:30:51
Fehlt wohl einer Klammer zu.
Titel: Antw:Log Datei spamt zu
Beitrag von: rudolfkoenig am 25 September 2015, 09:40:31
Klar, nur wo :)
Titel: Antw:Log Datei spamt zu
Beitrag von: Puschel74 am 25 September 2015, 09:44:41
Zitat von: rudolfkoenig am 25 September 2015, 09:40:31
Klar, nur wo :)
Das herauszufinden seine Aufgabe sein wird  ;D
Titel: Antw:Log Datei spamt zu
Beitrag von: chr2k am 25 September 2015, 10:26:12
Zitat von: Puschel74 am 25 September 2015, 09:44:41
Das herauszufinden seine Aufgabe sein wird  ;D

;D ;D ;D ;D :P

Ja, ich bin noch ein sehr junger Padawan  ;)
Titel: Antw:Log Datei spamt zu
Beitrag von: Dietmar63 am 25 September 2015, 10:37:37
So viele CustomReadings wirst du nicht definiert haben.