microsoft / botbuilder-tools

Welcome to the Bot Framework Tools repository, which is the home for a set of tools for developers building bots with the Microsoft Bot Framework
https://github.com/Microsoft/botframework
MIT License
444 stars 262 forks source link

Issues Refreshing / Setting up Dispatcher #1391

Closed Stikemanley closed 4 years ago

Stikemanley commented 4 years ago

Information:

Issue Description:

I'm unable to refresh a dispatcher. I'm able to export all models as json files and import, train, publish them with no issues. Yet I always fail to refresh the dispatcher with the message "Failed importing latest version of Dispatch-UAT-Model app"

When I go to recreate the dispatcher with dispatch init -n XXX --luisAuthoringKey XXX --luisAuthoringRegion XXX It asks for a bot secret, which I thought dispatch would create for me upon creation of a new dispatcher...

Commands Example:

Expected Behavior:

I expect to have the Dispatcher refresh fine. I'm able to import the last completed Dispatch.json file from the last time this command worked. I can't find any issues with any of the models and I'm not getting any good debug.

For creating a new dispatcher I would expect a new dispatcher to be created and for it to provide the bot secret. Not for it to prompt me for a bot secret

tsuwandy commented 4 years ago

@stikemanley, are you using bot file with dispatch cli? It should only prompt for bot secret if used with an encrypted bot file. Would you mind sharing your .dispatch file to tiens@microsoft.com so I could investigate the import failure?

a-b-r-o-w-n commented 4 years ago

Closing due to inactivity.