Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

validate fails on e2e stories #7695

Closed
rgstephens opened this issue Jan 7, 2021 · 3 comments · Fixed by #9265
Closed

validate fails on e2e stories #7695

rgstephens opened this issue Jan 7, 2021 · 3 comments · Fixed by #9265
Labels
area:rasa-oss/cli Issues focused on the rasa command-line-interface 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.) cse-issues type:bug 🐛 Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@rgstephens
Copy link
Contributor

Rasa version: 2.2.3

Rasa SDK version (if used & relevant): 2.2.0

Python version: 3.8.5

Operating system (windows, osx, ...): osx

Issue:
rasa data validate fails on e2e story test with the following error:

Error (including full traceback):

/rasa/shared/utils/io.py:93: UserWarning: The intent 'None' is used in your stories, but it is not listed in the domain file. You should add it to your domain file!

stories.yml:

- story: e2e test
  steps:
  - user: "what is your name"
  - bot: "my name is greg"
@rgstephens rgstephens added type:bug 🐛 Inconsistencies or issues which will cause an issue or problem for users or implementors. area:rasa-oss 🎡 Anything related to the open source Rasa framework labels Jan 7, 2021
@JEM-Mosig JEM-Mosig self-assigned this Jan 8, 2021
@TyDunn TyDunn added the area:rasa-oss/model-testing Issues focused around testing models (e.g. via `rasa test`) label Jan 28, 2021
@joejuzl joejuzl added the area:rasa-oss/training-data Issues focused around Rasa training data (stories, NLU, domain, etc.) label Jan 28, 2021
@TyDunn
Copy link
Contributor

TyDunn commented Jan 28, 2021

@JEM-Mosig Are you working on this is?

@TyDunn
Copy link
Contributor

TyDunn commented Feb 17, 2021

@JEM-Mosig Checking in on this because you assigned yourself to this. Are you taking this on?

@kedz kedz removed a link to a pull request Aug 3, 2021
4 tasks
@TyDunn TyDunn added cse-issues area:rasa-oss/cli Issues focused on the rasa command-line-interface and removed area:rasa-oss/model-testing Issues focused around testing models (e.g. via `rasa test`) labels Aug 4, 2021
@kedz
Copy link
Contributor

kedz commented Aug 13, 2021

I think this issue can be closed? The bug fix has been merged into main and 2.7.2, and I have a PR with the fix on 2.8.x as well.

@TyDunn TyDunn closed this as completed Aug 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:rasa-oss/cli Issues focused on the rasa command-line-interface 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.) cse-issues type:bug 🐛 Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants