I’m currently facing an issue with Rasa’s run actions
functionality, specifically when it stops responding after the line infos = await tasks.gather(*fs, loop=self)
.
Here’s the context of the problem I’m encountering:
- I have implemented custom actions in my Rasa chatbot.
- The actions were working fine until recently when I noticed that the
run actions
command no longer responds after the mentioned line of code.
I have already checked the following:
- The code for the custom actions is correct and has been working before.
- There are no error messages or exceptions thrown during the execution.
- The Rasa version and dependencies are up to date.
I would greatly appreciate any insights or suggestions on how to debug and resolve this issue. Has anyone else encountered a similar problem or have any ideas on what might be causing it?