To add to that,
for this customerId, we get a successful response when we use a smaller 
daterange (last 7 days from today say). Seems like it has to do with a 
specific type of change happening in the account maybe? 

Thanks!
 

On Wednesday, March 17, 2021 at 9:26:44 PM UTC+5:30 Arsh wrote:

> Hey there,
> We have been getting following error in response for some of our clients 
> when pulling for change_event via change_event_service.
> It has been more than a month now , kindly help us by getting this 
> resolved.
>
> I can reply with complete response and request log if required to speed up 
> the process.
>
> Thanks in advance :) 
>
> Fault: Grpc.Core.RpcException: Status(StatusCode="Internal", 
> Detail="Internal error encountered.", 
> DebugException="Grpc.Core.Internal.CoreErrorDetailException: 
> {"created":"@1615996453.499000000","description":"Error received from peer 
> ipv4:142.250.194.138:443","file":"T:\src\github\grpc\workspace_csharp_ext_windows_x64\src\core\lib\surface\call.cc","file_line":1062,"grpc_message":"Internal
>  
> error encountered.","grpc_status":13}")
>    at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
>    at 
> System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
>  
> task)
>    at Grpc.Core.Internal.ClientResponseStream`2.<MoveNext>d__5.MoveNext()
> ----------------END API CALL----------------
>
> "request-id": "i1eIKRwUgw6paKNNt7qZsg"
>
>
>
> Query we are using:
>                     SELECT
>                     change_event.resource_name,
>                     change_event.change_date_time,
>                     change_event.change_resource_name,
>                     change_event.change_resource_type,
>                     change_event.old_resource,
>                     change_event.new_resource,
>                     change_event.resource_change_operation,
>                     change_event.changed_fields,
>                     change_event.user_email
>                 FROM
>                     change_event
>                 WHERE
>                     change_event.change_date_time >= '20210216' AND
>                     change_event.change_date_time <= '20210316'
>                 ORDER BY
>                     change_event.change_date_time DESC
>                 LIMIT 1000
>
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/d789da5f-cb31-40f4-93d7-67586bd39d77n%40googlegroups.com.

Reply via email to