BotFramework-Composer icon indicating copy to clipboard operation
BotFramework-Composer copied to clipboard

Unable to connect to COGNITIVE SERVICE (not a valid CLU subscription key.)

Open vivekospyn opened this issue 1 year ago • 2 comments

[06:56:09 PM]->conversationUpdate [06:56:10 PM]<-messageWelcome to your bot. [06:56:10 PM]POST200/v3/conversations/be987a4b-c250-xxxx865422ccc%7Clivechat/activities/58635998-8xxx-6d345e6896f9 [06:56:10 PM]<-traceBot State [06:56:10 PM]POST200/v3/conversations/be987a4b-c250-4b48-9222-a87865422ccc%7Clivechat/activities/58635998xxxx5e6896f9 [06:56:10 PM]POST200/v3/directline/conversations/be987a4b-c250-4b4xxxxx865422ccc%7Clivechat/activities [06:56:12 PM]<-message"xxxx" is not a valid CLU subscription key. [06:56:12 PM]POST200/v3/conversations/be987axxxxx422ccc%7Clivechat/activities/09d9d9a0-xxxx284a31ed [06:56:12 PM]POST500/v3/directline/conversations/be987a4b-xxxxx87865422ccc%7Clivechat/activities An error occurred posting activity to the bot. Internal Server Error

vivekospyn avatar Jan 02 '25 05:01 vivekospyn

Yes, I am also facing same issue!

manish-chi avatar Apr 02 '25 12:04 manish-chi

We are also facing this issue. Regenerated CLU key is 84 characters long and not parsing as guid.

I think the issue is that the keys generated now are encrypted ala the Azure AI Encryption services, and the bot component code is expecting a guid to send not the longer encrypted string. Which is not great because the bot component stuff is archived now as of Jan 2025.

Absynthesis avatar Apr 12 '25 13:04 Absynthesis