BotBuilder-Samples
BotBuilder-Samples copied to clipboard
Sample (python/21.corebot-app-insights) fails due to a SyntaxError
Context
For more information, see the parent issue. #3436
Sample information
- Sample type: Samples
- Sample language: python
- Sample name: python/21.corebot-app-insights
Describe the bug
Bot deployed to Azure did not respond and throws SyntaxError: invalid syntax => future = tasks.async(future, loop=self) when inspecting the Azure logs.
| Bots | Status |
|---|---|
| samples/python/21.corebot-app-insights | • Fails due to, SyntaxError: invalid syntax => future = tasks.async(future, loop=self). |
Expected behavior
Being able to communicate with the bot in Azure
Actual behavior
Throws SyntaxError: invalid syntax => future = tasks.async(future, loop=self) when communicating with the bot.