Re: StreamingResponseIterator from search_stream gets stuck

2022-09-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, The issue was resolved for a few hours, but then an additional issue popped up. We're working on resolving it. It's our top priority. Regards, Nadine Wang Google Ads API Team ref:_00D1U1174p._5004Q2egwqd:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our bl

Re: StreamingResponseIterator from search_stream gets stuck

2022-09-27 Thread Tjadi Peeters
Hi, Unfortunately the issue does not seem to have been resolved as of yet. The query shown in the original post still gets stuck at exactly the same spot. What could we do to investigate this further? And I think, as Robert suggests, that a location where the status of this API issue can be tra

Re: StreamingResponseIterator from search_stream gets stuck

2022-09-27 Thread Robert Heise
Hi, same here. Some reports succeed now. But some reports don't, most likely related to the data size. We didn't change anything on our side, all report fetches worked fine with their defined date ranges before Sept 27, when the issue started. The issue hasn't been fully resolved and we're sti

Re: StreamingResponseIterator from search_stream gets stuck

2022-09-27 Thread Mario GarcĂ­a
We're still seeing this problem when streaming a large set of keywords from a customer account. It appears the request gets stuck and eventually the process times out. We have a query as follows: SELECT ad_group_criterion.criterion_id, ad_group_criterion.status, ad_group_criterion.keyw

Re: StreamingResponseIterator from search_stream gets stuck

2022-09-27 Thread Tjadi Peeters
Hi, Not sure if I am doing anything wrong, but after running the following on databricks (I run it before initialising client, as the documentation says is needed): import logging logging.basicConfig(level=logging.INFO, format='[%(asctime)s - %(levelname)s] %(message).5000s') logging.getLogger

Re: StreamingResponseIterator from search_stream gets stuck

2022-09-27 Thread Tjadi Peeters
Hi, Please find the error log message I found before it gets stuck below: [2022-09-27 17:20:58,571 - INFO] Request made: ClientCustomerId: , Host: googleads.googleapis.com, Method: /google.ads.googleads.v11.services.GoogleAdsService/SearchStream, RequestId: Mzq9Od7rpC1j9df0ry-hLQ, IsFault:

Re: StreamingResponseIterator from search_stream gets stuck

2022-09-27 Thread Robert Heise
Hi, we're having the same problem, though we're using the official ruby gem from Google Ads. The exact same ruby code worked fine until today. Since today most jobs are getting stuck while iterating through the result. Since there are a few forum feeds reporting issues with search_stream behav