You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread "main" java.lang.NullPointerException: Parameter specified as non-null is null: method okhttp3.MediaType$Companion.parse, parameter $this$toMediaTypeOrNull
at okhttp3.MediaType$Companion.parse(MediaType.kt)
at okhttp3.MediaType.parse(MediaType.kt)
at com.mx.client.ApiClient.buildRequest(ApiClient.java:1131)
at com.mx.client.ApiClient.buildCall(ApiClient.java:1087)
at com.mx.client.mx_platform_api.MxPlatformApi.identifyMemberCall(MxPlatformApi.java:3497)
at com.mx.client.mx_platform_api.MxPlatformApi.identifyMemberValidateBeforeCall(MxPlatformApi.java:3514)
at com.mx.client.mx_platform_api.MxPlatformApi.identifyMemberWithHttpInfo(MxPlatformApi.java:3551)
at com.mx.client.mx_platform_api.MxPlatformApi.identifyMember(MxPlatformApi.java:3533)
at com.mx.client.Test.main(Test.java:29)
Stacktrace
It seems to me problem is related to following issue
OpenAPITools/openapi-generator#11833
The text was updated successfully, but these errors were encountered: