### 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](https://forum.rasa.com/t/rasa-x-pika-event-broker-daemonic-processes-are-not-allowed-to-have-children/38141/4)
_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?](https://forum.rasa.com/t/does-rules-need-stitched-stories/38508/2)
_Rasa Open Source_  Jan 20, 2021

This [post](https://github.com/RasaHQ/rasa/issues/7265#issuecomment-729826992) 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](https://forum.rasa.com/t/rasa-x-some-conversation-not-displaying/35627/2)
_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](https://forum.rasa.com/t/get-sender-id-for-facebook-bot/4923/2)
_Rasa Open Source_  Jul 9, 2020

In custom action you can get sender_id via tracker.current_state()['sender_id'].
