Skip to content

identifyMember(memberGuid, userGuid) Method producing NPE. #52

@coder-shankar

Description

@coder-shankar

Stacktrace

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)

It seems to me problem is related to following issue
OpenAPITools/openapi-generator#11833

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions