Xenon-s / ioBroker.device-reminder

Notifications at device start or end by telegram, Alexa, Whatsapp, sayit, pushover, email
MIT License
28 stars 8 forks source link

Fehlerhafter eintrag in log #365

Closed BenAhrdt closed 11 months ago

BenAhrdt commented 11 months ago

Der Log meines ioBrokers sah gerade so aus: Der Fehler muss während des Laufs aufgetreten sein, da die beiden Geräte Waschmaschine und Trockner beide schon länger liefen.

2023-12-11 14:24:43.024 - error: device-reminder.0 (924) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). 2023-12-11 14:24:43.031 - error: device-reminder.0 (924) unhandled promise rejection: Converting circular structure to JSON --> starting at object with constructor 'Timeout' \| property '_idlePrev' -> object with constructor 'TimersList' --- property '_idleNext' closes the circle 2023-12-11 14:24:43.031 - error: device-reminder.0 (924) TypeError: Converting circular structure to JSON --> starting at object with constructor 'Timeout' \| property '_idlePrev' -> object with constructor 'TimersList' --- property '_idleNext' closes the circle at JSON.stringify () at sendMsg (/opt/iobroker/node_modules/iobroker.device-reminder/main.js:1144:47) at deviceReminder.message (/opt/iobroker/node_modules/iobroker.device-reminder/main.js:1151:17) 2023-12-11 14:24:43.031 - error: device-reminder.0 (924) Converting circular structure to JSON --> starting at object with constructor 'Timeout' \| property '_idlePrev' -> object with constructor 'TimersList' --- property '_idleNext' closes the circle 2023-12-11 14:24:43.036 - info: device-reminder.0 (924) terminating 2023-12-11 14:24:43.037 - warn: device-reminder.0 (924) Terminated (UNCAUGHT_EXCEPTION): Without reason 2023-12-11 14:24:43.538 - info: device-reminder.0 (924) terminating 2023-12-11 14:24:43.604 - error: host.iobroker instance system.adapter.device-reminder.0 terminated with code 6 (UNCAUGHT_EXCEPTION)

Xenon-s commented 11 months ago

https://github.com/Xenon-s/ioBroker.device-reminder/issues/344