C:\Users\paranthaman\Desktop\sunday>rasa x Starting Rasa X in local mode… c:\users\paranthaman\desktop\sunday\venv\lib\site-packages\rasa\core\training\dsl.py:422: UserWarning: Found unknown intent ‘greet’ on line 2. Please, make sure that all intents are listed in your domain yaml. docs=DOCS_URL_DOMAINS, c:\users\paranthaman\desktop\sunday\venv\lib\site-packages\rasa\core\training\dsl.py:422: UserWarning: Found unknown intent ‘mood_great’ on line 4. Please, make sure that all intents are listed in your domain yaml. docs=DOCS_URL_DOMAINS, c:\users\paranthaman\desktop\sunday\venv\lib\site-packages\rasa\core\training\dsl.py:422: UserWarning: Found unknown intent ‘mood_unhappy’ on line 4. Please, make sure that all intents are listed in your domain yaml. docs=DOCS_URL_DOMAINS, c:\users\paranthaman\desktop\sunday\venv\lib\site-packages\rasa\core\training\dsl.py:422: UserWarning: Found unknown intent ‘affirm’ on line 7. Please, make sure that all intents are listed in your domain yaml. docs=DOCS_URL_DOMAINS, c:\users\paranthaman\desktop\sunday\venv\lib\site-packages\rasa\core\training\dsl.py:422: UserWarning: Found unknown intent ‘deny’ on line 7. Please, make sure that all intents are listed in your domain yaml. docs=DOCS_URL_DOMAINS, c:\users\paranthaman\desktop\sunday\venv\lib\site-packages\rasa\core\training\dsl.py:422: UserWarning: Found unknown intent ‘goodbye’ on line 2. Please, make sure that all intents are listed in your domain yaml. docs=DOCS_URL_DOMAINS, c:\users\paranthaman\desktop\sunday\venv\lib\site-packages\rasa\core\training\dsl.py:422: UserWarning: Found unknown intent ‘bot_challenge’ on line 2. Please, make sure that all intents are listed in your domain yaml. docs=DOCS_URL_DOMAINS,
Thanks @mparanthaman, this is an issue we’re aware of and working to fix. Do you only see it in the Rasa X logs? or do you also see it locally?
Hi @erohmensing,
I am seeing it locally and use cases are failing. and along with this some errors are coming:
2020-03-26 09:57:45.472248: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library ‘libnvinfer.so.6’; dlerror: libnvinfer.so.6: cannot open shared object file: No such file or directory 2020-03-26 09:57:45.472466: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library ‘libnvinfer_plugin.so.6’; dlerror: libnvinfer_plugin.so.6: cannot open shared object file: No such file or directory 2020-03-26 09:57:45.472534: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:30] Cannot dlopen some TensorRT libraries. If you would like to use Nvidia GPU with TensorRT, please make sure the missing libraries mentioned above are installed properly.
What are these? How can we resolve these?
Thanks and Regards Harsh
The tensorflow warnings you can ignore – you can follow the progress on those here:Suppress warnings related to tensorflow · Issue #5369 · RasaHQ/rasa · GitHub
Unfortunately they are coming from tensorflow and aren’t dismissable inside rasa, so we mostly have to wait for tensorflow to handle them.
Thanks @erohmensing
I think i’m having the same issue. It seems to be giving error for same intent multiple times but different line. @erohmensing
- Rasa X 0.27.3.
- Rasa 1.8.0.
- Linux (ubuntu 18.04).
Below is few lines from Rasa X Docker logs.
Intents are only once in the domain file. I have downloaded domain file, checked it and uploaded back to rasa x. Same for nlu.md.
/usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'thanks' on line 7. Please, make sure that all intents are listed in your domain yaml.
docs=DOCS_URL_DOMAINS,
/usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'askWeather' on line 2. Please, make sure that all intents are listed in your domain yaml.
docs=DOCS_URL_DOMAINS,
/usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'accept' on line 7. Please, make sure that all intents are listed in your domain yaml.
docs=DOCS_URL_DOMAINS,
/usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'accept' on line 4. Please, make sure that all intents are listed in your domain yaml.
docs=DOCS_URL_DOMAINS,
/usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'inform' on line 4. Please, make sure that all intents are listed in your domain yaml.
docs=DOCS_URL_DOMAINS,
/usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'inform' on line 2. Please, make sure that all intents are listed in your domain yaml.
docs=DOCS_URL_DOMAINS,
/usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'accept' on line 5. Please, make sure that all intents are listed in your domain yaml.
docs=DOCS_URL_DOMAINS,
/usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'greet' on line 3. Please, make sure that all intents are listed in your domain yaml.
docs=DOCS_URL_DOMAINS,
/usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'inform' on line 6. Please, make sure that all intents are listed in your domain yaml.
docs=DOCS_URL_DOMAINS,
/usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'accept' on line 2. Please, make sure that all intents are listed in your domain yaml.
docs=DOCS_URL_DOMAINS,
/usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'greet' on line 2. Please, make sure that all intents are listed in your domain yaml.
docs=DOCS_URL_DOMAINS,
/usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'thanks' on line 2. Please, make sure that all intents are listed in your domain yaml.
docs=DOCS_URL_DOMAINS,
/usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'thanks' on line 7. Please, make sure that all intents are listed in your domain yaml.
docs=DOCS_URL_DOMAINS,
/usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'askWeather' on line 2. Please, make sure that all intents are listed in your domain yaml.
docs=DOCS_URL_DOMAINS,
/usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'accept' on line 7. Please, make sure that all intents are listed in your domain yaml.
docs=DOCS_URL_DOMAINS,
Same problem when starting rasa x locally: windows 10 rasa 1.95 rasa x: 0.27.4
…UserWarning: Found unknown intent… bla bla for every intent in my stories.md
Thanks for reporting everyone, as i mentioned, this is an issue we’re already aware of and working on a fix for.
Please any update on this? I am getting this same error and I can’t use rasa shell
to try out my assistant
This unknown intent error should be completely separate from shell – @Dayaki if you’re having issues with rasa shell
please open a new topic/issue!
Any news on the fix for the issue? Currently it’s preventing me from training new models in RASA X
This is just a warning and should not prevent training. I believe this fix is awaiting a new minor release.
Interesting. Thanks!