Closed QuillyT closed 5 years ago
Oh I think I found the problem.
The __init__()
in GetExtendedContactDetails
is not calling super() so it's not instantiating any of the attributes in the parent class.
Hi @QuillyT ,
We are working on the same. We will get back to you shortly once the issue is fixed from our end.
Thanks, Aakanksha Sendinblue
hi @QuillyT , The issue has been fixed. Please move to v6.0.0
Thanks!
sib-api-v3-sdk: v5.0.0 (python)
I am having issues with
get_contact_info()
. The object I get back doesn't seem to have all the contact data.I get the same error for all other and attributes that you would expect from the GetExtendedContactDetails object(e.g.
list_ids
,attributes
, 'id').The API itself seems to return the correct data but this library doesn't include it in the returned object.