Skip to content
This repository was archived by the owner on Jul 17, 2023. It is now read-only.
This repository was archived by the owner on Jul 17, 2023. It is now read-only.

TypeError: __new__() got an unexpected keyword argument 'webform_subscribe_date' #49

Description

@jsemrau

Description
I am trying to extract all subscribers from my mailerlite account through

  1. api.subscribers.all(stype='active')
  2. api.subscribers.active()
  3. 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 .

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions