WARNING rasa.nlu.training_data.formats.markdown_nlg - Skipping line 4. No valid command found. Line Content: 'you don't see the one ...'

Hi all!

I’m just starting with rasa and I went through the tutorial “Building a simple FAQ assistant”. I don’t know why, but I’m getting this warning:

2020-03-04 00:40:25 WARNING rasa.nlu.training_data.formats.markdown_nlg - Skipping line 4. No valid command found. Line Content: ‘you don’t see the one you’re looking for, you can always create a custom connector by following’ 2020-03-04 00:40:25 WARNING rasa.nlu.training_data.formats.markdown_nlg - Skipping line 5. No valid command found. Line Content: ‘this guide.’

It comes from the file ‘responses.md’ which contains the following:

## ask channels
* faq/ask_channels
  - We have a comprehensive list of [supported connectors](https://rasa.com/docs/core/connectors/), but if
    you don't see the one you're looking for, you can always create a custom connector by following
    [this guide](https://rasa.com/docs/rasa/user-guide/connectors/custom-connectors/).

## ask languages
* faq/ask_languages
  - You can use Rasa to build assistants in any language you want!

## ask rasa x
* faq/ask_rasax
 - Rasa X is a tool to learn from real conversations and improve your assistant. Read more [here](https://rasa.com/docs/rasa-x/)

When I test it using “rasa shell” I get only the first line of the response:

Bot loaded. Type a message and press enter (use '/stop' to exit): 
Your input ->  what channels do you support?                                                                                                                                                                           
We have a comprehensive list of [supported connectors](https://rasa.com/docs/core/connectors/), but if

I’m using Python 3.7 and Rasa 1.7.0 because 1.8.0 doesn’t work on Mac either.

hey @jmorenobl, I had setup Rasa 1.8.0 on mac, I also faced some issues while installing rasa 1.8.0 because of some version issues of tensorflow-addons so I tried below command for installing rasa 1.8.0 and it worked for me:

pip3 install --upgrade tensorflow-addons rasa

:slight_smile:

Thanks @JiteshGaikwad!! Looks good now! But I’m still facing the problem with this entry in responses.md:

ask channels

  • faq/ask_channels
    • We have a comprehensive list of supported connectors, but if you don’t see the one you’re looking for, you can always create a custom connector by following this guide.

It works if it’s in one line but it doesn’t if it’s splitted in several ones.

Hey @jmorenobl, entity extraction doesn’t supports in Retrieval Actions i.e responses.md it’s only for FAQ stuff.