Rasa Version : 3.0.8
Minimum Compatible Version: 3.0.0
Rasa SDK Version : 3.0.4
Rasa X Version : None
Python Version : 3.8.10
Operating System : Windows-10-10.0.19042-SP0
As i am new to rasa 3.x version working with graph component is something new to me . The nlu , domain and stories contain the normal data of some intents and their respective info. (As the structure of rasa 2.x and 3.x are similar in major terms ). I am just trying to train the data using rasa train command and end up with this error . The code works with rasa 2.x but in 3.x version throws this issue.
@shaikat_chakraborty can you share more information such as the rasa version and full error traceback? and please read the Chris mentioned link, it helps us a lot so that we can help you faster. Thanks.
As I commented the UnexpecTEDIntentPolicy, the ‘rasa train’ requested me to uncomment ‘RulePolicy’, and when I did that, it still shows the above problem.
For me when I scrolled up it said “the below error is due to the above exception” referring to the UnexpecTED error, right above this statement was the real error which for me was a miss match in spelling between my domain and nlu