I'm calling the G-Ads API (python) and then I'm writing some results to the BQ table.
When another client runs my python code on an MCC tree with many sub accounts he gets this error:
Got an error message in the large scale run, the only error I was able to retrieve is the following:
timeout=300.0, headers={'X-Server-Timeout': '300.0', 'Accept-Encoding': 'gzip', 'Content-Type': 'application/json', 'X-Goog-API-Client': 'gl-python/3.8.10 grpc/1.39.0 gax/2.0.0 gapic/2.26.0 gccl/2.26.0', 'User-Agent': 'gl-python/3.8.10 grpc/1.39.0 gax/2.0.0 gapic/2.26.0 gccl/2.26.0'})), last exception: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
I know it's vague and he hasn't provided the request id.
However, is there anything to fetch from this timeout error?
300.0 is 300 milliseconds? Sounds like an gAds API timeout? or BQ timeout?
Thanks!