-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bot never joins Team Meeting: Server Internal Error. DiagCode: 500#1203003.@ #775
Comments
I encounter the same issue in a different environment: |
Can you confirm that the media platform part of your bot was able to initialize successfully? I think it would help if you could provide the GraphLogger output of the SDK initialization and logs during the join attempt, ideally in a spoiler Like this
|
Hey @InDieTasten thanks for the tip, adding the logging revealed the root cause which we were able to fix, wasn't aware we could add the logger to the media platform, thanks! |
Hey, could you describe your root cause? I may face the same issue: #772 Thanks! |
@csk-bsi it was the most innocuous error, we were passing env variables via the k8s manifest for the different port mappings and since we're using .NET it expects a specific formatting which we got wrong for the public port, so instead of using the port we were exposing on our LB it was using a hardcoded port on our appsetting.json! |
Hey @aliasmac, if you're dealing with issues where a bot never joins a Teams meeting due to server errors, you might want to check out the Recall.ai API. It’s a simple 3rd party API that lets you use meeting bots to join meetings and capture raw audio/video/metadata without needing to build, scale, and maintain these bots yourself. Here are the API docs: https://docs.recall.ai |
Describe the issue
When inviting the bot to a Teams call we receive a HTTP 500 error and the bot never joins the call.
Code Snippet
This runs successfully, but we never receive the
established
callback.Expected behavior
We expect to receive a series of callbacks from Microsoft. We expect to receive the
established
callback that eventually resolves to the Bot joining a Teams call.Graph SDK (please complete the following information):
Call ID
Time:
2024-10-14 16:13:09.754 | time="2024-10-14T15:13:09.7547304Z
callChainId:
ceb776d1-051b-4257-b170-4f53376418e7
Logs
Initial POST
api/calling
request where state isestablishing
After a further 4
establishing
requests we receive this as the 6th request that updates state toterminated
:Additional context
The text was updated successfully, but these errors were encountered: