Domain validation error confusion

So basically the domain file is invalid but it won’t tell me why.

domain.yml (23.6 KB)

Other people seem to suggest that converting from tabs to spaces works and that has also failed.

Your YAML is valid according to http://www.yamllint.com/ (and my eyes).

Your project has obviously been going on for some time. Is there a specific event after which the error started appearing? Does this also happen on a rasa init project?

Also, the error you’re getting may not be related to the domain at all! It’s a common error that happens due to some incompatible dependencies or versions. Please share the output of rasa --version.

1 Like

Right thanks a lot, it was the version issue. I’d basically not activated the correct virtual environment. Thanks again!!!

1 Like

Hehe be careful! Give explicit names to your virtual environments :slight_smile:

Glad you solved it

1 Like