Hallo zusammen,
ich habe gestern meinen Iobroker auf JS_Controller 7.0 geupdatet.
JS-Controller, Node und npm laufen. Auch ein Teil der Adapter starten und sind alive. Jedoch starten die meisten, unter anderem admin, nicht.
Sie generieren alle die Fehlermeldung "Callback is not a function".
Hat jemand eine Idee was ich noch machen könnte?
2024-10-15 11:44:06.957 - error: admin.0 (8874) Unhandled promise rejection. This error originated either by throwing insid
e of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
2024-10-15 11:44:06.959 - error: admin.0 (8874) unhandled promise rejection: callback is not a function
2024-10-15 11:44:06.965 - error: admin.0 (8874) TypeError: callback is not a function
at /opt/iobroker/node_modules/@iobroker/plugin-base/lib/PluginBase.js:310:17
2024-10-15 11:44:06.967 - error: admin.0 (8874) callback is not a function
2024-10-15 11:44:07.953 - info: mqtt.0 (8900) terminating
2024-10-15 11:44:07.955 - warn: mqtt.0 (8900) Terminated (UNCAUGHT_EXCEPTION): Without reason
2024-10-15 11:44:08.226 - info: admin.0 (8874) terminating
2024-10-15 11:44:08.228 - warn: admin.0 (8874) Terminated (UNCAUGHT_EXCEPTION): Without reason