Rasa X does not restart after `/restart` when the tracker is paused
See original GitHub issueRasa 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.
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:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@MetcalfeTom Please check out the above PR.
I will take it up. Thanks @MetcalfeTom for the source of error.