BingAds / BingAds-Python-SDK

Other
118 stars 164 forks source link

AdInsight Service is Timing Out #287

Open alanderkin opened 4 months ago

alanderkin commented 4 months ago

I saw the other issue about the sandbox URL not working, but this is for the Production URL. Ever since last night (7/15/24), all calls to the service have been failing with a Time Out. We have not changed anything in our code for a while, so we're not sure what it could be. Any ideas?

/home/ubuntu/.virtualenvs/seotoolset/local/lib/python2.7/site-packages/bingads/service_client.pyc in __call__(self, *args, **kwargs)
    270                     need_to_refresh_token = True
    271                 else:
--> 272                     raise ex
    273 
    274     @property

URLError: <urlopen error timed out>