Rasa validator shows empty error message when text: null for a response #7908
Labels
area:rasa-oss 🎡
Anything related to the open source Rasa framework
area:rasa-oss/training-data
Issues focused around Rasa training data (stories, NLU, domain, etc.)
effort:atom-squad/2
Label which is used by the Rasa Atom squad to do internal estimation of task sizes.
type:bug 🐛
Inconsistencies or issues which will cause an issue or problem for users or implementors.
Issue:
Originally reported in our forum, training/validating threw an error but didn't show anything in the file to fix. After looking at the file, one of the responses had
text: null
. Changing this to a random string fixed the problem. We should look into why this error wasn't showing up in the tracebackError (including full traceback):
Command or request that led to error:
Content of domain file (domain.yml) (if relevant):
File is here
Definition of Done
YamlValidationException
should show what made the schema validation failThe text was updated successfully, but these errors were encountered: