Hi All,
I'm having problems connecting my PVA to a skill. I've tried connecting to a bot developed with the Botframework as well as one published with the Composer (v2.1.2). The error is the same. The manifest validates but when I save the skill I get 'This skill couldn't be imported. Review details and try again'. I've tried this over several days but the issue still remains. I have in the past connected skills without any problems. Does anyone have any thoughts on the issue?
Thanks.
FYI the returned response is:
{
"created": false,
"skill": null,
"actions": [],
"validationLog": [
{
"severity": 0,
"messageId": 0,
"data": null,
"title": "Your skill has been validated.",
"description": "You may now save.",
"learnMoreLink": null
},
{
"severity": 2,
"messageId": 1116,
"data": null,
"title": "It looks like something went wrong.",
"description": "Please wait a few minutes and try again.",
"learnMoreLink": null
}
]
}