Hi,
we experience an EOS after almost exactly 1 hour for SearchGoogleAdsStreamRequests (Java library) like
SELECT
ad_group.id,
ad_group_ad.ad.id,
ad_group_ad.status,
ad_group_ad.ad.responsive_search_ad.headlines,
ad_group_ad.ad.responsive_search_ad.descriptions,
ad_group_ad.ad.responsive_search_ad.path1,
ad_group_ad.ad.responsive_search_ad.path2,
ad_group_ad.ad.final_urls,
ad_group_ad.labels,
ad_group.base_ad_group
FROM ad_group_ad
WHERE ad_group.status != 'REMOVED'
AND ad_group_ad.status != 'REMOVED'
AND ad_group_ad.ad.type = 'RESPONSIVE_SEARCH_AD'
AND ad_group_ad.labels CONTAINS ANY ('customers/123/labels/456')
-> io.grpc.StatusRuntimeException: INTERNAL: Received unexpected EOS on empty DATA frame from server
This seems to affect our bigger accounts only. In the past this affected us every now and then but the last 4 days it happened each day.
Are we doing something wrong?
This exception is IMO marked as not retryable. May we retry these to circumvent the problem or would that result in the same error?