Hi,
Our custom webapp that uses adwords api is basically useless now because AdWords API requests are taking longer than max timeout of the http request so we are getting "Gateway Timeout" error. Anybody having the same problem? For instance simple report download shown below wasn't completed in 5 minutes. Sometimes it returns after a minute, but never under 30 seconds. I was thinking maybe we hit 1000 daily report download limit but we are not getting RATE_LIMIT_EXCEEDED error.
[$shell] time ./p3_awql.py 'select Id, Criteria from CAMPAIGN_CRITERIA_REPORT where CampaignId=902979548 and CriteriaType=IP_BLOCK'
Traceback (most recent call last):
.....
File "/lib/python3.6/socket.py", line 144, in __init__
_socket.socket.__init__(self, family, type, proto, fileno)
OSError: [Errno 97] Address family not supported by protocol
real 5m15.949s
user 0m0.641s
sys 0m0.053s