Closed tariksetia closed 7 years ago
This seems similar to https://github.com/Microsoft/BotBuilder/issues/3557
I also created a new bot service with vanilla Luis intelligence bot, put my Microsoft credentials in code using online code editor, added bot to Skype....But it also didn't work.... facing same behavior on skype
This got fixed
Download [https://go.skype.com/skype.preview.download]. Install it. If you are using windows 10, set compatibility mode to Windows 8. In the left side bar, you will see your bot. Right click the bot and add to contact. This "add to contact" was not available is my default Windows 10 Skype.
Now the bot status might be offline, but you can chat with it.
Bot Info
Issue Description
Bot is deployed on skpe channel. When I add it to contact....it show offline and does not reply. The bot is replying in Cortana and Azure WebChat
Code Example
github = https://github.com/tariksetia/chatops.git
Reproduction Steps
git init
git remote add origin https://github.com/tariksetia/chatops.git
git pull origin master
npm install
Expected Behavior
It should say : Hi! Whats your name?
Actual Results
In Skpye Windows (Broken)
In Skype -Mobile (Broke but messaging is disabled)
In WebChat/Azure (working)
Cortana (Working)