Closed
Description
I'm trying to serve up the ai-doc-compliance-checker sample, but keep running into the following error when debugging locally:
The bot is not part of the conversation roster.
I've uploaded a ProposalDocument.pdf and PolicyGuidelineDocument.pdf in blob storage and typed in ProposalDocument into the compose msg ext search input. Here's the full error:
[onTurnError] unhandled error: RestError: The specified resource name length is not within the permissible limits.
RequestId:97db2fa9-601e-000c-28e8-44e78f000000
Time:2024-12-02T18:29:16.4883403Z
RestError: The bot is not part of the conversation roster.
{
"name": "RestError",
"code": "BotNotInConversationRoster",
"statusCode": 403,
"request": {
"streamResponseStatusCodes": {},
"url": "https://smba.trafficmanager.net/amer/0370dee5-92d4-484a-a2c5-95000b78433e/v3/conversations/19%3A78ef0be4-ce3a-4b18-9c13-74e3c2db5d60_af43bacc-a082-4e40-9251-8fdd3f40efd3%40unq.gbl.spaces/activities/f%3Af28310e8-47dc-5494-ba4a-567dcebe547a",
"method": "POST",
"headers": {
"_headersMap": {
"content-type": "application/json; charset=utf-8",
"x-ms-conversation-id": "REDACTED",
"accept": "*/*",
"user-agent": "Microsoft-BotFramework/3.1 botframework-connector/4.22.3 core-http/3.0.4 Node/v18.18.2 OS/(x64-Darwin-24.1.0)",
"authorization": "REDACTED"
}
},
"withCredentials": false,
"timeout": 0,
"requestId": "7d5ac541-693e-4f83-a4f9-3d8f0f5eb83e"
},
"details": {
"error": {
"code": "BotNotInConversationRoster",
"message": "The bot is not part of the conversation roster."
}
},
"message": "The bot is not part of the conversation roster."
}
Activity