Running concertbot example

Hi, I’m new to Rasa. I installed it successfully and the sample flow is working as expected. However when I tried to use the concertbot from here

Training executed successfully, however once running the rasa shell

Getting all the time only the utter_default

Example

Your input → I would like to find a concerte
Sorry, I didn’t get that, can you rephrase? Your input → Hi
Sorry, I didn’t get that, can you rephrase? Your input → AAA
Sorry, I didn’t get that, can you rephrase? Your input →

Seems like I missing something. Can you instruct me what might be missing or how I can find it?

Thank you Moshe

You are not alone with the issue. I have exactly the same result. Also the command is not really right as it is referring an non-existing file (stories.md does not exist): rasa train core -d domain.yml -s data/stories.md --out models -c config.yml