Action with Return Response does not work after some time

Hello all,

I have an Flow which triggers via home assistant the google AI. The flow is working for some time and suddenly is giving me that error:

HomeAssistantError: Validation error: The action requires responses and must be called with return_response=True

I have correctly configured that node (because its working, but stops after some time):

image

Does anybody have the same problem? It seems that the NodeRed Home Assistant extension does not correctly send the request.

I have the same problem , did you find a solution?

What version of web socket nodes are you using? I have 0.74.2 and the results work as expected. The only difference I have is the output path is msg.result but that shouldn’t matter.

image