Extra keys not allowed @ data['data']

Just started getting this error after I added a new Kodi node to my flow.
[error] [api-call-service:TV Off] Call-service API error. Error Message: extra keys not allowed @ data['data']

1 Like

After the grey node (5x) put a debug log node. Something from the previous msg is passing keys to payload.data which will override the call service data field .
If that’s the case use a change node to clear any msg on payload.data

4 Likes

Thanks for the reply, putting a change node did the trick.

1 Like