API regression: BadRequest error on /beta/copilot aiInsights endpoint after 2025/09/22
還沒有人認領這個 Issue。
評估
研究方向
首先,使用所示的 Python SDK 程式碼和篩選條件,針對 beta endpoint /copilot/users/:user_id/onlineMeetings/:meeting_id/aiInsights 重現該請求。如果可能,請比較 2025/09/22 前後的行為,接著判斷 API contract 是否有所變更,以及是否需要遷移文件。
由索引模型根據 Issue 內容生成。
描述
Problem
The following API endpoint stopped working as expected after 2025/09/22:
https://graph.microsoft.com/beta/copilot/users/:user_id/onlineMeetings/:meeting_id/aiInsights
After 2025/09/22, requests now return:
{
"error": {
"code": "BadRequest",
"message": "Value cannot be null. (Parameter 's')",
"innerError": {
"date": "2025-09-25T02:21:05",
"request-id": "8e2a3b90-24ac-4a05-ad77-50d3ade65aba",
"client-request-id": "8e2a3b90-24ac-4a05-ad77-50d3ade65aba"
}
}
}
# My code snippet:
graph_client = get_graph_client_beta(auth_code)
me = await graph_client.me().get()
user_id = me.id
graph_client.request_adapter.base_url = "https://graph.microsoft.com/beta/copilot"
query_params = AiInsightsRequestBuilder.AiInsightsRequestBuilderGetQueryParameters(
filter=f"contentCorrelationId eq '{correlation_id}'"
)
request_configuration = RequestConfiguration(query_parameters=query_params)
result = await graph_client.users.by_user_id(user_id).online_meetings. \
by_online_meeting_id(meeting_id) \
.ai_insights. \
get(request_configuration=request_configuration)
Impact
- This appears to be an API issue rather than an SDK bug, but it directly affects SDK behavior.
- The same code worked until 2025/09/22, so this looks like a regression in the API backend.
Request
- If this is an expected change, please update the documentation and communicate any required migration steps for SDK usage.
- 主要語言
- Python
- 星號
- 44
- 分支
- 16
- 平均合併
- 20 小時 39 分鐘
- 30 天內合併 PR
- 3
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
microsoftgraph/msgraph-beta-sdk-python 的其他 Issue
-
enhancement
難度 1/5 1 小時以內 新手友好度 72/100
-
status:waiting-for-triage type:bug
難度 3/5 1-2 天 新手友好度 55/100
-
type:bug type:investigation
難度 3/5 1-2 天 新手友好度 48/100
microsoftgraph/msgraph-beta-sdk-python#1033 · 1 個 reaction ·
-
status:waiting-for-triage type:bug
難度 3/5 1-2 天 新手友好度 42/100
microsoftgraph/msgraph-beta-sdk-python#1006 · 1 則留言 ·
-
status:waiting-for-triage type:bug
難度 2/5 1-3 小時 新手友好度 48/100
microsoftgraph/msgraph-beta-sdk-python#987 · 2 則留言 ·
查看 microsoftgraph/msgraph-beta-sdk-python 的全部 Issue
相似的 Issue
-
link-check link-check:sphinx-theme
難度 2/5 1-3 小時 新手友好度 72/100
-
難度 2/5 1-3 小時 新手友好度 65/100
qgis/QGIS-Documentation#11275 ·
-
bug priority:normal ready-for-dev
難度 2/5 1-3 小時 新手友好度 88/100
OpenHands/extensions#626 · 1 則留言 ·
-
難度 1/5 1 小時以內 新手友好度 90/100
CSCfi/sd-search-api#39 ·
-
難度 1/5 1 小時以內 新手友好度 90/100