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
The WillAppear event will only send the state field if the manifest.json defines multiple states. When only a single state is defined, the deserialization fails.
For readability, here's the relevant info broken out:
TRCE Received message {
"action":"org.paigem89.sendmessage",
"context":"A7CD0413F617CCD76B8DBEC26DE2DC93",
"device":"89BFC41A68A05A303471FEA4EE372FA8",
"event":"willAppear",
"payload":{"coordinates":{"column":0,"row":2},"isInMultiAction":false,"settings":{}}
}
ERRO read error: BadMessage(Error("missing field `state`", line: 0, column: 0))
The WillAppear event will only send the
state
field if themanifest.json
defines multiple states. When only a single state is defined, the deserialization fails.For readability, here's the relevant info broken out:
Relevant section of the Elgato docs here.
Here's the full stack trace:
The text was updated successfully, but these errors were encountered: