adspower icon indicating copy to clipboard operation
adspower copied to clipboard

Problem with default domain

Open khorammfar opened this issue 1 year ago • 0 comments

from adspower.sync_api import Group
group = Group.create(name='my_group', remark='rem')

This code gives me ERROR 503 i research and i found a answer from adspower docs:

It appears that the existing network is unable to connect to the API interface domain. You may consider substituting the domain local.adspower.net with 127.0. 0.1 or localhost, or try connecting through a different network proxy tool.

so is there any way to change default domain to something else like localhost or 127.0.0.1?

khorammfar avatar Nov 17 '24 10:11 khorammfar