NameError: Cannot access action 'ohjelmistokehittaja', as that name is not a registered action for this domain. Available actions are:

I have “study guidance” chatbot running and after adding more content to chatbot I run peculiar problem, when I try to train my bot with this command

docker run -it --rm --user 1003 -v $(pwd):/app rasa/rasa:1.10.11-full train --debug

I get this error , full error in attachment

NameError: Cannot access action ‘ohjelmistokehittaja’, as that name is not a registered action for this domain.

The funny thing is that I don’t have any custom actions just “utters” I have run data checking and that is ok

2021-01-21 16:58:10 INFO rasa.validator - No story structure conflicts found.

I use docker for installation and here is command

docker run -it --rm --user 1003 -v $(pwd):/app rasa/rasa:1.10.11-full init --no-prompt

fdomain.txt (78.0 KB) error_messages.txt (2.8 KB) nlu.txt (14.5 KB) stories.txt (9.4 KB)

You should upgrade to a more recent version.

Line 301 of your stories refers to an undefined action named ohjelmistokehittaja.

Found, my fault, now working