question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

NameError: Cannot access action '', as that name is not a registered action for this domain. Available actions ar

See original GitHub issue

Rasa Core version: 13.3

Python version: 3.6.5

Operating system (windows, osx, …): ubuntu

Issue: NameError: Cannot access action ‘’, as that name is not a registered action for this domain. Available actions are: I’m added all the actions in the yml file but all time it gives me above type of error

Content of domain file (if used & relevant):

slots:
  information:
    type: text

intents:
  - greet
  - bye
  - information
  - default

entities:
  - details
templates:
  utter_greet:
    - 'hello how can i help you!!!'
  utter_bye:
    - 'GoodBye'
  utter_ask_information:
    - 'what type of information you wants'

actions:
  - utter_greet
  - utter_bye
  - utter_ask_information
  - utter_details

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
quest4nextcommented, Sep 4, 2019

Just in case if any one still faces this issue, make sure there are no other files in your data folder except the ones which you’re used for training. This should fix your issue.

0reactions
eduardobrighamcommented, Apr 28, 2020

quest4next replied to you correctly. check your Data folder. no other files should be there excep your nlu training file

Read more comments on GitHub >

github_iconTop Results From Across the Web

Rasa train gives "NameError: Cannot access action ...
Rasa train gives "NameError: Cannot access action 'action_facility_search', as that name is not a registered action for this domain" error.
Read more >
python 3.x - Rasa Core - Can not access action templateName ...
Rasa Core - Can not access action templateName, as that name is not a registered action for this domain ; "Would you like...
Read more >
Registering a new domain - Amazon Route 53
If you're already using Route 53, in the navigation pane, choose Registered domains. Choose Register domain, and specify the domain that you want...
Read more >
Domain Name System (DNS) Parameters
TYPE Value Registration Date Reserved 0 2021‑03‑08 A 1 NS 2
Read more >
Cybersquatting: What It Is and What Can Be Done About It - Nolo
a domain name is identical or confusingly similar to a trademark or service mark in which the complainant has rights; the domain name...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found