-
Notifications
You must be signed in to change notification settings - Fork 527
Error while running connect/update using botskills CLI #3057
Description
What happens?
When I try to connect/update a skill to the main VA Bot using botskills connect/update, I get an error which prevents me from proceeding further.
What are the steps to reproduce this issue?
- Use bf luis:version:export to generate .json file for the Skill Bot.
- Use bf luis:convert to update the .lu file with new changes for the same Skill Bot.
- Run botskills update/connect to update the dispatch of the VA bot.
What were you expecting to happen?
The .dispatch and .luis files of the VA Bot to be updated with details of the Skill template.
Can you share any logs, error output, etc.?
Error: The execution of the ludown command failed with the following error: [ERROR] line 989:0 - line 989:1: syntax error: invalid input '@' detected. Expecting one of this - end of file, model description, new line, QnA definition, Intent definition, Entity definition, Import statement [ERROR] line 993:0 - line 993:1: syntax error: invalid input '@' detected. Expecting one of this - end of file, model description, new line, QnA definition, Intent definition, Entity definition, Import statement Stopping further processing.