-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document that ReminderScheduled doesn't work for certain channels #4340
Comments
I could reproduce the issue with the formbot example. The |
Setting the log level to debug for all libraries gives you the following output:
This is after the |
Same issue on |
When I add the logger to the
and then nothing happens. As Tanja pointed out, there is probably something blocking the event loop. |
The problem seems to be the command line, because it works just fine within Rasa X, whereas if I run on
after waiting for a bit for the reminder to trigger. |
I think the problem is that reminders don't work for certain channels (same as for the external actions / intents) |
Changing this to a docs issue then. |
@wochinge If we only document that this doesn't work, how should people test reminders and external events if they also are not supposed to run |
@JEM-Mosig are you handling documenting which channels don't work in your PR? |
I mean their are plenty of other channels available where reminders work with, right? |
It is not clear to me how I could run |
Not with |
rasa 1.2.4
rasa-sdk 1.2.0
Python 3.6.5
Operating system: Ubuntu
I defined an action to reset the value of a couple of slots. These slots were filled by a form action (like restaurant_form). I want to reset these slots, two minutes after someone filled the form. I used ReminderScheduled to call my action. But nothing happened. Is there something wrong?
The text was updated successfully, but these errors were encountered: