CreateDirectConversationAsync return “Bad format of conversation ID“”
Version
What package version of the SDK are you using. 4.10.3.0
Describe the bug
Give a clear and concise description of what the bug is. I want to init conversation with a user via 1:1 chat in MSTeams Channel. I use the below sample to implement this. But I got the next error. Why this? I got the Bot Channel Account & User Channel Account from "ConversationUpdate".
To Reproduce
Steps to reproduce the behavior:
1.Get access_token.
2. Post the request:https://smba.trafficmanager.net/amer/v3/conversations, with { "bot": { "id": {botId}, "name": {botName}, }, "members": [ { "id": {userId}, "name": {userName}, "aadObjectId": {userAadObjectId} } ] }
3. Observe the bug:
Expected behavior
Return the conversation info.
Screenshots

Updates: It's so wired when I try it again with the exactly same request, I got next error not like yesterday:
when I add the tenantId, I got this error:
My botId is 96c84039-7160-48d1-a1cd-809b7e292892. You can use this to find the log. Timestamp: I just tried these two requests in last 10 minutes.
Hi @hulin17
Can you confirm the version you are running? Is it 4.10.3 or 4.13.0 ?
Hi @dmvtech, Confirmed for 4.10.3. I also used postman to test this. You can check with the screenshots.
Thank you @hulin17. I can reproduce the original error. I'm continuing to troubleshoot.
Apologies for the delay. I am still investigating.
Can we try the latest SDK version, which is 4.17.1?
Closing due to lack of response.
Apologies for the delay. @dmvtech @tracyboehrer. I also used Postman to test this. This is still repro. Do you guys find the root cause of this?