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
{{ message }}
This repository was archived by the owner on Jul 17, 2023. It is now read-only.
Description
I am trying to extract all subscribers from my mailerlite account through
api.subscribers.all(stype='active')
api.subscribers.active()
api.subscribers.groups(id=group_id)
Platform Ubuntu 20.10
Python 3.8.10
Observed behavior:
The python script failed with webform_subscribe_date missing.
This : TypeError: new() got an unexpected keyword argument 'webform_subscribe_date'
Expected behavior:
The python layer returns all registered and active user accounts .
Description
I am trying to extract all subscribers from my mailerlite account through
Platform Ubuntu 20.10
Python 3.8.10
Observed behavior:
The python script failed with webform_subscribe_date missing.
This : TypeError: new() got an unexpected keyword argument 'webform_subscribe_date'
Expected behavior:
The python layer returns all registered and active user accounts .