grzegorz914 / homebridge-denon-tv

Homebridge plugin for Denon/Marantz AV Receivers, publish as independent external platform accessory.
MIT License
73 stars 15 forks source link

TypeError: Cannot convert undefined or null to object #191

Closed mishakim closed 1 year ago

mishakim commented 1 year ago

Problem started in the last couple of days, my setup had been working. HomeKit now shows the receiver as Not Responding, error below in the Homebridge logs

This is showing every 15 seconds in my log: [4/13/2023, 10:23:36 AM] [DenonTv] Device: 10.0.1.109 Home Theater, Info error: TypeError: Cannot convert undefined or null to object, reconnect in 15s.

Restarting both Homebridge and the receiver did not resolve it. Device is a Marantz NR1510

grzegorz914 commented 1 year ago

Enable debug please in plugin Config advanced section and get the log

mishakim commented 1 year ago

log attached homebridge.log just the relevant part:

Denonlog.txt

grzegorz914 commented 1 year ago

Try 4.1.12-beta.4 and let me know

mishakim commented 1 year ago

Working correctly with 4.1.12-beta.4. Thanks!