Botframework-webchat: setImmediate

Created on 15 Nov 2019  路  9Comments  路  Source: microsoft/BotFramework-WebChat

Screenshots


Version

4.0

Describe the bug

I have a Adaptive card where we are dispalying some content and two Submit button as following:

"actions": [
{
"type": "Action.Submit",
"id": "yesid",
"title": "Yes",
"data": "Yes"
},
{
"type": "Action.Submit",
"id": "noid",
"title": "No",
"data": "No"
}

We tested our end and when ever we are clicking on Yes butoon , webchat is sending "Yes" as the string to the server:

image

But for some of the users when they click on yes button the webchat is sending some wierd message as following:

image

Because of the above our entire functionality get broken. Please elaborate.

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

Additional context

[Bug]

Bot Services Bug customer-replied-to customer-reported needs-repro

All 9 comments

@compulim could you take a look at this one?

@vikramdadwal I'm not able to reproduce this issue. What version of Web Chat are you using - there isn't a v4.0?

its 4.6.0

You can try clear cache at client side (user's machine) then it will resolve this problem.
It happens when we change/modify script used on BOT.

  • Try steps below
  • Open BOT on chrome, F12 then disable cache
  • Reload then it should work

@vikramdadwal can you try @ankitvarmait's recommendation? I'll continue to investigate this.

@vikramdadwal Any more info you can provide? Were you able to try the recommendation?

Closing due to inactivity.

@corinagum we are still investigating this issue, so we are not ready to close it yet.

Closing due to inactivity.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Kellym-Kainos picture Kellym-Kainos  路  4Comments

corinagum picture corinagum  路  3Comments

AndreMantas picture AndreMantas  路  4Comments

filipjakov picture filipjakov  路  4Comments

Stardox picture Stardox  路  3Comments