-
Notifications
You must be signed in to change notification settings - Fork 145
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
ChoiceType array crash due to value name #170
Comments
It appears that hue has added another value to this choice type,
I will modify the values and give you a pre release to test with later today. |
Thank you so much! |
This has been fixed in Due to this being a fix that will be required in the 4.x releases, I have just released this change in @danWithAD please verify when you get a chance |
@peter-murray I can confirm that in both local and prod pulling the latest version from master repo works! |
@peter-murray did you patch 4.0.6? Just forced an update on 4.0.6 and I don't get the change. Looking at the tag in github it appears to be missing https://github.com/peter-murray/node-hue-api/blob/v4.0.6/lib/model/BridgeConfiguration.js#L36 |
@dtsn Sorry about that, looks like I failed to apply the actual commit for the fix and just cherry-picked two other commits that referenced it 🤦 I have released |
@peter-murray Works great! Thanks. |
I've run into this simultaneously in local and remote running instance of node-hue-api.
Error log is as follows,
Failed to get a remote connection using existing tokens.
ApiError: Value 'allreadytoinstall' is not one of the allowed values [unknown,noupdates,transferring,anyreadytoinstall,allreadtoinstall,installing]
I've temporarily fixed this by adding the following to node_modules/node-hue-api/lib/types/ChoiceType.js
The text was updated successfully, but these errors were encountered: