traffic_estimator_service.get() stuck without exception

2017-02-17 Thread newmccacc
Hello, I'm using python v 2.7 and Adwords API v 5.1.0 with my test account. I noticed that after sending a couple of requests (around 250 - 800 requests) the program stuck for more that one hour without throwing any exception. I tried to trace the API files and it seems that it stuck at the fo

Re: Handling exceptions that occur in the API

2017-02-10 Thread newmccacc
I'm referring to the example of policy violation error, and tried to apply it to my case as follows: except suds.WebFault as e: for error in e.fault.detail.ApiExceptionFault.errors: if error['ApiError.Type'] == 'RateExceededError': print "Sleeping RateExceededError" time.sleep(31) continue Her

a

2017-02-08 Thread newmccacc
n -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the