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.

rasa data validate causes error with "action_two_stage_fallback"

See original GitHub issue

Rasa Open Source version

3.0.0

Rasa SDK version

No response

Rasa X version

No response

Python version

3.8

What operating system are you using?

OSX

What happened?

When using the two-stage fallback, I get the following error when running rasa data validate

UserWarning: The form ‘action_two_stage_fallback’ is used in the ‘Activate two stage fallback’ block, but it is not listed in the domain file. You should add it to your domain file!

I have this in my rules:

version: “3.0” rules:

  • rule: Activate two stage fallback steps:
  • intent: nlu_fallback
  • action: action_two_stage_fallback
  • active_loop: action_two_stage_fallback

Command / Request

rasa data validate

Relevant log output

No response

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
cqx931commented, Jul 5, 2022

@ancalita thank you for pointing this bugfix. rasa data validate does work without problem now but the bot still hangs with the same key error in 3.2.1. Please see the ticket: https://github.com/RasaHQ/rasa/issues/11294

2reactions
ancalitacommented, Jul 27, 2022

Fix released in version 3.1.3 and 3.2.1

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fallback and Human Handoff - Rasa
The Two-Stage Fallback is made to handle low NLU confidence in multiple stages ... This action causes the bot to utter the utter_default...
Read more >
Fallback action is not getting triggered - Stack Overflow
Since you only have two intents, they will be predicted with higher confidences than if you had more intents. This in general shouldn't...
Read more >
rasa-addons - PyPI
In cases when intent confidence scores in parsed data are such that would cause both policies to trigger, only fallback policy is trigerred....
Read more >
CHANGELOG.mdx · Gitee 极速下载/rasa - Gitee.com
[#7235](https://github.com/rasahq/rasa/issues/7235): Slots that use `initial_value` won't cause rule contradiction errors when `conversation_start: true` is ...
Read more >
THE RASA MASTERCLASS HANDBOOK - HubSpot
Chapter 2: Creating NLU Training Data ... Set up the Custom Action Server ... In the Rasa Masterclass, we'll be focused on building...
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