BotBuilder-Samples icon indicating copy to clipboard operation
BotBuilder-Samples copied to clipboard

Sample (python/21.corebot-app-insights) fails due to a SyntaxError

Open sw-joelmut opened this issue 4 years ago • 0 comments

Context

For more information, see the parent issue. #3436

Sample information

  1. Sample type: Samples
  2. Sample language: python
  3. 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.

sw-joelmut avatar Aug 27 '21 17:08 sw-joelmut