The error message "***......................................***AAaACOGrIXB” is not a valid CLU subscription key" suggests that the subscription key you are using to connect your CLU project with the Bot Framework Composer is incorrect or invalid. Here are a few steps you can take to troubleshoot this issue:
- Verify the Subscription Key: Ensure that you are using the correct CLU subscription key. You can find this key in the Azure portal under the Keys and Endpoint section for your Language resource.
- Update appsettings.json: If you are using the Core Bot sample, make sure that the
CluAPIKey
in yourappsettings.json
file is set correctly with the valid subscription key. - Check Configuration: Ensure that the
CluProjectName
,CluDeploymentName
, andCluAPIHostName
are also correctly configured in your settings file. - Test the Connection: After updating the settings, try running the bot again in the emulator to see if the issue persists.
By following these steps, you should be able to resolve the connection issue between your CLU project and the Bot Framework Composer.
References: