I have a PVA, and I want to integrate with another bot, that was develop using Bot Framework SDK (no composer).
I already have all configuration, manifest, appid, my bot it's already added to the allowed list in PVA etc.
When I tried to call the begin dialog using the bot id of PVA, I getting a HttpRequestException, with the message:
Error invoking the skill id : xxx at : endpoint of my PVA.
I think's an error with the activity format maybe, but I tried different ways, with the same result.
thanks in advance.
Hi..
Sorry but I did get the solution yet... we are facing the same error.
How to solve this 400 issue. I am using the same URL as in the manifest file and do observe it as BotFramework V3, is that really causing this issue? I am using Microsoft Bot Composer.
Hi again, I still having the problem, I notice in the manifest file in the endpoint object in the protocol property values is set to BotFrameworkV3. My bot is was develop in V4, I wondering if the problem comes in that way.
But the thing is the manifest file is create automatically from the PVA when we download, is the PVA still using an old version of the framework?
Thanks.
Thanks for your quickly reply
I' am using the same URL that I get from the manifest file, and not more information about the error just (status is 400).
normally the endpoint for skills ends on api/message, but I notice that this URL don't, it look like
A 400 would usually imply either the URL or the request were mal-formatted in some way. Given you're using the SDK to format the activity, my next thought would be to check and verify that the URL to the PVA bot is in good shape.
Is there any other information with the 400?