All - Activity - drawal1 - Rasa Community Forum

The 'utter_welcome_msg' action is not triggered when the flow starts

Below is my flow definition. This flow is triggered but the bot does not utter the welcome message. Instead it tells the user about the slots it needs filled in the subsequent child flows. I have defined the ‘utter_welcome_msg’ in the responses section of domain.yml properly. What am I missing?


Figured it out! Looks like you have to put the child flows first BEFORE the parent flow

When I run ‘rasa train’ with a flows.yml file that contains a parent flow calling a child flow, I get an error as follows:

ERROR rasa.validator - [error] The action ‘finalize_plan’ is used in the step ‘1_finalize_plan’ of flow id ‘defect_remediation’, but it is not lis…


Poetry install is not installing Rasa Pro

I updated the pyporject.toml following the instructions here for Rasa >=3.8.1: Installation for local development

But when I run “poetry install” it seems to do nothing! It does not install rasa-pro in the environment. Any ideas what could be the reason? fyi, I am using poetry version 1.8.3


How to fix rasa train error with the tutorial

I fixed it by moving all the project files to the root folder and removing the project folder.

I am using the Github workspace with the tutorial. I have setup the project in the ./money_transfer folder. The chat ran successfully after “rasa init”.

After making the code changes for confirming the money transfer, I ran “rasa train” from the root folder and got the error below:

ERROR endpointreadfailed_no_such_file-event_infofailed-to-read-endpoint-configuration-file-the-file-was-not-found

Additional Errors: