ioBroker / ioBroker.scenes

Group states to scenes and control them.
MIT License
27 stars 17 forks source link

scenes Adapter läuft nicht mehr ab Version 3.xxx #309

Open charly9898 opened 4 months ago

charly9898 commented 4 months ago

Der Adapter funktioniert nicht ab Version 3.xxx Ich benutze folgendes Reposisory : http://download.iobroker.net/sources-dist-latest.json

Folgender Ausgabe erscheint :

pi@iobroker:/opt/iobroker $ node node_modules/iobroker.scenes/main.js --debug
2024-03-04 12:25:28.425  - debug: scenes.0 (18188) Redis Objects: Use Redis connection: 127.0.0.1:9001
2024-03-04 12:25:28.505  - debug: scenes.0 (18188) Objects client ready ... initialize now
2024-03-04 12:25:28.509  - debug: scenes.0 (18188) Objects create System PubSub Client
2024-03-04 12:25:28.511  - debug: scenes.0 (18188) Objects create User PubSub Client
2024-03-04 12:25:28.689  - debug: scenes.0 (18188) Objects client initialize lua scripts
2024-03-04 12:25:28.701  - debug: scenes.0 (18188) Objects connected to redis: 127.0.0.1:9001
2024-03-04 12:25:28.796  - debug: scenes.0 (18188) Redis States: Use Redis connection: 127.0.0.1:9000
2024-03-04 12:25:28.839  - debug: scenes.0 (18188) States create System PubSub Client
2024-03-04 12:25:28.841  - debug: scenes.0 (18188) States create User PubSub Client
2024-03-04 12:25:28.927  - debug: scenes.0 (18188) States connected to redis: 127.0.0.1:9000
2024-03-04 12:25:29.015  - debug: scenes.0 (18188) Plugin sentry Initialize Plugin (enabled=true)
2024-03-04 12:25:29.386  - error: scenes.0 (18188) adapter disabled
2024-03-04 12:25:29.560  - info: scenes.0 (18188) starting. Version 3.0.3 in /opt/iobroker/node_modules/iobroker.scenes, node: v18.17.1, js-controller: 5.0.19
2024-03-04 12:25:29.817  - error: scenes.0 (18188) 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().
2024-03-04 12:25:29.818  - error: scenes.0 (18188) unhandled promise rejection: Cannot read properties of undefined (reading 'native')
2024-03-04 12:25:29.825  - error: scenes.0 (18188) TypeError: Cannot read properties of undefined (reading 'native')
    at main (/opt/iobroker/node_modules/iobroker.scenes/main.js:1229:32)
    at AdapterClass.<anonymous> (/opt/iobroker/node_modules/iobroker.scenes/main.js:137:9)
2024-03-04 12:25:29.826  - error: scenes.0 (18188) Cannot read properties of undefined (reading 'native')
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(). The promise rejected with the reason:
TypeError: Cannot read properties of undefined (reading 'native')
    at main (/opt/iobroker/node_modules/iobroker.scenes/main.js:1229:32)
    at AdapterClass.<anonymous> (/opt/iobroker/node_modules/iobroker.scenes/main.js:137:9)
2024-03-04 12:25:29.857  - info: scenes.0 (18188) terminating
2024-03-04 12:25:29.859  - debug: scenes.0 (18188) Plugin sentry destroyed
2024-03-04 12:25:29.860  - warn: scenes.0 (18188) Terminated (UNCAUGHT_EXCEPTION): Without reason
2024-03-04 12:25:30.363  - info: scenes.0 (18188) terminating