Botframework-solutions: Botconnect skills command isn't updating VA's Luis app

Created on 25 Jun 2020  路  7Comments  路  Source: microsoft/botframework-solutions

Virtual Assistant

csharp

After running the botconnect skills command, I can't trigger EmailSkill from the VA

1) Deploy Email Skill 2) Deploy VA 3) Run the Botconnect localManifest command

I want to be able to trigger emailskill from VA

Botconnect

After connecting the botskills command, I don't see any changes to my Luis dispatch app.

Needs Triage Bug

Most helpful comment

Hi,

Thanks! It worked after changing the version.

All 7 comments

Thanks @DishaAgarwal for reporting this issue. We will be reviewing this and we will back to you ASAP!

Hi @DishaAgarwal - sorry for the delay.

To resolve the issue you have to follow these steps:

  1. Install the needed .NET Core runtime version (2.1.0).
  2. Run the botskills connect command and see the results.

The problem happens because, as the attached image points, you have the .NET Core runtime 3.1.5 version and Dispatch needs .NET Core runtime 2.1.0 or higher but less than 3.0.0.

image

Last but not least, you can check your .NetCore runtimes excecuting dotnet --list-runtimes

Hi,

Thanks! It worked after changing the version.

Awesome! I'll close this issue.

Hi @Batta32 , Just wanted to confirm when support for .NET Core Version 3.1.5 be available for botconnect command?

Hi @DishaAgarwal, botskills internally executes botdispatch which is the tool that needs .NET Core 2.1.0. or higher but less than 3.0.0.

It is planned to migrate botdispatch to botframework-cli, so we expect that botdispatch continue using the same supported .NET Core versions until the tool is migrated to botframework-cli.

image

@Batta32, Thanks for the update!

Was this page helpful?
0 / 5 - 0 ratings