Øyvind Flatval

Results 4 comments of Øyvind Flatval

Hello @Moh-inc , I just wanted to chime in here, since we are using something similiar in our project. We use the following method to iterate and put elements into...

link to the method that throws the exception: https://github.com/microsoft/kiota-java/blob/0cd6b6d8a3263c6cc2d1d1fe6b2358c054da46e0/components/abstractions/src/main/java/com/microsoft/kiota/serialization/ParseNodeFactoryRegistry.java#L56C8-L57C97 Stacktrace from our log: java.lang.RuntimeException: Content type text/html does not have a factory to be parsed at com.microsoft.kiota.serialization.ParseNodeFactoryRegistry.getParseNode(ParseNodeFactoryRegistry.java:56) at com.microsoft.kiota.http.OkHttpRequestAdapter.getRootParseNode(OkHttpRequestAdapter.java:582) at...

Hey @baywet The method (in graph sdk) we used was this `graphClient.me().events().byEventId(id).get();` `GET https://graph.microsoft.com/v1.0/me/events/{id}` Because of the coding of our application, we did not record the client request id. The...

If I get around to PR it I might be able to. The task itself seems straigtht forward. At the earliest I'd be able to do it around newyear. But...