Hi,

When querying ad_group_ad_asset_view we sometimes get back the following 
error: INTERNAL: Received unexpected EOS on empty DATA frame from server.
This seems to happen when the request has been running for an hour. 
Therefore, we thought this was a time-out and we increased the time-out to 
4 hours. Unfortunately, this did not make a difference, we are still 
getting errors.

Some more details:

   - We are on version 9
   - We use the java client
   - We use  SearchStream requests
   - Full query: "SELECT\n" +
   " asset.id,\n" +
   " asset.text_asset.text,\n" +
   " ad_group.id,\n" +
   " ad_group_ad.ad.id,\n" +
   " ad_group_ad.ad.responsive_search_ad.headlines\n" +
   "FROM\n" +
   " ad_group_ad_asset_view\n" +
   "WHERE\n" +
   " campaign.status != 'REMOVED' AND\n" +
   " ad_group.status != 'REMOVED' AND\n" +
   " ad_group_ad.status != 'REMOVED' AND\n" +
   " ad_group_ad.ad.type = 'RESPONSIVE_SEARCH_AD' AND\n" +
   " ad_group_ad_asset_view.enabled = true AND\n" +
   " ad_group_ad_asset_view.field_type = 'HEADLINE'"
   - Full java stack trace: Caused by: 
   com.google.api.gax.rpc.InternalException: io.grpc.StatusRuntimeException: 
   INTERNAL: Received unexpected EOS on empty DATA frame from server
       at 
   
com.google.api.gax.rpc.ApiExceptionFactory.createException(ApiExceptionFactory.java:67)
       at 
   
com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:72)
       at 
   
com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:60)
       at 
   
com.google.api.gax.grpc.ExceptionResponseObserver.onErrorImpl(ExceptionResponseObserver.java:82)
       at 
   
com.google.api.gax.rpc.StateCheckingResponseObserver.onError(StateCheckingResponseObserver.java:86)
       at 
   
com.google.api.gax.grpc.GrpcDirectStreamController$ResponseObserverAdapter.onClose(GrpcDirectStreamController.java:149)
       at 
   
io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
       at 
   
io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
       at 
   
io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
       at 
   
com.google.ads.googleads.lib.logging.LoggingInterceptor$1$1.onClose(LoggingInterceptor.java:113)
       at 
   
io.grpc.internal.DelayedClientCall$DelayedListener$3.run(DelayedClientCall.java:463)
       at 
   
io.grpc.internal.DelayedClientCall$DelayedListener.delayOrExecute(DelayedClientCall.java:427)
       at 
   
io.grpc.internal.DelayedClientCall$DelayedListener.onClose(DelayedClientCall.java:460)
       at 
   io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:557)
       at io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:69)
       at 
   
io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:738)
       at 
   
io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:717)
       at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
       at 
   io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:133)
       ... 3 more

We hope you can give us more insights on why this is happening. Thanks!

Best,
Daan Groot

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9dead67a-fe0b-4917-9d9b-b889c517f850n%40googlegroups.com.
  • Gr... 'Daan Groot' via Google Ads API and AdWords API Forum
    • ... 'Daan Groot' via Google Ads API and AdWords API Forum
      • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to