-
Notifications
You must be signed in to change notification settings - Fork 134
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
List Sessions call using expand segments failing with java.lang.UnsupportedOperationException: text does not support structured data #1819
Comments
@priya2395 I'm unable to reproduce this behaviour. Would you mind sharing a stacktrace? |
Hi, is this issue fixed, can I get advice on this as I seem to have similar issue |
I have seen the same issue when updating a calendar event in a users calendar. |
Thanks for reporting this @stherkildsen. This seems like an issue during deserialization of some error payloads. Would you mind sharing the response status code, headers & the body (please redact sensitive information) ? |
Is there a way to enable debug logging, that could expose the data you need. It only happens in our production environment, so I have only logging to go by.
…
On 3. sep. 2024 at 14.08, Philip Gichuhi ***@***.***> wrote:
Thanks for reporting this @stherkildsen.
This seems like an issue during deserialization of some error payloads.
Would you mind sharing the response status code, headers & OData type of the body (please redact sensitive information) and sharing this with us?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Hi @stherkildsen HttpLoggingInterceptor loggingInterceptor = new HttpLoggingInterceptor(System.out::println);
loggingInterceptor.level(HttpLoggingInterceptor.Level.BODY);
OkHttpClient.Builder builder = GraphClientFactory.create();
builder.addInterceptor(loggingInterceptor);
OkHttpClient okHttpClient = builder.build();
GraphServiceClient client = new GraphServiceClient(authProvider, okHttpClient); |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. |
Expected behavior
List Sessions call using expand segments should return list of sessions including segments
Actual behavior
List Sessions call using expand segments failing with java.lang.UnsupportedOperationException: text does not support structured data
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: