-
Notifications
You must be signed in to change notification settings - Fork 152
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
Error in the new master branch #38
Comments
Hey @davidhsv, this looks like the string |
I"m using the 2.0.3 version, and the nlu data is from the branch master of the help-desk-assistant. To reproduce, clone the code from this repo, rasa shell, and answer hi, open an incident, [email protected], and choose the priority |
Oh, sorry @davidhsv, I didn"t notice the repo and thought this issue belonged to the |
I"m going to close this as it"s a duplicate. Sorry for the annoying error, it should be gone soon! But it won"t affect the performance of your assistant. 🙂 |
ERROR rasa.core.nlg.interpolator - Failed to fill utterance template "/inform{"priority":"low"}". Tried to replace ""priority":"low"" but could not find a value for it. There is no slot with this name nor did you pass the value explicitly when calling the template. Return template without filling the template.
Traceback (most recent call last):
File "/home/david/desenvolvimento/projetos/grupo8/venv/lib/python3.7/site-packages/rasa/core/nlg/interpolator.py", line 28, in interpolate_text
text = text.format(values)
KeyError: ""priority":"low""
2020-11-05 18:53:51 ERROR rasa.core.nlg.interpolator - Failed to fill utterance template "/inform{"priority":"medium"}". Tried to replace ""priority":"medium"" but could not find a value for it. There is no slot with this name nor did you pass the value explicitly when calling the template. Return template without filling the template.
Traceback (most recent call last):
File "/home/david/desenvolvimento/projetos/grupo8/venv/lib/python3.7/site-packages/rasa/core/nlg/interpolator.py", line 28, in interpolate_text
text = text.format(values)
KeyError: ""priority":"medium""
2020-11-05 18:53:51 ERROR rasa.core.nlg.interpolator - Failed to fill utterance template "/inform{"priority":"high"}". Tried to replace ""priority":"high"" but could not find a value for it. There is no slot with this name nor did you pass the value explicitly when calling the template. Return template without filling the template.
Traceback (most recent call last):
The text was updated successfully, but these errors were encountered: