ticaki / ioBroker.weather-warnings

Data retrieval from DWD, UWZ and ZAMG and dispatch of push notifications.
MIT License
4 stars 2 forks source link

Unknown message #89

Closed Megawaldi closed 10 months ago

Megawaldi commented 10 months ago

Ich bekomme ab und zu eine unterschiedliche Anzahl von Emails mit dem text: "unknown message" gesended. Manchmal ist es nur eine, manchmal sind es 50 oder mehr. Kommt meistens nach einer Entwarnung. Aber manchmal auch nach einer Warnung...

email.0 2024-01-04 18:24:21.756 info sent to emailadresse@web.de email.0 2024-01-04 18:24:20.788 info Send email: {"text":"unknown message","from":"martinwaldmann@outlook.de","to":"emailadresse@web.de","subject":"ioBroker"} email.0 2024-01-04 18:24:20.786 info sent to emailadresse@web.de email.0 2024-01-04 18:24:19.753 info Send email: {"text":"unknown message","from":"martinwaldmann@outlook.de","to":"emailadresse@web.de","subject":"ioBroker"} email.0 2024-01-04 18:24:19.751 info sent to emailadresse@web.de email.0 2024-01-04 18:24:18.616 info Send email: {"text":"unknown message","from":"martinwaldmann@outlook.de","to":"emailadresse@web.de","subject":"ioBroker"} email.0 2024-01-04 18:24:18.613 info sent to emailadresse@web.de javascript.0 2024-01-04 18:24:14.342 info script.js.Ausgaben.Console_Ausgaben.Console_Alexa: Wohnzimmer Echo: Warnung: Windböen ab 6:00, Stufe: gelb weather-warnings.0 2024-01-04 18:24:14.338 warn [email.0] Error sending a notification: email.0 does not react in the given time. email.0 2024-01-04 18:24:12.337 info Send email: {"subject":"Neue Warnung für Euskirchen","html":"<table border=\"1\" cellpadding=\"0\" cellpacing=\"0\" width=\"100%\"><tr><td style=\"padding: 5px 0 5px 0;\" bgcolor=\"#ffeb3b\"><b><font color=#000000>🌬️Neue WarnungAmtliche WARNUNG vor WINDBÖEN von DWD</font></b></td></tr><tr><td style=\"padding: 5px 0 20px 0;\">Gültig von Fr 05.01 6:00 Uhr bis Fr 05.01 17:00 Uhr</br>Es treten Windböen mit Geschwindigkeiten bis 60 km/h (17 m/s, 33 kn, Bft 7) aus südwestlicher Richtung auf.</br></br></td></tr></table>","from":"martinwaldmann@outlook.de","to":"emailadresse@web.de"}

ticaki commented 10 months ago

[email.0] Error sending a notification: email.0 does not react in the given time. email.0

Das heißt das der Email Adapter nicht innerhalb von 2 Sekunden geantwortet hat. Ich werfe das Sychron da raus, so das die Nachrichten einfach raus gehauen werden, ohne zu warten.

ticaki commented 10 months ago

sollte behoben sein mit 0.6.5

Megawaldi commented 10 months ago

Fehler ist bis jetzt nicht mehr aufgetreten. Danke für den Fix!