4.4.0 (macOS 10.14.4)
Not able to open my Bot File.
Steps to reproduce the behavior:
Being able to debug my Bot
An Error occurred opening the Bot at [Path] Error: [confirmAndOpenBotFromFile] Error while calling browserForBotFile: No secret provided to decrypt encrypted bot.
Hi @enKoding. I'm seeing similar behavior around the Emulator's mechanisms to encrypt .bot files using this secret. We will take a look at this first thing. Thanks for your patience as we address this.
Unencrypted .bot files don't appear to be affected.
The issue is due to the need to bump the Emulator's dependency on botframework-config to version 4.4.0. This change is in flight.
Is this a change I can apply my self for now ? If so, How ?
@enKoding it may be 24 - 48hrs until this change is available in a packaged version. If you're familiar enough with git workflows and wanted to build the Emulator from source by cloning, installing, and running the Emulator in a development mode, the change is on this branch:
https://github.com/Microsoft/BotFramework-Emulator/pull/1521
Most helpful comment
The issue is due to the need to bump the Emulator's dependency on
botframework-configto version4.4.0. This change is in flight.