OfficeDev / microsoft-teams-faqplusplus-app

DEPRECATED - This repository contains a deprecated version of the FAQ Plus app template. Please see the README file for more details and a link to the new repository
MIT License
48 stars 49 forks source link

I followed all the steps, but the bot is not working. Don't know what the problem is. #76

Open tgurgel27 opened 5 years ago

tgurgel27 commented 5 years ago

The app was created successfuly but the bot doesn't seem to be working

QnA Plus error

GeorgianaMihaela commented 4 years ago

Hello @tgurgel27

In your print screen, I see that you do not receive reply from the bot in teams.

I would have a few suggestions:

  1. what is the outcome if you press on + to create a new chat with the bot and paste the bot ID? Do you get reply?

  2. If you still do not, could you have a look at the suggestions in this issue https://github.com/OfficeDev/microsoft-teams-faqplusplus-app/issues/78?

Basically, to troubleshoot, you would need to download the code, run it locally, test in the emulator (debug it actually) and understand where it stops.

Hope this helps.

jsuddsjr commented 4 years ago

After debugging the bot code locally, I always get a 401 error when it processes the request. Do we need an auth header, and how do I ensure the bot is authenticated?