Skype bot cannot send messages to some group from special day although it works fine before

醉酒当歌 提交于 2020-12-15 03:43:38

问题


We have implement a Skype bot using Bot Builder 4. And this bot run smoothly around 2 years. But from recent days some specify groups cannot receive proactive message from the bot. We have traced both production & development environment to narrow down issue as below:

  1. Those group cannot receive message all have format as: ...@p2p.thread.skype. When we create new group and add this bot into group (new group have format: ...@thread.skype). The message send successfully to new group.

  2. We have get source code Bot Builder 4 from Github and add to my project to debug and see below:

  • This is group send fail: fail group
  • This is group send sucessfull: sucess group
  1. We got meaningless warning from my azure portal: azure warning

I don't know if Skype bot has just changed any rules or restrictions about their service?

I am very pleased and appreciate any sharing from everyone.

来源:https://stackoverflow.com/questions/65175895/skype-bot-cannot-send-messages-to-some-group-from-special-day-although-it-works

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!