Skip to content

The ProfileAPI.__init__() error occurs every time I try to create a profile #15

@DanArtox

Description

@DanArtox

I'm using an example from the documentation, but it doesn't work. Other methods also

`from adspower.sync_api import Group, ProfileAPI
group = Group.create(name='my_group', remark='The best group ever')

profile_api = ProfileAPI.create(group=group)
print(f'Profile {profile_api.name} was created in group {group.name}')`

Full error:
TypeError: ProfileAPI.__init__() got an unexpected keyword argument 'user_proxy_config'

I also noticed that the AdsPower profile itself is created.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions