Replies: 1 comment 8 replies
-
Would you mind running the Data Discovery tool and posting the results here? That should help me determine why |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Receiving the following error in homebridge logs. Cannot figure out what is wrong. Appreciate any help. Thanks
[5/3/2023, 3:52:01 PM] [Ring] Configuring 1 cameras and 1 devices for location "Home" - locationId: XXXXX
[5/3/2023, 3:52:01 PM] [Ring] Adding new accessory XXXXXXX doorbot home
[5/3/2023, 3:52:01 PM] [Ring] Error connecting to API
[5/3/2023, 3:52:01 PM] [Ring] TypeError: Cannot destructure property 'chime_settings' of 'this.data.settings' as it is undefined.
at RingCamera.get hasInHomeDoorbell [as hasInHomeDoorbell] (/homebridge/node_modules/homebridge-ring/node_modules/ring-client-api/lib/ring-camera.js:166:17)
at new Camera (/homebridge/node_modules/homebridge-ring/lib/camera.js:101:20)
at /homebridge/node_modules/homebridge-ring/lib/ring-platform.js:246:119
at Array.forEach ()
at /homebridge/node_modules/homebridge-ring/lib/ring-platform.js:207:24
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Promise.all (index 0)
at RingPlatform.connectToApi (/homebridge/node_modules/homebridge-ring/lib/ring-platform.js:164:9)
Beta Was this translation helpful? Give feedback.
All reactions