adspower icon indicating copy to clipboard operation
adspower copied to clipboard

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

Open DanArtox opened this issue 4 months ago • 0 comments

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.

DanArtox avatar Aug 06 '25 16:08 DanArtox