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

Incorrect usage of min_value and max_value in the domain #9724

Closed
sentry-io bot opened this issue Sep 27, 2021 · 1 comment
Closed

Incorrect usage of min_value and max_value in the domain #9724

sentry-io bot opened this issue Sep 27, 2021 · 1 comment
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.) tool:sentry

Comments

@sentry-io
Copy link

sentry-io bot commented Sep 27, 2021

Sentry Issue: RASA-OPEN-SOURCE-G7M

TypeError: '>=' not supported between instances of 'str' and 'float' (19 additional frame(s) were not displayed) ... File "rasa/shared/core/domain.py", line 176, in from_file return cls.from_yaml(rasa.shared.utils.io.read_file(path), path) File "rasa/shared/core/domain.py", line 189, in from_yaml return cls.from_dict(data) File "rasa/shared/core/domain.py", line 205, in from_dict slots = cls.collect_slots(data.get(KEY_SLOTS, {})) File "rasa/shared/core/domain.py", line 328, in collect_slots slot = slot_class(slot_name, **slot_dict[slot_name]) File "rasa/shared/core/slots.py", line 172, in init if min_value >= max_value:

@alwx alwx added 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.) tool:sentry type:bug 🐛 Inconsistencies or issues which will cause an issue or problem for users or implementors. labels Sep 27, 2021
@stale
Copy link

stale bot commented Jan 8, 2022

Exalate commented:

stale[bot] commented:

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jan 8, 2022
@jupyterjazz jupyterjazz removed the stale label Jan 27, 2022
@rasabot-exalate rasabot-exalate added area:rasa-oss and removed 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 Mar 15, 2022 — with Exalate Issue Sync
@rasabot rasabot added area:rasa-oss 🎡 Anything related to the open source Rasa framework and removed area:rasa-oss labels Mar 16, 2022
@m-vdb m-vdb closed this as completed Oct 7, 2022
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 area:rasa-oss/training-data Issues focused around Rasa training data (stories, NLU, domain, etc.) tool:sentry
Projects
None yet
Development

No branches or pull requests

5 participants