Rasa webbot

!!! Yes but why does this happens and the bot stops? That should not be…

I guess this post was for the webchat-socket.io issue, you can open another post for the lock store issue

oh man rasa… 1) this should not bother me at this stage 2) is this the reason why the bot stops or a consequence of the stop of the bot?

…I love rasa. :joy:

@JiteshGaikwad Just for short:

  1. Rasa action server always? Why here not?

  2. does it ends because it says there is no memorised next action? and the next action is empty list? Can I prevent the bot from stopping if this is the case?

    2021-03-16 16:07:08 DEBUG rasa.core.policies.memoization - There is a memorised next action ‘action_listen’ 2021-03-16 16:07:08 DEBUG rasa.core.policies.rule_policy - Current tracker state: [state 1] user intent: greet | previous action name: action_listen [state 2] user intent: greet | previous action name: utter_greet 2021-03-16 16:07:08 DEBUG rasa.core.policies.rule_policy - There is no applicable rule. 2021-03-16 16:07:08 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_0_MemoizationPolicy. 2021-03-16 16:07:08 DEBUG rasa.core.processor - Predicted next action ‘action_listen’ with confidence 1.00. 2021-03-16 16:07:08 DEBUG rasa.core.processor - Policy prediction ended with events ‘[]’. 2021-03-16 16:07:08 DEBUG rasa.core.processor - Action ‘action_listen’ ended with events ‘[]’. 2021-03-16 16:07:08 DEBUG rasa.core.lock_store - Deleted lock for conversation ‘16669e0e13a442d8a80107ec3fe48713’.

@JiteshGaikwad look at here: Rasa default example stops listening

Hey, I followed your steps exactly and i installed 2.2.9 version of rasa but i got full blank on my index.html page

Working fine with rasa shell but i couldn’t get it on webpage

Hey, can you guide me on web chat integration. I was facing same issues that you have faced

what is it showing on console when you do inspect

I got bot chat, but i didn’t include this picture

image

man you didn’t followed everything you didn’t add your own url to the chatbot, how come you expect it to behave as you wanted

Hey, I followed everything.

Only initial message i am getting. Remaining, if enter quires i am getting response as i created

When my chatbot launching i am getting that picture… Remaining working fine - Only initial message

Okay so what I understood is you are able to run your bot properly and the greet with that picture bothers you, so that can be changed by initial payload and if you have your bot url i.e localhost:5005 in socketUrl then this shouldn’t be the case

I will try and let you know

I’m getting this error >>>>>>> net::ERR_SSL_PROTOCOL_ERROR

Which Rasa version if 2.3.4 or something downgrade socketio version to 4.6.x and engineio version to 3.6.x and this will work Update: I just rechecked the engineio version and its 3.1.x

image

I’m using these versions

Yeah, so can you tell me more above your error because of that one line error you showed I didn’t got context, if possible can you share github repo or check following files content is correct or not

  1. credentials.yml
  2. index.html (where you have added webchat script)
  3. endpoints.yml
1 Like

@Horizon733 Hey there, do you how to add custom card carousel for my webchat as I saw here

Thanks in advance!!

{
            "type": "template",
            "payload": {"template_type": "generic", "elements": [
            {
            "title": "Button1",
             "subtitle": "subtitle",
             "image_url": "https://image.freepik.com/free-vector/japan-landscape-illustration_1284-32852.jpg",
             "buttons": [
                    {
                        "title": "Your intent",
                        "payload": "/intent_name",
                        "type": "postback",
                    }
                ],
            }
        ]
}

Check if this works

Hey tide90, thanks for you help. Can you please post the pip commands which will help us to downgrade our current rasa and socketio versions. thanks in advanced!