Closed stephanbisser closed 5 years ago
@stephanbisser are you connecting to the bot once you've deployed, or is the bot running locally?
QnA maker settings are correctly set into appsettings but the endpoint key does not handle correctly.
@hibrenda It's because the botproject(runtime) read qna.endpointkey from disk before. Now, we need to send this from composer server to botproject(runtime).
@cwhitten I connect to my local running bot as I have not deployed it yet...
Hi @stephanbisser, this should be addressed in the master
branch via https://github.com/microsoft/BotFramework-Composer/pull/1571
Thanks a lot @cwhitten working now!
Whenever I add the QnA Maker KB details to the Composer's settings in the UI, those values are not written to the appsettings.json of my bot and therefore, the QnA Maker is not reachable and I get "Object not set to instance of an object" as a bot's reply in the emulator after trying to query QnA Maker.
However, if I insert the KBid, Key and Host directly into the "Connect to QnA Knowledgebase" in the dialog, this is working...
This is the content of my bot's appsettings.json after Restarting from Composer:
Version
Application SHA - test
Browser
What browser are you using?
OS
What operating system are you using?