2

I am following the tutorial by Microsoft to create a virtual assistant chatbot with multiple bots, i.e. skills stitched together. I am trying to register a sample skill to a virtual assistant bot on Azure by running

botskills connect

but I get an error when importing the dispatch luis app virtualassistantboten_Dispatch as shown below.

Updating virtualassistantboten_Dispatch model...
Training virtualassistantboten_general…
Importing virtualassistantboten_Dispatch model...

ERROR
Failed importing latest version of virtualassistantboten_Dispatch app

chatbote
  • 141
  • 1
  • 2
  • 11
  • were you able to resolve the issue? – ranusharao Aug 13 '19 at 15:49
  • I tried this with another skill, the Calendar skill and it went fine, no error. This error happened when I was trying to register the ToDo skill with the VA. But unfortunately I still have not been able to identify what the root cause is. – chatbote Aug 13 '19 at 16:18
  • Refer to [this](https://github.com/microsoft/botframework-solutions/issues/1949) issue on GitHub which is similar to the error you are getting for ToDo Skill due to the ludown tool. – ranusharao Aug 13 '19 at 16:40
  • If I use an older version of ludown I might not get the error. If I downgrade from version 1.3.2 to 1.3.1 and retry I get the error Update available 1.3.1 -> 1.3.2. [This commit](https://github.com/microsoft/botframework-solutions/pull/2021/commits/2bbfec412ce001adf6631e3e301e75968199cf1e#diff-1b5c663f2f2ceac84299d81e37be8e7d) in Botskills lets you run botskills command without getting the "Update Available" error. But then how do I incorporate that? I did an npm install of Botskills to update it but that change was not reflected. Will I need to wait for the next publish of Botskills CLI? – chatbote Aug 13 '19 at 17:44
  • It is a known issue that ludown v1.3.2 fails to parse pattern entities and this should be fixed in v1.3.3. Please use npm install -g ludown@1.3.1 to downgrade. – ranusharao Aug 19 '19 at 16:05
  • How can I get botskills to work with the downgrade? – chatbote Aug 19 '19 at 17:47
  • Run npm install -g botskills --registry https://botbuilder.myget.org/F/aitemplates/npm/ – chatbote Aug 22 '19 at 15:58

0 Answers0