You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeing frequent logs reporting unknown message types 50, 53, 56, and 59, which don't have entries in LXProtocolTypes.h. I only have original LIFX bulbs on the network (no LIFX White 800 lights) so it must be something else that the bulbs are sending out that's new. Hopefully we'll get a LIFXKit update soon? It doesn't crash my app (at least in this case) but at times it really fills up the logs.
ERROR: unknown message type '50'. The appropriate class may need to be registered in +[LFXMessage messageWithMessageData:]
The text was updated successfully, but these errors were encountered:
I have seen these messages on my builds too. I suspect they are from the new firmware's cloud support messages since the SDK doesn't support/include the cloud service code (yet)
I am getting this errors right now.
I've tried to integrate the lifx framework into a swift osx application. I did exactly the steps from "Xcode Sub-Project Installation" and created a bridging header file.
Is there something else to do? What does this error mean?
I'm seeing frequent logs reporting unknown message types 50, 53, 56, and 59, which don't have entries in LXProtocolTypes.h. I only have original LIFX bulbs on the network (no LIFX White 800 lights) so it must be something else that the bulbs are sending out that's new. Hopefully we'll get a LIFXKit update soon? It doesn't crash my app (at least in this case) but at times it really fills up the logs.
ERROR: unknown message type '50'. The appropriate class may need to be registered in +[LFXMessage messageWithMessageData:]
The text was updated successfully, but these errors were encountered: