microsoftgraph / microsoftgraph/microsoft-graph-explorer-v4
Graph API Contact Sync Failing – ErrorTooManyObjectsOpened
Open
Nobody has claimed this yet.
ToTriage
- Dominant language
- TypeScript
- Stars
- 260
- Forks
- 110
- PR merge metrics
- No merged PRs in 30d
Description
I am consistently getting a failure when calling the Microsoft Graph API for contacts on my account. The API returns the following error:
API: https://graph.microsoft.com/v1.0/me/contacts
{
"error": {
"code": "ErrorTooManyObjectsOpened",
"message": "Too many concurrent connections opened., Cannot open mailbox. Server = DM6PR17MB3772.namprd17.prod.outlook.com, mdbGuid = f792079b-96dd-4162-ae3d-a96effad59b2, maiboxGuid = 40f4b8af-4b87-4d37-9bd9-afab653e6544"
}
}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the request to https://graph.microsoft.com/v1.0/me/contacts and record whether ErrorTooManyObjectsOpened occurs consistently. Then determine whether the failure is specific to Graph Explorer or the account; done requires a confirmed cause and a maintainer decision on whether a repository change is needed.
Written by the indexing model from the issue text.
Assessment
- Domain
- api
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100