Closed Stikemanley closed 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?
Closing due to inactivity.
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