ioBroker / ioBroker.sonos

Control and monitor SONOS player from ioBroker
MIT License
37 stars 20 forks source link

Bekomme Sonos Adapter nicht mehr zum laufen ... #212

Closed dikurz closed 8 months ago

dikurz commented 8 months ago

Bekomme seit einiger Zeit meinen Adapter nicht mehr zum laufen, versucht mit stable und beta 3.00 Hier das Logfile:

2023-10-24 09:27:32.895 - info: host.raspberrypi instance system.adapter.sonos.0 started with pid 1012766 2023-10-24 09:27:34.573 - debug: sonos.0 (1012766) Redis Objects: Use Redis connection: 127.0.0.1:9001 2023-10-24 09:27:34.631 - debug: sonos.0 (1012766) Objects client ready ... initialize now 2023-10-24 09:27:34.634 - debug: sonos.0 (1012766) Objects create System PubSub Client 2023-10-24 09:27:34.636 - debug: sonos.0 (1012766) Objects create User PubSub Client 2023-10-24 09:27:34.718 - debug: sonos.0 (1012766) Objects client initialize lua scripts 2023-10-24 09:27:34.726 - debug: sonos.0 (1012766) Objects connected to redis: 127.0.0.1:9001 2023-10-24 09:27:34.800 - debug: sonos.0 (1012766) Redis States: Use Redis connection: 127.0.0.1:9000 2023-10-24 09:27:34.838 - debug: sonos.0 (1012766) States create System PubSub Client 2023-10-24 09:27:34.839 - debug: sonos.0 (1012766) States create User PubSub Client 2023-10-24 09:27:34.938 - debug: sonos.0 (1012766) States connected to redis: 127.0.0.1:9000 2023-10-24 09:27:35.177 - info: sonos.0 (1012766) starting. Version 3.0.0 in /opt/iobroker/node_modules/iobroker.sonos, node: v18.18.2, js-controller: 5.0.14 2023-10-24 09:27:35.240 - debug: sonos.0 (1012766) Search can't be optimized because wildcard not at the end, fallback to keys!: function(doc) { if (doc.type === 'state') emit(doc._id, doc) } 2023-10-24 09:27:35.322 - debug: sonos.0 (1012766) Initialize known devices: [{"type":"device","common":{"name":"root"},"native":{},"from":"system.adapter.sonos.0","user":"system.user.admin","ts":1698132029397,"_id":"sonos.0.root","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}] 2023-10-24 09:27:35.366 - debug: sonos.0 (1012766) Channels of root: [{"type":"channel","common":{"role":"media.music","name":"Kueche"},"native":{"ip":"192.168.111.194"},"from":"system.adapter.sonos.0","user":"system.user.admin","ts":1698132088282,"_id":"sonos.0.root.192_168_111_194","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}},{"type":"channel","common":{"role":"media.music","name":"Wohnzimmer"},"native":{"ip":"192.168.111.193"},"from":"system.adapter.sonos.0","user":"system.user.admin","ts":1698132089939,"_id":"sonos.0.root.192_168_111_193","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}] 2023-10-24 09:27:35.368 - debug: sonos.0 (1012766) Process channel: sonos.0.root.192_168_111_194 2023-10-24 09:27:35.472 - debug: sonos.0 (1012766) Process channel: sonos.0.root.192_168_111_193 2023-10-24 09:27:36.105 - debug: sonos.0 (1012766) mute: Mute for http://192.168.111.193:1400: false 2023-10-24 09:27:36.106 - debug: sonos.0 (1012766) volume: Volume for http://192.168.111.193:1400: 12 2023-10-24 09:27:36.109 - error: sonos.0 (1012766) 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-10-24 09:27:36.110 - error: sonos.0 (1012766) unhandled promise rejection: Cannot read properties of undefined (reading 'recalculateGroupVolume') 2023-10-24 09:27:36.111 - error: sonos.0 (1012766) TypeError: Cannot read properties of undefined (reading 'recalculateGroupVolume') at NotificationListener.notificationHandler (/opt/iobroker/node_modules/sonos-discovery/lib/models/Player.js:370:25) at NotificationListener.emit (node:events:529:35) at /opt/iobroker/node_modules/sonos-discovery/lib/NotificationListener.js:125:17 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) 2023-10-24 09:27:36.113 - error: sonos.0 (1012766) Cannot read properties of undefined (reading 'recalculateGroupVolume') 2023-10-24 09:27:36.160 - info: sonos.0 (1012766) terminating 2023-10-24 09:27:36.185 - info: sonos.0 (1012766) terminating 2023-10-24 09:27:36.189 - warn: sonos.0 (1012766) Terminated (UNCAUGHT_EXCEPTION): Without reason 2023-10-24 09:27:36.249 - error: sonos.0 (1012766) 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-10-24 09:27:36.251 - error: sonos.0 (1012766) unhandled promise rejection: Cannot read properties of undefined (reading 'recalculateGroupVolume') 2023-10-24 09:27:36.252 - error: sonos.0 (1012766) TypeError: Cannot read properties of undefined (reading 'recalculateGroupVolume') at NotificationListener.notificationHandler (/opt/iobroker/node_modules/sonos-discovery/lib/models/Player.js:370:25) at NotificationListener.emit (node:events:529:35) at /opt/iobroker/node_modules/sonos-discovery/lib/NotificationListener.js:125:17 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) 2023-10-24 09:27:36.253 - error: sonos.0 (1012766) Cannot read properties of undefined (reading 'recalculateGroupVolume') 2023-10-24 09:27:36.692 - info: sonos.0 (1012766) terminating 2023-10-24 09:27:36.797 - error: host.raspberrypi instance system.adapter.sonos.0 terminated with code 6 (UNCAUGHT_EXCEPTION) 2023-10-24 09:27:36.797 - info: host.raspberrypi Restart adapter system.adapter.sonos.0 because enabled 2023-10-24 09:27:36.797 - warn: host.raspberrypi Do not restart adapter system.adapter.sonos.0 because restart loop detected Ich hoffe es kann mir jemand helfen.

Grüße Dieter