2
votes

I'm following this Microsoft-teams tutorial for a simple bot. I'm running it using VScode in local mode. It's working in bot emulator. Here is a screenshot of that. enter image description here

But It's not working when sideloaded as an app for Microsoft teams. I'm able to send the messages but the bot is not replying back. enter image description here

What I'm missing here?

1
Any error logged in dev.botframework.com ?Nicolas R
Microsoft has migrated the dev.botframework to azure bot service. Can you tell me how to get the logs from azure bot service?pauli
Which all channels are added for this bot? Could you please try adding Skype channel once and see if bot responds to your query in Microsoft Teams?Wajeed-MSFT
sorry for the logs @ashwinids, as I only have bots created with Bot SDK I don't have migrated them yet (it is not possible currently for those bots)Nicolas R
@Wajeed-MSFT This bot uses a ms-teams lib, so I have added only Teams channel other than web chat. While testing with azure online bot test it works only in web chat channel.pauli

1 Answers

0
votes

There is currently a bug in our bot registration code that is causing this. We are currently investigating its root cause.

As a workaround, add the Skype channel and the MS Teams channel to the bot.

Update: This is no longer a requirement. This is fixed.