-
Notifications
You must be signed in to change notification settings - Fork 28
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
light.getState(), light.getLabel(), light.getHardwareVersion(), ... , time out #58
Comments
I just tried and I got the same error. I then tried running the script with the call to I haven't experienced this earlier either so it's likely related to some of the recent firmware updates. One reason could be that the lights aren't responding as fast. Could you try a longer response timeout setting on the client if you still get the same error? Just change line 44 of client.init({ messageHandlerTimeout: 90000 }); If this doesn't help then it could help wrapping the |
I changed the
Which results in this:
Strange thing is, I noticed it did succeed one time to fetch the state form the bulb, but about 9/10 times it fails. |
I would say there might be something wrong with your network if 9/10 times it fails. Are you running node-lifx off WiFi? For me, it's more like 1/100 times it fails, but I'm running off Ethernet. |
Using the example, the getState() and getHardwareVersion() time out, this used to work. Am I the only one experiencing this issue? Bulb is on firmware 2.1 according to the LIFX desktop firmware updater.
The text was updated successfully, but these errors were encountered: