-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot read properties of undefined (reading 'forEach') #500
Comments
Could you turn on debug logging, restart, and the information prior to the error. This message is from the events/routines portion of the code so any potential issue would be with routines being triggered within Alexa. |
Here are the only two additional log lines preceding the error.
|
I’ve been looking through the logs to see if anything stands out about this error. Nothing does, and there’s not much there, and it only happens at startup. I did notice something that drew my curiosity in the logs though. It seems like the plugin is actually discovering all HomeKit devices on my network, not just my homebridge devices. Is there a functional reason for this? |
The discovery of native HomeKit devices is expected, as I’m using the HomeKit api and interface. But as the interface is secured, I’m not able include them into the service. |
@rcoletti116 Do you know what type of device this is ? 0E:FC:C1:5D:09:B4 Native HomeKit, Homebridge or ??? |
I just about went crazy looking for this on my network, but turns out it doesn't exist! It's a dummy sensor in Homebridge from the dummy-contact plugin. |
I get this error on startup. I don't think it's affecting anything I use, but I wanted to share it in case it affects anyone else and needs to be addressed.
The text was updated successfully, but these errors were encountered: