Bot Builder C#, version : 3.15.3 Net Framework : 4.7
Azure Web Application / Channel Bot Registration
My bot show 'Sorry, my bot code is having an issue' when i use a global message handlers (Scorable) after a no use for long time.
I have 2 global message handlers they was : cancelScorable and HelpScorable.
I'm using those article to build my handlers :
https://learn.microsoft.com/en-us/azure/bot-service/dotnet/bot-builder-dotnet-global-handlers?view=azure-bot-service-3.0 https://learn.microsoft.com/en-us/azure/bot-service/dotnet/bot-builder-dotnet-scorable-dialogs?view=azure-bot-service-3.0
I know this article : How to avoid "Sorry, my bot code is having an issue" in Microsoft Bot Framework But it's not what i'm looking for i have already implemented the "LogIfException());" on my root dialog. Asking if exist a same way to handling or logging exception provided by the scorable dialogs.
In the picture you can view the 2 call to my reset scorable /reset and you can see after 4hours of inactivity the exception apears :
Edit : I have the same message with the use off existing framework scorable ==> /deleteprofile
Edit : For information thoses exception apears on teams channel, curently i'm trying to reproduce thoses on WebChat, DirectLine in a small project with the use off sample Bot Builder Application.