adspower
adspower copied to clipboard
The ProfileAPI.__init__() error occurs every time I try to create a profile
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.