dotsam / homebridge-milight

MiLight/LimitlessLED/Easybulb Plugin for Homebridge
MIT License
63 stars 12 forks source link

Unhandled rejection Error: no response timeout #49

Open wadechat opened 6 years ago

wadechat commented 6 years ago

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)

dotsam commented 6 years ago

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.

Tamas92 commented 4 years ago

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?