Getting this error Core training was skipped because no valid domain file was found

Core training was skipped because no valid domain file was found. Only an NLU-model was created. Pleas e specify a valid domain using the ‘–domain’ argument or check if the provided domain file exists.

@insightskillz Hi, you need to check the domain file syntax using http://www.yamllint.com and need to mention the intent and action. Further, can you share the full error, it is very hard to tell without seeing the full screen or error or run rasa in debug mode?

@insightskillz can I request that you re-formatted the second last post for me, look like paragraph to me and hard to understand the code. @insightskillz how you running the rasa x, which command you using? is this query related to rasa open source or rasa-x? or you using rasa shell --debug?

version: “2.0”

intents:

  • affirm
  • deny
  • greet
  • thankyou
  • goodbye
  • search_kioks
  • search_agents
  • compare_reviews
  • bot_challenge
  • nlu_fallback
  • how_to_get_started
  • help
  • open_dispute
  • open_agent_account
  • get_pin
  • open_dispute
  • search_agent_location

entities:

  • name
  • pin
  • account

slots: kioks: type: list influence_conversation: false

venues: type: list influence_conversation: false betting_preference: type: bool influence_conversation: true

responses:

utter_greet:

   -   text: "Hello! ?"
           buttons:
    - title: "1"
      payload: '/inform{{"Agent":"Agent Id"}}'
   
     - title: "oniare"
      payload: '/inform{{"Customer":"Ticket_pin"}}'

utter_goodbye:

- text: "Goodbye :("

utter_default:

  -  text: "Sorry, I didn't get that, can you rephrase?"

utter_youarewelcome:

   - text: "You're very welcome. "

utter_iamabot:

   - text: "I am a ."

utter_get_pin:

- text: "Kindly enter your ticket pin"

utter_get_started:

 - text: "I can help you find your last transaction history and for anyother?"

utter_open_dispute:

 - text: "Do you want to speak with a customer rep?"

utter_awesome:

- text: "Awesome! You can ask me things like \"How can i play a game\" or \"Who is eligible to play the game\""

utter_help:

 - text: "I can help you open a service request ticket, or check the status of your transaction;.
                \nYou can ask me things like:"

utter_open_agent_account:

  - text: "Are you an Agent or a user? else enter your agent pin or user pin"

actions:

  • action_search_kioks
  • action_search_agent_location
  • action_show_venue_reviews
  • action_set_betting_preference
  • action_open_dispute_form

session_config: session_expiration_time: 60 # value in minutes carry_over_slots_to_new_session: true

I used rasa open source shell. I only remote to run rasa x i don’t run it locally…

@insightskillz thanks for the format, now what is the issue you facing, whilst running rasa and rasa action server, were you able to chat and get the response?

Just rasa shell

@insightskillz what is your issue, I’m not getting you.

@insightskillz I am trying to understand your error but I am unable to? what you trying to archive mate and what is your actual error? you only using NLU model? and you sharing only limited screenshot, please elaborate more about your issue.

Hello Nik

Hello Nik, I hope i didn’t say anything out of place.

@insightskillz mate, what do you mean by out of place, I am here to help you ok.

Your silence got me scared eodor02@gmail.com. Thanks for your time…

ok thanks

@insightskillz I’m waiting :slight_smile:

@insightskillz

For Rasa Courses:

  1. [Official] Rasa Certification Workshop
  2. Rasa Advanced Custom Actions, Forms, & Responses Workshop
  3. Rasa Advanced Deployment Workshop
  4. [Free] Rasa for Beginners

Even see rasa youtube channel.

Some projects:

Thanks for the insight

@insightskillz no worries :slight_smile:

Hello Nik, hope your day is going well. I tried installing rasa x in a virtual machine via google app engine and i am getting this error

 100 1911k  100 1911k    0     0  13.9M      0 --:--:-- --:--:-- --:--:-- 14.0M
Collecting pip

Using cached pip-21.2.4-py3-none-any.whl (1.6 MB) Installing collected packages: pip

Attempting uninstall: pip

Found existing installation: pip 21.2.4
 Uninstalling pip-21.2.4:
  Successfully uninstalled pip-21.2.4
Successfully installed pip-21.2.4
  WARNING: Running pip as the 'root' user can result in broken permissions and conflicting 
behaviour with the system 

 package manager. It is recommended to use a virtual environment instead: 

https://pip.pypa.io/warnings/venv
Requirement already satisfied: ansible in /usr/local/lib/python3.8/dist-packages (4.4.0)
Requirement already satisfied: ansible-core<2.12,>=2.11.3 in /usr/local/lib/python3.8/dist- 
packages (from ansible) 
(2.11.4)
 Requirement already satisfied: resolvelib<0.6.0,>=0.5.3 in /usr/local/lib/python3.8/dist- 
 packages (from ansible-cor
e<2.12,>=2.11.3->ansible) (0.5.4)
Requirement already satisfied: packaging in /usr/local/lib/python3.8/dist-packages (from 
ansible-core<2.12,>=2.11.3
->ansible) (21.0)
Requirement already satisfied: jinja2 in /usr/lib/python3/dist-packages (from ansible- 
core<2.12,>=2.11.3->ansible) 
(2.10.1)
  Requirement already satisfied: PyYAML in /usr/lib/python3/dist-packages (from ansible- 
 core<2.12,>=2.11.3->ansible) 
 (5.3.1)
 Requirement already satisfied: cryptography in /usr/lib/python3/dist-packages (from 
ansible-core<2.12,>=2.11.3->ansible) (2.8)
 Requirement already satisfied: pyparsing>=2.0.2 in /usr/local/lib/python3.8/dist-packages 
 (from packaging->ansible-
  core<2.12,>=2.11.3->ansible) (2.4.7)
  WARNING: Running pip as the 'root' user can result in broken permissions and conflicting 
  behaviour with the system 
  package manager. It is recommended to use a virtual environment instead: 
  https://pip.pypa.io/warnings/venv
  Installing docker role
  Starting galaxy role install process
  [WARNING]: - angstwad.docker_ubuntu (v3.9.0) is already installed - use --force to 
   change version to unspecified
   Docker installed
   Downloading Rasa X playbook
   Running playbook
   PLAY [Install Rasa X] 
   *********************************************************************************************

@insightskillz do you have a root permission etc?