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 following line in the common.py file:
return soap_service_method(*[_PackForSuds(arg, self.suds_client.factory) for arg in args])
I'm using traffic_estimator_service to retrieve CPC, averagePosition, etc. for a set of keywords
Would you please confirm whether this is a server issue or not? Is there some way to handle it from my end?
Thanks