Closed ziodave closed 1 month ago
The error happens with AdapterWithErrorHandler(CloudAdapter)
, it doesn't happen with BotFrameworkAdapter
Did you find any solution for this ?
Yes, use "BotFrameworkAdapter" instead of (a subclass of) "CloudAdapter".
Hope it helps
Github issues should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.
Version
4.16.1
Describe the bug
When used as a skill in Copilot Studio, it raises an exception:
To Reproduce
Steps to reproduce the behavior:
python app.py
Expected behavior
The app should work
Additional context
I am using bot as a skill in Copilot Studio.