Closed PierreAnken closed 2 years ago
Hello,
Using following code with my API Key result in the error in title:
configuration = sib_api_v3_sdk.Configuration() configuration.api_key['api-key'] = '<my_key>' api_instance = sib_api_v3_sdk.AccountApi(sib_api_v3_sdk.ApiClient(configuration)) account_data = api_instance.get_account()
After debugging the code it seemed that the API call is working fine and the data are returned.
The bug is caused by the deserialization trying to get the value 'data' of 'relay', which is empty.
Issue solved after ticket opening by the company
Hello,
Using following code with my API Key result in the error in title:
After debugging the code it seemed that the API call is working fine and the data are returned.
The bug is caused by the deserialization trying to get the value 'data' of 'relay', which is empty.