Can't enter to rasa shell

Hello! I am trying to create bot as in RASA Masterclass.But after I trained NLU I can’t enter to simple shell.When in terminal I write down “rasa shell” instead of shell there is written “NLU model is loaded” and it shows information about my input insttead of answering to it

what happens if you type hi?

it shows information about this word that intent==greeting like this

can you post a screenshot?

your rasa shell works in nlu mode, because you don’t have core model. You need to provide stories and train core model in order to be able to talk to the bot

1 Like

Yes I installed rasa core and trained it using rasa train core. Thanks

Look into the action log. This happens for example, when the action server fails due to an exception. And use the logger instead of print statements.