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.
Can get and search subscriber by email, but via postman it works.
In [25]: mailerLiteApi.subscribers.get(email='XXXXX@gmail.com')
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-25-ba3f407787d0> in <module>
----> 1 mailerLiteApi.subscribers.get(email='XXXXX@gmail.com')
~/.local/lib/python3.8/site-packages/mailerlite/subscriber.py in get(self, as_json, **identifier)
262 res_json['fields'] = [Field(**res) for res in res_json['fields']]
263
--> 264 return Subscriber(**res_json)
265
266 def delete(self, subscriber_id):
TypeError: __new__() got an unexpected keyword argument 'groups'
In [28]: mailerLiteApi.subscribers.search(search='XXXXXXXX@gmail.com')
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-28-753a59c1d509> in <module>
----> 1 mailerLiteApi.subscribers.search(search='XXXXXXXX@gmail.com')
~/.local/lib/python3.8/site-packages/mailerlite/subscriber.py in search(self, search, limit, offset, minimized, as_json)
320 res['fields'] = [Field(**field) for field in res['fields']]
321
--> 322 all_subscribers = [Subscriber(**res) for res in res_json]
323 return all_subscribers
324
~/.local/lib/python3.8/site-packages/mailerlite/subscriber.py in <listcomp>(.0)
320 res['fields'] = [Field(**field) for field in res['fields']]
321
--> 322 all_subscribers = [Subscriber(**res) for res in res_json]
323 return all_subscribers
324
TypeError: __new__() got an unexpected keyword argument 'groups'
Can get and search subscriber by email, but via postman it works.
via postman is ok https://connect.mailerlite.com/api/subscribers/XXXXXX@gmail.com
API https://developers.mailerlite.com/docs/subscribers.html#fetch-a-subscriber