Hi bekomme bei drei Adaptern (Telegramm, Hs100 und mysensors) gleich lautende Fehler. Im Grunde immer, dass fromJS Date nicht gelesen werden kann. Node und Admin sind aktuell.
Wo fang ich an zu suchen?
Danke Philipp
mysensors.0
2022-04-25 16:13:51.798 warn Terminated (UNCAUGHT_EXCEPTION): Without reason
mysensors.0
2022-04-25 16:13:51.248 error Cannot read properties of undefined (reading 'fromJSDate')
mysensors.0
2022-04-25 16:13:51.246 error TypeError: Cannot read properties of undefined (reading 'fromJSDate') at new CronDate (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/node_modules/cron-parser/lib/date.js:221:33) at Job.schedule (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/node_modules/node-schedule/lib/Job.js:229:14) at Object.scheduleJob (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/node_modules/node-schedule/lib/schedule.js:39:11) at /opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:8198:55
mysensors.0
2022-04-25 16:13:51.233 error unhandled promise rejection: Cannot read properties of undefined (reading 'fromJSDate')
mysensors.0
2022-04-25 16:13:51.231 error 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().