microsoftgraph / msgraph-sdk-serviceissues

Tracks service issues for follow up.
5 stars 0 forks source link

Getting InternalServerError for https://graph.microsoft.com/beta/me/profile endpoint #47

Open bcarthic opened 4 years ago

bcarthic commented 4 years ago

I'm getting a 500 error while invoking https://graph.microsoft.com/beta/me/profile endpoint from using the sdk and graph explorer. I can see the error response as below. Any idea why? I tried resetting my birthdate multiple times from account.microsoft.com but that is still not fixing the timestamp & lastModifiedBy issue

{"@odata.context":"https://graph.microsoft.com/beta/$metadata#users('...')/profile/$entity","id":"profileId","addresses@odata.context":"https://graph.microsoft.com/beta/$metadata#users('...')/profile/addresses","addresses":[],"anniversaries@odata.context":"https://graph.microsoft.com/beta/$metadata#users('...')/profile/anniversaries","anniversaries":[{"type":"birthday","date":"...","allowedAudiences":"me","createdDateTime":"2020-06-30T21:52:30.364606Z","inference":null,"lastModifiedDateTime":"2020-06-30T21:52:30.364606Z"{
  "error": {
    "code": "InternalServerError",
    "message": "The property 'lastModifiedBy[Nullable=False]' of type 'microsoft.graph.identitySet' has a null value, which is not allowed.",
    "innerError": {
      "date": "2020-06-30T22:15:16",
      "request-id": "b9402c6b-297d-4190-a829-8297dae69d9d"
    }
  }
}{
  "error": {
    "code": "InternalServerError",
    "message": "Unexpected end when deserializing object. Path 'anniversaries[0].lastModifiedDateTime', line 1, position 587.",
    "innerError": {
      "date": "2020-06-30T22:15:16",
      "request-id": "b9402c6b-297d-4190-a829-8297dae69d9d"
    }
  }
}

{
  "error": {
    "code": "InternalServerError",
    "message": "The property 'lastModifiedBy[Nullable=False]' of type 'microsoft.graph.identitySet' has a null value, which is not allowed.",
    "innerError": {
      "date": "2020-07-01T17:06:45",
      "request-id": "c925754b-01da-4c44-a5e9-f32477e9a64e"
    }
  }
}

AB#7139

MIchaelMainer commented 4 years ago

@mtennoe, incident 194808099

petrhollayms commented 7 months ago

Thank you for reporting this issue. This appears to be an issue or limitation with the service APIs. Unfortunately, as the Microsoft Graph SDK team, we do not have ownership of the APIs that are causing you issues. We invite you to create a question about the service API to Microsoft Q&A and tagged with one of the [microsoft-graph-*] tags, that way it will get routed to the appropriate team for them to triage:

https://aka.ms/msgraphsupport or directly https://aka.ms/askgraph

For now, we will close the issue on our side but feel free to open it in the relevant repository if you think the issue is specific to SDK. Please let us know if this helps!

Note: We will close this repository on April 19, 2024.