microsoft / BotFramework-Composer

Dialog creation and management for Microsoft Bot Framework Applications
https://docs.microsoft.com/en-us/composer/
MIT License
868 stars 372 forks source link

is:issue is:open Won't let me installMicrosoft Bot Componet Recognizers.CLU Recognizer #9699

Closed Butcheva closed 7 months ago

Butcheva commented 7 months ago

Describe the solution you'd like

Describe alternatives you've considered

Additional context

OEvgeny commented 7 months ago

@Butcheva what's the error message shown? Could you provide reproduction steps?

sijonjas commented 7 months ago

I am also have issue with installing the package

sijonjas commented 7 months ago

Hi @sijonjas, I have a same issue not let me install the CLU, tried different version of the CLU. This is an error that I get :

If this problem persists, please file an issue on GitHub Details A problem occured during the install of this Component: Error certificate has expired Could not merge components Thank you for your help. I need a fix for this as I am working on my project and deadline is close. Thank you

OEvgeny commented 7 months ago

@sijonjas, @Butcheva please use the nightly release instead of stable. Certificate issue is fixed there

midhunkalathilapipeople commented 7 months ago

Hi @OEvgeny , I tried the same, Still getting same error!!!

A problem occured during the install of this Component: Error certificate has expired Could not merge components

OEvgeny commented 7 months ago

@midhunkalathilapipeople are you using the latest nightly build, if so, that's the number? Are you using NodeJS or .Net bot? In case you're using NodeJS bot, what's the NodeJS version you have installed?

midhunkalathilapipeople commented 7 months ago

Hi @OEvgeny ,

Thank you for the quick replay ,

I tried with nightly version (2.1.3) as well but , With that the package explored didn't list the package "Microsoft.Bot.Components.Recognizers.CLURecognizer".

I am creating a empty bot using .NET.

One thing i notice that i am getting the same error even i open the package manager

image

OEvgeny commented 7 months ago

@midhunkalathilapipeople got it.

I think 2.1.2 doesn't work due to the issue with certificates fixed later in our nightly releases. I encourage you to fill the new issue you faced with 2.1.3 with clear repro steps.

Please follow our issue guidelines and the issue template, thanks in advance!