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 X does not restart after `/restart` when the tracker is paused

See original GitHub issue

Rasa version:1.0.1

Rasa X version (if used & relevant):

Python version:

Operating system (windows, osx, …):

Issue: If I return ConversationPaused() from my custom_action’s run method, the bot does not restart if I enter /restart but instead predicts action_listen as the next action. But If I /restart again, it works alright.

Screenshot from 2019-07-25 18-30-46

Any reasons? Thanks,

Error (including full traceback):


Command or request that led to error:


Content of configuration file (config.yml) (if relevant):


Content of domain file (domain.yml) (if relevant):


Issue Analytics

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

github_iconTop GitHub Comments

1reaction
psds01commented, Aug 14, 2019

@MetcalfeTom Please check out the above PR.

1reaction
psds01commented, Jul 30, 2019

I will take it up. Thanks @MetcalfeTom for the source of error.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Events - Rasa
Resets the tracker. After a restart event, there will be no conversation history and no record of the restart. Automatic Tracking: When the...
Read more >
Tracker - Rasa
It lets you access your bot's memory in your custom actions. You can get information about past events and the current state of...
Read more >
Can the tracker recover conversations after a server restart?
I have a custom tracker store that persists conversations to CouchDB. The code can be found here: A Rasa tracker implementation for couchDB ......
Read more >
Pause and Resume on Rasa Forms
I have a simple and presumably common scenario when working with Rasa Forms. While the bot is going through the slots and asking...
Read more >
Post slot to event tracker is null - Rasa Community Forum
POST request doesn't seem to work but PUT does. PUT api/conversations/23/events. [ { "event": "slot", "name": "name", "value": "hello", ...
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