Here are some log files.


Em quarta-feira, 27 de abril de 2022 às 09:38:40 UTC-3, Cesar Garcia 
escreveu:

> Hello everyone,
>
> I'd like some help to figure out whats the issue regarding 
> Services.V10.GoogleAdsService
>
> The code is 
>
>                 var query =
>                     @"SELECT
>                             campaign.id,
>                             campaign.name,
>                             
> campaign.network_settings.target_content_network
>                         FROM campaign
>                         ORDER BY campaign.id";
>
>
>                 var googleAdsService = client.GetService(
>                     Services.V10.GoogleAdsService);
>
>
>                 var responses = new List<SearchGoogleAdsStreamResponse>();
>                 googleAdsService.SearchStream(config.LinkedCustomerId, 
> query,
>                     delegate (SearchGoogleAdsStreamResponse resp)
>                     {
>                         responses.Add(resp);
>                     }
>                 );
>
> the response is 
>
> Status(StatusCode="Internal", Detail="Internal error encountered.", 
> DebugException="Grpc.Core.Internal.CoreErrorDetailException: 
> {"created":"@1651062971.466000000","description":"Error received from peer 
> ipv4:172.217.162.106:443","file":"..\..\..\src\core\lib\surface\call.cc","file_line":1070,"grpc_message":"Internal
>  
> error encountered.","grpc_status":13}")
>
> Best regards
> Cesar Garcia
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b24d5127-6345-40e1-918b-b934d049aeabn%40googlegroups.com.
GoogleAds.SummaryRequestLogs Warning: 1 : [2022-04-27 16:52:13Z] - Request 
made: Host: https://googleads.googleapis.com, Method: 
/google.ads.googleads.v10.services.GoogleAdsService/SearchStream, 
ClientCustomerID: 687-956-2618,  RequestID: , IsFault: True, FaultMessage: 
Status(StatusCode="Internal", Detail="Internal error encountered.", 
DebugException="Grpc.Core.Internal.CoreErrorDetailException: 
{"created":"@1651078333.782000000","description":"Error received from peer 
ipv4:142.250.219.202:443","file":"..\..\..\src\core\lib\surface\call.cc","file_line":1070,"grpc_message":"Internal
 error encountered.","grpc_status":13}")
GoogleAds.DetailedRequestLogs Information: 1 : [2022-04-27 16:52:16Z] - 
---------------BEGIN API CALL---------------

Request
-------

Method Name: /google.ads.googleads.v10.services.GoogleAdsService/SearchStream
Host: https://googleads.googleapis.com
Headers: {
  "x-goog-api-client": "gl-dotnet/4.7.2 gapic/11.0.1 
gax/3.5.0+6cfcac416e08abe8a5d580f8d87095c9fdba577e grpc/2.41.0 gccl/11.0.1",
  "developer-token": "REDACTED",
  "linked-customer-id": "687-956-2618",
  "x-goog-request-params": "customer_id=687-956-2618"
}

{ "customerId": "687-956-2618", "query": "SELECT\r\n                            
campaign.id,\r\n                            campaign.name,\r\n                  
          campaign.network_settings.target_content_network\r\n                  
      FROM campaign\r\n                        ORDER BY campaign.id", 
"summaryRowSetting": "NO_SUMMARY_ROW" }

Response
--------
Headers: {
  "date": "Wed, 27 Apr 2022 16:52:13 GMT",
  "alt-svc": "h3=\":443\"; ma=2592000,h3-29=\":443\"; 
ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; 
ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\""
}

Fault: Grpc.Core.RpcException: Status(StatusCode="Internal", Detail="Internal 
error encountered.", 
DebugException="Grpc.Core.Internal.CoreErrorDetailException: 
{"created":"@1651078333.782000000","description":"Error received from peer 
ipv4:142.250.219.202:443","file":"..\..\..\src\core\lib\surface\call.cc","file_line":1070,"grpc_message":"Internal
 error encountered.","grpc_status":13}")
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at 
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
 task)
   at Grpc.Core.Internal.ClientResponseStream`2.<MoveNext>d__5.MoveNext() in 
/var/local/git/grpc/src/csharp/Grpc.Core/Internal/ClientResponseStream.cs:line 
59
----------------END API CALL----------------

Reply via email to