Forum Discussion
Images sent by chat bot not shown after Teams update
I get the following errors in the console:
ERR_CONNECTION_TIMED_OUT, ERR_CONNECTION_ABORTED
The images are not sent as AdaptiveCards (at least not explicitly), but rather as base64 encoded string attachment like in this example (_get_inline_attachment):
https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-howto-add-media-attachments?view=azure-bot-service-4.0&tabs=python
Adaptive cards with tables etc. work fine, except for the timeout error in the login card.
I attached the json response using bot framework emulator.
I'll send the bot id in a private message.
Bertrand_Kerres - We have tried ourselves in the same version and we are not facing any issue. Could you please confirm, if your colleagues having same version, for them it's not working?
We are looking into the bot logs, I will update you if I find any.
Have you tried signing out and login back? (it might solve the issue)
Thanks