End-to-End Error

Hey, @ChrisRahme

I am having an error with End-to-End stories here are my details.

Stories

- story: happy path
  steps:
  - user: 'Bonj'
  - bot: 'Hi there, how are you today?'
  - intent: mood_great
  - action: utter_happy

Error

  File "C:\Users\Atwine\anaconda3\envs\rasaenv\lib\site-packages\rasa\core\featurizers\tracker_featurizers.py", line 960, in <listcomp>
    [domain.intents.index(intent) for intent in tracker_intents]
ValueError: 'Bonj' is not in list

Rasa Version

Rasa Version      :         2.8.1
Minimum Compatible Version: 2.8.0
Rasa SDK Version  :         2.8.1
Rasa X Version    :         0.39.3
Python Version    :         3.8.3

1 Like