Probleme durch "empty answer received" von httpUtils

Begonnen von Andiarbeit, 01 April 2019, 16:00:28

Vorheriges Thema - Nächstes Thema

Andiarbeit

Hi Zusammen,

bis vor kurzer Zeit ist mein FHEM noch recht stabil gelaufen.
Seit ein paar Wochen hängt sich der komplette Webzugriff auf. Daten werden weiterhin geloggt.
Ich vermutete erst, dass mein Luftdaten Sensor ist hier der Übeltäter sei. Eigentlich werden die Daten im Devise korrekt angezeigt. Auch der Plot ist vollständig.
Der Modul-Entwickler meinte, dass es nicht an seinem Modul liege sondern httpUtils verwendet wird und von dort die Meldung "empty answer received" stammt. Könnt ihr mir weiterhelfen?

Das hier bekomme ich im Logfile:
2019.03.25 23:47:17 2: LuftdatenInfo (Luftdaten) - error while request: http://192.168.123.50/data.json: empty answer received
2019.03.25 23:47:17 1: PERL WARNING: Use of uninitialized value $value in string eq at fhem.pl line 4693.
2019.03.25 23:47:26 1: PERL WARNING: Use of uninitialized value $string in substitution (s///) at ./FHEM/99_Utils.pm line 131.
2019.03.25 23:47:26 1: PERL WARNING: Use of uninitialized value $string in substitution (s///) at ./FHEM/99_Utils.pm line 132
2019.03.26 00:00:44 1: PERL WARNING: Useless use of string eq in void context at (eval 1199) line 1.
2019.03.26 00:00:44 1: PERL WARNING: Useless use of string eq in void context at (eval 1200) line 1.
2019.03.26 00:00:47 1: PERL WARNING: Useless use of string eq in void context at (eval 1204) line 1.
2019.03.26 00:00:47 1: PERL WARNING: Useless use of string eq in void context at (eval 1205) line 1.
2019.03.26 00:00:49 1: PERL WARNING: Useless use of string eq in void context at (eval 1210) line 1.
2019.03.26 00:00:49 1: PERL WARNING: Useless use of string eq in void context at (eval 1211) line 1.
2019.03.26 00:01:17 1: PERL WARNING: Useless use of string eq in void context at (eval 1246) line 1.
2019.03.26 00:01:17 1: PERL WARNING: Useless use of string eq in void context at (eval 1247) line 1.


Danke für Eure Hilfe.
Andi

rudolfkoenig

Die Gegenseite hat keine Daten (auch kein HTTP header) zurueckgeliefert, das ist unhoeflich, und das wird vom HttpUtils.pm gemeldet.
Was genau sollte HttpUtils in diesem Fall anders machen?