homebridge-milight
homebridge-milight copied to clipboard
Unhandled rejection Error: no response timeout
I found this code after I done every thing and the homebridge isnt appear in my home app any idea about this issue Thanks,
Unhandled rejection Error: no response timeout at Timeout._onTimeout (/usr/local/lib/node_modules/homebridge-milight/node_modules/node-milight-promise/src/milight-v6-mixin.js:125:26) at ontimeout (timers.js:365:14) at tryOnTimeout (timers.js:237:5) at Timer.listOnTimeout (timers.js:207:5)
Make sure you have the right IP address for your bridge set in your config. Also try installing the latest version as I've updated the node-milight-promise dependancy and I believe it has slightly tweaked error handling for v6 communication timeouts now.
I have the same issue:
Unhandled rejection Error: no response timeout at Timeout._onTimeout (/usr/lib/node_modules/homebridge-milight/node_modules/node-milight-promise/src/milight-v6-mixin.js:128:26) at listOnTimeout (internal/timers.js:549:17) at processTimers (internal/timers.js:492:7)
Is there any solution for that?