potmat / homebridge-google-nest-sdm

A Homebridge plugin for Google Nest devices that uses the Google Smart Device Management API. Supports Cameras, Doorbells, Displays, and Thermostats. Includes support for HomeKit Secure Video.
ISC License
140 stars 17 forks source link

Undefined Properties #57

Closed shanecs closed 1 year ago

shanecs commented 1 year ago

Anyone warn into the an error where the stream would terminate due to trying to read undefined properties? See logs below

1/12/2023, 2:23:28 PM Google Nest Bridge ERROR Error: bind EAFNOSUPPORT ::
    at node:dgram:359:20
    at processTicksAndRejections (node:internal/process/task_queues:84:21)
1/12/2023, 2:23:28 PM Google Nest Bridgehome bridge-google-nest-sdm ERROR Error terminating SDM stream: TypeError: Cannot read properties of undefined (reading 'streamer') Mechanical Room Camera
potmat commented 1 year ago

Error: bind EAFNOSUPPORT means the plugin cannot open a port. Not sure of the details of your environment but whatever it is the plugin needs to be able to reserve/open ports on the system.

potmat commented 1 year ago

Closing due to lack of activity.

shanecs commented 1 year ago

@potmat sorry did not get notified of the response. I'm on a standard install of HOOBs. Do you know if there is any known issues or installation requirements?