All - Activity - alebeta90 - Rasa Community Forum
Mockup tool compatible with Rasa
botfront for sure. Is more complete, because it has a Rasa instance running inside, and you could use it to deliver new content/conversation quickly. On the side of Botsoceity is just for mockup, and it is ok, in the past we had a lot of pain with exports, assigning intents and so on, but I can not…
Slack Channel - When applying delay it goes in a loop
Hi Tanja, yes it is correct, the bot loops any suggestion how can we proceed? all the best
Multiple responses against single message in FB Messenger
Hi Stephen, web have similar problem with the Slack connector Here is the link to the forum thread We had been debugging and we can see how Rasa is sending multiple times the same message. I added the logger.debug on the send_text_message function. we can see some errors coming from coroutines…
Simultaneous ReminderScheduled not working
We set the sender_id as the name, doing so, we can cancel the reminder in the future and the name keep being unique
Hi all, I had been trying to add a delay between messages send by the bot using the Slack Channel slack.py. When I do that, the bot is looping with the Hello message (this is the first bot utterance in the story). Here is the content of slack.py @staticmethod def _get_text_from_slack_but…
Hi @stephens there is any update regarding this topic? thanks
Hi @j.mosig thanks for the clarification, now all make sense and we understand its behavior better. All the best
Hi @j.mosig thanks for the answer, I think it is not a random string, at least I can see here: https://github.com/RasaHQ/rasa/blob/master/rasa/core/events/ init.py#L634 It is setting the user id as the name. that is right? then the best would be to don’t add the name in the ReminderScheduled Fun…
Hi all, I’m using Rasa 1.7.1 connected to telegram. So far the bot was working fine, recently I started receiving an error and the bot is not responding. Here the error: [2020-03-22 09:58:39 +0000] [1] [ERROR] Exception occurred while handling uri: 'http://mybot.example.com/webhooks/telegram/web…