-
Notifications
You must be signed in to change notification settings - Fork 528
Update activity after migration to 0.8 is not working #3393
Comments
Thanks @tommyJimmy87 for reporting this issue, we are still reviewing it. As soon as we have any update we will be back to you 😊! |
Hi @tommyJimmy87, I need you to give an extra repro steps of what you're doing in order to figure out what's wrong as we couldn't reproduce the issue that you are facing.
Here is the branch with our latest changes that we made to reproduce this issue. EnvironmentRepro steps
We will be attentive to your answer! |
Hi @Batta32, will try to answer your questions :
This will call the VA endpoint (this is working) which should then update the activity. The call comes into the
Let me know if you need more context, meanwhile, maybe I can try this out also on your branch and check if I have the same error. |
Hi @Batta32, I tested it from the branch you are using to test. I created a fork here: https://github.com/tommyJimmy87/botframework-solutions/tree/feature/southworks/conversationid-issue
This is the actual error I'm getting from the
Which is the same I get in my project.
|
Great @tommyJimmy87 ! We will review it with this new information, thank you very much 😊. |
Hi @tommyJimmy87! We successfully reproduced the scenario using your latest changes and the mentioned repro steps. We will continue researching about this issue. As soon as we have any update, we will back to you 😊. We tested the connection between the VA & Skill bots detecting the same issue when the skills sends the activity information to the VA |
Hi @DiegoCardozo94, Thanks for the update. Do you have any idea when this might be released? Thanks |
Hi @tommyJimmy87, sorry for the delay. We managed to validate that this issue happens in C# as well so it appears not to be related to TypeScript only. We found some many related issues:
Last but not least, we validated the following scenarios using the mentioned steps:
@darrenj, we replicated this issue using C# bots too. Our test environment:
Our repro steps:
The Virtual Assistant will throw an exception when trying to update an activity TypeScript Skill successfully running in Microsoft Teams Channel, updating the card which was previously sent |
Hi, microsoft/botframework-sdk#5919 has nee addressed on all 3 supported languages, you can try if that solution helps using one of the daily builds starting tomorrow. |
Hi @Batta32, here it's something that you have to update first right? It's not something I can try already? |
Hi @tommyJimmy87! Yes, we will be validating what @gabog mentioned for TypeScript and C#. We will be updating this branch adding the last updates and incorporating the botbuilder-v4-js-daily daily build of the SDK that contains the microsoft/botbuilder-js#2489 and microsoft/botbuilder-dotnet#4264 . As soon as we have any update, we will back to you 😊. |
Hi @tommyJimmy87, we successfully confirmed that applying the changes of microsoft/botbuilder-js#2489 in the Check this commit in order to identify the changes that you should apply in your @darrenj & @gabog - we successfully validated the changes of microsoft/botbuilder-dotnet#4264 using C# bots too. Our test environment:
Repro steps:
More detailsChanges made on the processActivity method of testSkillHandler TypeScript Virtual Assistant successfully running in Microsoft Teams Channel, updating the card which was previously sent We will be attentive to your answer! |
Hi @Batta32, thanks for the update, we will try this out asap. Just one question from my side: is any library version changed or it's just the commit you posted above? Thanks |
@tommyJimmy87 - Just the commit we've posted above! |
Hi again @Batta32 :) Also this one looks like solved! I will do some more deep tests tomorrow but seems to be ok with the changes in the Test Skill Handler class you provided. Thanks! |
Thanks @tommyJimmy87! As soon as you can confirm this, we can close this issue 😊. |
Hi @Batta32! We can gladly close this issue :) |
Thanks @tommyJimmy87 for confirming this! @darrenj - we can close this issue as it was solved by the SDK team! |
What project is affected?
Virtual Assistant Project and Skill Project.
What language is this in?
Typescript.
What happens?
From MS Teams Channel, when trying to update an activity from a Skill, the Virtual Assistant will error out.
What are the steps to reproduce this issue?
updateActivity
function is not implemented in the provided "SkillHandler")onUpdateActivity
:and the
updateActivity
function looks like this:SkillHandler
declaration :What were you expecting to happen?
The Card is updated in Teams
Can you share any logs, error output, etc.?
The error is shown when the VA tries to update the activity from the previous described function
onUpdateActivity
.Any screenshots or additional context?
Channel Teams
The text was updated successfully, but these errors were encountered: