Activity - madanmeena - Rasa Community Forum
madanmeena
Jaipur
I am a software developer with .net background, very new to python ecosystem, first time creating a bot for the project I am working on.
Rasa-x ,pika-event-broker, daemonic processes are not allowed to have children
Rasa Open Source Feb 1, 2021
Since then we have moved to rasa 2.X and have not faced this issue again.
Does rules need stitched stories?
Rasa Open Source Jan 20, 2021
This post solved the issue for me, by removing the initial_value I was able to get my model stable, I was also able to get rid of stitched rules, though not all. I will update you when I have more understanding.
Rasa-x some conversation not displaying
Rasa Open Source Oct 12, 2020
I was able to resolve this, it was a syntax issue “entities”: {}, should be “entities”:
Get sender_id for facebook bot
Rasa Open Source Jul 9, 2020
In custom action you can get sender_id via tracker.current_state()['sender_id'].