please try this rasa train -d domain.yml
.
Ensure you in the directory where the domain file exists.
please try this rasa train -d domain.yml
.
Ensure you in the directory where the domain file exists.
okay
still shows same error
I am not sure why the domain file is not picked up. If it doesnt have any confidential data, share me the project via github.
I’ll test locally and let you know.
okay
@mohan its related to which error? can you update above post with error its related for reference for others. Many thanks in advance.
@darpant-289 This is pretty old, but did you get it working?
If not I could take a look at it as well if you send me the github link
Typically if the domain isn’t found or used, there is a syntax error in it somewhere.
If you’re still struggling, you could try to lint it with a yaml linter. Your screenshot shows me you’re using VSCode, and you can add the yaml
extension and it will highlight any issues it finds and show them in the problems panel.