hajoura
(hajar)
August 26, 2019, 6:40pm
1
I received that msg
Sorry, something went wrong (see error above). Make sure to start Rasa X with valid data and valid domain and config files. Please, also check any warnings that popped up.
If you need help fixing the issue visit our forum: http://forum.rasa.com/ .
gcgloven
(White Wolf Bay )
August 27, 2019, 1:42am
2
If it prompts you to check on the valid data files, you could try out yml lint and json lint to check on your nlu.json and domain.yml
hajoura
(hajar)
August 27, 2019, 6:43am
3
but I do know why it does not work I use rasa shell every things works till the command rasa x
gcgloven
(White Wolf Bay )
August 27, 2019, 6:44am
4
Have you tried
rasa data validate
?
hajoura
(hajar)
August 27, 2019, 6:46am
5
sorry what do you mean by that ?
gcgloven
(White Wolf Bay )
August 27, 2019, 6:46am
6
go to your rasa folder and run
rasa data validate
in your terminal to check the format and values in your training files.
hajoura
(hajar)
August 27, 2019, 6:50am
7
yes I did it this the message that receive
usage: rasa data [-h] [-v] [-vv] [--quiet] {convert,split} ...
rasa data: error: invalid choice: 'validate' (choose from 'convert', 'split')