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
In the "Execute Python" function, when JSON-like data is sent out, it is added to the "message" field. This leads it to LOOKING like it's valid JSON on the Javascript (frontend) side, but it is not valid on the Python side due to... something.
In the "Execute Python" function, when JSON-like data is sent out, it is added to the "message" field. This leads it to LOOKING like it's valid JSON on the Javascript (frontend) side, but it is not valid on the Python side due to... something.
Find out what that something is.
Node 1 (execute python):
print([{"hello": "there"}])
Node 2 (repeater):
$node_1.#.hello
This may look good in the UI, but will fail in Python. This is most likely an App SDK issue.
The text was updated successfully, but these errors were encountered: