Call status terminated , Error 500#3002 Internal server error ( using azure bot)
|I am having a weird issue where my bot was working perfectly fine, and then suddenly started throwing an error. I haven't changed any settings or code, so I'm completely baffled.Is this a bug, or is there something else going on? Any help would be greatly appreciated!Call status updated to Terminated - Server Internal Error. DiagCode: 500#3002.@"Log
$>2024-07-23T08:30:54.7853789Z Info: NotificationQueue.cs:278 StartLoopAsync
ScenarioId: 291434f0-89f0-4817-a442-e74e633341a6
AppId: ed5db92e-18fc-4f1a-bbdc-453af8ad0c74
AppName: PsiBot.Service
Notification queue communications/calls/13004a80-17ce-4219-a258-6422d0d1dcfd is stopped.
$>2024-07-23T08:30:54.7100694Z Info: CallHandler.cs:163 CallOnUpdated
ScenarioId: 291434f0-89f0-4817-a442-e74e633341a6
CallId: 13004a80-17ce-4219-a258-6422d0d1dcfd
TenantId: 242e6438-4f4b-4645-9dfa-68c4590821c6
AppId: ed5db92e-18fc-4f1a-bbdc-453af8ad0c74
AppName: PsiBot.Service
Call status updated to Terminated - Server Internal Error. DiagCode: 500#3002.@
$>2024-07-23T08:30:54.7090706Z Info: CommunicationsClientExtensions.cs:151 LogAndCreateResponse
ScenarioId: 291434f0-89f0-4817-a442-e74e633341a6
AppId: ed5db92e-18fc-4f1a-bbdc-453af8ad0c74
AppName: PsiBot.Service
TransactionDirection: Incoming
TraceType: HttpRequest
request: POST https://95ef-2406-7400-56-a69f-b51b-bd8d-c458-a654.ngrok-free.app/api/calling
headers:
Accept: application/json
Accept-Encoding: (redacted)
Authorization: (redacted)
Host: 95ef-2406-7400-56-a69f-b51b-bd8d-c458-a654.ngrok-free.app
User-Agent: Microsoft-Skype/3.0,(Calling/1.0)
Scenario-Id: 291434f0-89f0-4817-a442-e74e633341a6
X-Forwarded-For: (redacted)
X-Forwarded-Host: 95ef-2406-7400-56-a69f-b51b-bd8d-c458-a654.ngrok-free.app
X-Forwarded-Proto: https
X-Microsoft-Skype-Chain-Id: d6a5367e-c45c-45ae-8cb1-d96ad233f0b5
X-Microsoft-Skype-Message-Id: 1520b6a6-8774-47a6-b2e8-e7e2bb730de2
Content-Type: application/json
Content-Length: 973
{
"@odata.type": "#microsoft.graph.commsNotifications",
"value": [
{
"@odata.type": "#microsoft.graph.commsNotification",
"changeType": "deleted",
"resourceUrl": "/communications/calls/13004a80-17ce-4219-a258-6422d0d1dcfd",
"resource": "/app/calls/13004a80-17ce-4219-a258-6422d0d1dcfd",
"resourceData": {
"@odata.type": "#microsoft.graph.call",
"state": "terminated",
"resultInfo": {
"@odata.type": "#microsoft.graph.resultInfo",
"code": 500,
"subcode": 3002,
"message": "Server Internal Error. DiagCode: 500#3002.@"
},
"chatInfo": {
"@odata.type": "#microsoft.graph.chatInfo",
"threadId": "19:meeting_MGFhOWRhMWQtOTU3My00NTI5LThkYzAtODdmNTFlY2QwNDM5@thread.v2",
"messageId": "0"
},
"meetingInfo": {
"@odata.type": "#microsoft.graph.organizerMeetingInfo",
"organizer": {
"@odata.type": "#microsoft.graph.identitySet",
"user": {
"@odata.type": "#microsoft.graph.identity",
"id": "5f60030e-b6b3-4fea-956e-539e28ac8f4a",
"tenantId": "242e6438-4f4b-4645-9dfa-68c4590821c6"
}
}
},
"callChainId": "d6a5367e-c45c-45ae-8cb1-d96ad233f0b5",
"id": "13004a80-17ce-4219-a258-6422d0d1dcfd"
}
}
]
}|
| -------- |
|'m having a weird issue where my bot was working perfectly fine, and then suddenly started throwing an error. I haven't changed any settings or code, so I'm completely baffled.Is this a bug, or is there something else going on? Any help would be greatly appreciated!Call status updated to Terminated - Server Internal Error. DiagCode: 500#3002.@"Log $>2024-07-23T08:30:54.7853789Z Info: NotificationQueue.cs:278 StartLoopAsync ScenarioId: 291434f0-89f0-4817-a442-e74e633341a6 AppId: ed5db92e-18fc-4f1a-bbdc-453af8ad0c74 AppName: PsiBot.Service Notification queue communications/calls/13004a80-17ce-4219-a258-6422d0d1dcfd is stopped. $>2024-07-23T08:30:54.7100694Z Info: CallHandler.cs:163 CallOnUpdated ScenarioId: 291434f0-89f0-4817-a442-e74e633341a6 CallId: 13004a80-17ce-4219-a258-6422d0d1dcfd TenantId: 242e6438-4f4b-4645-9dfa-68c4590821c6 AppId: ed5db92e-18fc-4f1a-bbdc-453af8ad0c74 AppName: PsiBot.Service Call status updated to Terminated - Server Internal Error. DiagCode: 500#3002.@ $>2024-07-23T08:30:54.7090706Z Info: CommunicationsClientExtensions.cs:151 LogAndCreateResponse ScenarioId: 291434f0-89f0-4817-a442-e74e633341a6 AppId: ed5db92e-18fc-4f1a-bbdc-453af8ad0c74 AppName: PsiBot.Service TransactionDirection: Incoming TraceType: HttpRequest request: POST https://95ef-2406-7400-56-a69f-b51b-bd8d-c458-a654.ngrok-free.app/api/calling headers: Accept: application/json Accept-Encoding: (redacted) Authorization: (redacted) Host: 95ef-2406-7400-56-a69f-b51b-bd8d-c458-a654.ngrok-free.app User-Agent: Microsoft-Skype/3.0,(Calling/1.0) Scenario-Id: 291434f0-89f0-4817-a442-e74e633341a6 X-Forwarded-For: (redacted) X-Forwarded-Host: 95ef-2406-7400-56-a69f-b51b-bd8d-c458-a654.ngrok-free.app X-Forwarded-Proto: https X-Microsoft-Skype-Chain-Id: d6a5367e-c45c-45ae-8cb1-d96ad233f0b5 X-Microsoft-Skype-Message-Id: 1520b6a6-8774-47a6-b2e8-e7e2bb730de2 Content-Type: application/json Content-Length: 973 { "@odata.type": "#microsoft.graph.commsNotifications", "value": [ { "@odata.type": "#microsoft.graph.commsNotification", "changeType": "deleted", "resourceUrl": "/communications/calls/13004a80-17ce-4219-a258-6422d0d1dcfd", "resource": "/app/calls/13004a80-17ce-4219-a258-6422d0d1dcfd", "resourceData": { "@odata.type": "#microsoft.graph.call", "state": "terminated", "resultInfo": { "@odata.type": "#microsoft.graph.resultInfo", "code": 500, "subcode": 3002, "message": "Server Internal Error. DiagCode: 500#3002.@" }, "chatInfo": { "@odata.type": "#microsoft.graph.chatInfo", "threadId": "19:meeting_MGFhOWRhMWQtOTU3My00NTI5LThkYzAtODdmNTFlY2QwNDM5@thread.v2", "messageId": "0" }, "meetingInfo": { "@odata.type": "#microsoft.graph.organizerMeetingInfo", "organizer": { "@odata.type": "#microsoft.graph.identitySet", "user": { "@odata.type": "#microsoft.graph.identity", "id": "5f60030e-b6b3-4fea-956e-539e28ac8f4a", "tenantId": "242e6438-4f4b-4645-9dfa-68c4590821c6" } } }, "callChainId": "d6a5367e-c45c-45ae-8cb1-d96ad233f0b5", "id": "13004a80-17ce-4219-a258-6422d0d1dcfd" } } ] }|