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

rasa data validate fails on example formbot #10447

Closed
1 task
JEM-Mosig opened this issue Dec 2, 2021 · 7 comments · Fixed by #10562 or #10936
Closed
1 task

rasa data validate fails on example formbot #10447

JEM-Mosig opened this issue Dec 2, 2021 · 7 comments · Fixed by #10562 or #10936
Labels
area:rasa-oss 🎡 Anything related to the open source Rasa framework effort:atom-squad/1 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.

Comments

@JEM-Mosig
Copy link
Contributor

JEM-Mosig commented Dec 2, 2021

Rasa Open Source version

3.0.1

Rasa SDK version

3.0.0rc3

Rasa X version

No response

Python version

3.8

What operating system are you using?

OSX

What happened?

cd into rasa/examples/formbot, run rasa data validate and get

UserWarning: The form 'None' is used in the 'submit form' block, but it is not listed in the domain file. You should add it to your domain file!

This seems to break validation of all forms of all bots. Training works, though.

Command / Request

`rasa data validate`

Relevant log output

(rasa-3.0.0) johannes:formbot/ (b055f901954) $ rasa data validate                                                               [18:28:57]
/Users/johannes/rasa/rasa/rasa/shared/utils/io.py:99: UserWarning: The form 'None' is used in the 'submit form' block, but it is not listed in the domain file. You should add it to your domain file!
  More info at https://rasa.com/docs/rasa/forms
Project validation completed with errors.

Definition of done

  • Fix bug
@JEM-Mosig JEM-Mosig 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 Dec 2, 2021
@cryoff
Copy link

cryoff commented Dec 13, 2021

I faced the same issue with example pizza bot from this video:
https://www.youtube.com/watch?v=YYh1ECnlw9o

And the code is taken from here:
https://github.com/RasaHQ/conversational-ai-course-3.x

I am using rasa 3.0.2

@bml1g12
Copy link

bml1g12 commented Dec 14, 2021

Same issue here

@roelboumans
Copy link

roelboumans commented Jan 10, 2022

@koaning I experience the same problem as Hongbo-Miao. The above comments by alwx did not provide a clear solution to this problem for me, unfortunately. I did not run into this problem with Rasa 2.8.6, but it occured after upgrade to Rasa 3.0.3.

@svenvanderburg
Copy link

It seems this is not released yet? Any idea when it will be released? @alwx

@mdurmuss
Copy link

mdurmuss commented Feb 7, 2022

I faced with the same issue. Here is the output of rasa --version

  • Rasa Version : 3.0.6
  • Minimum Compatible Version: 3.0.0
  • Rasa SDK Version : 3.0.4
  • Python Version : 3.7.9

@hsm207
Copy link
Contributor

hsm207 commented Feb 14, 2022

This issue still exists in 3.0.8:

Rasa Version      :         3.0.8
Minimum Compatible Version: 3.0.0
Rasa SDK Version  :         3.0.4
Rasa X Version    :         None
Python Version    :         3.8.10
Operating System  :         Linux-5.10.76-linuxkit-x86_64-with-glibc2.29
Python Path       :         /opt/venv/bin/python

@hsm207 hsm207 reopened this Feb 14, 2022
@m-vdb m-vdb unassigned alwx Feb 15, 2022
@m-vdb
Copy link
Collaborator

m-vdb commented Feb 15, 2022

It seems that the bug was fixed on main but not on 3.0.x. This needs to be done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:rasa-oss 🎡 Anything related to the open source Rasa framework effort:atom-squad/1 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.
Projects
None yet
10 participants