Skype chatbot not updating to latest publish

南笙酒味 提交于 2019-12-20 05:47:23

问题


I'm having trouble with microsoft chatbot on skype. The chatbot on skype not updating to latest bot I published from the visual studio. Here some screenshot of that.

Emulator Version (The right one, the test chatbot from the developer portal is the same response as this)

The skype version (The response is from my old version of chatbot script)

This is the ngrok inspection (all 200, In other word it's getting to the server, though it's wrong)

The AppID is e1425cb5-f16e-4c64-80d7-82b29d742268 and I've tried it from azure, too. The response is the same and for additional information the channels are not yet published + skype is up to date. Anyone get this strange bug too?

EDIT 1: Additional Information

After I use some breakpoint. The skype and emulator both catch the breakpoint on this one.

The strange things is, the skype one catch on this scripts (SimpleDialogFxm) which is my old one.

While the emulator one is catch on the right scripts (SimpleDialogue).


回答1:


Try sending a /deleteprofile message to the Skype bot. It might be possible the the Skype bot is relying on the dialog state.

By sending that message you will force the bot to delete all the information in the data bags.




回答2:


I had similar issues. The solution was to remove the bot from Skype contacts list and add again.
Also note, that the bot is not updated on Skype when we change it's name, profile picture or description. Seems it's a bug.



来源:https://stackoverflow.com/questions/42198776/skype-chatbot-not-updating-to-latest-publish

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