when i check the rasa logs which come through this command -
rasa run --enable-api -m models/dialogue -m models/nlu/current --debug --endpoints endpoints.yml --cors “*”
i dnt get any log of “action_restart”
can u plz help me how to check whether action_restart is even called or not ?
Hlo Saurabh-m523
I have given u the logs i am getting .
U can see there are three slots {id , my_id , save_id}.
initially , my_id and save_id are filled wuth value “vi.kumar”
but afterwards ther are filled to none
U told me there must be an “action_restart” action which is running
i cant see any kind of log related to this
For your information ,
in my actions.py file and in stories i have nowhere set my_id and save-id to None
but still my slots are getting none
kindly help
I’m not an expert but I have a few suggestions for debugging this:
Here, why the sender id is changing in between conversation? What channel are you using for communication?
Also based on this log, I think you are using SQL tracker store. If so, then just as an experiment, could you please try disabling the tracker store and then see if you still get the same error?