UserWarning: Interpreter parsed an intent ‘name:’ that is not defined in the domain
See original GitHub issueRasa version: 1.6.1
Rasa SDK version (if used & relevant):1.6.0
Rasa X version (if used & relevant):
Python version: 3.6
Operating system (windows, osx, …): Windows
Issue:
Since I am not 100% sure if this is a bug or not, I apologize if I’m wrong.
Although I have clearly defined my intents in the domain file, I get the following user warnings:
UserWarning: Interpreter parsed an intent 'name:' that is not defined in the domain.
UserWarning: Interpreter parsed an intent 'name_last:' that is not defined in the domain.
UserWarning: Interpreter parsed an intent 'street_name:' that is not defined in the domain.
UserWarning: Interpreter parsed an intent 'house_number:' that is not defined in the domain.
The full details are given in this forum post: more details
The reason why I think it is useful to check wether this is a bug or not comes from this forum post where we discus the problem: light bug in some formatting method
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top Results From Across the Web
UserWarning: Interpreter parsed an intent 'faq' which is not ...
UserWarning: Interpreter parsed an intent 'faq' which is not defined in the domain. Please make sure all intents are listed in the domain....
Read more >UserWarning: Interpreter parsed an intent 'Hi' which is not ...
The error is saying that the intent "Hi" is not in the domain - and it indeed is not in your domain file....
Read more >Rasa Shell error : " UserWarning: Interpreter parsed an intent ...
When I type in , " Hey" or "Hello" , All I'm getting is this error " UserWarning: Interpreter parsed an intent 'Hello'...
Read more >NLP - Ocean Ode
Non -ASCII tokenisation german_text = 'Wann gehen wir Pizza essen? ... speech-to-text conversion / translation disambiguate homonyms; Dependency parsing ...
Read more >Bug listing with status RESOLVED with resolution OBSOLETE ...
g.o hits could help translators and users" status:RESOLVED resolution:OBSOLETE severity: ... Bug:293657 - "Move domain gentoo.cc to Gentoo GoDaddy account" ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Sorry for the late reply @RaminParker I’ll take a look at this today and get back to you
In my case, it seems like I solved the problem. The mistake was in the frontend. Please see here: Link to forum post