Actually I've tracked this a bit, and it happens (though silently) even when using one of the built-in example files.
Steps to reproduce: 1) open file google-ads-php/vendor/grpc/grpc/src/lib/BaseStub.php 2) place a breakpoint on line 47 3) open file google-ads-php/examples/Reporting/GetKeywordStats.php 4) for testing purposes, insert valid customer ID on line 42 5) run the GetKeywordStats.php file with a debugger enabled 6) once it hits your breakpoint on line 47 of BaseStub.php, step into the code 7) notice that the code attempts to find and load ChannelCredentials.php, but fails to do so 8) notice also that a call to ChannelCredentials on line 53 does nothing, as the class previously failed to load Subsequent requests seem to complete successfully, so is this something I should just ignore? And if not, how can I configure my system to actually find ChannelCredentials.php? On Wednesday, February 9, 2022 at 9:00:18 AM UTC-6 adsapi wrote: > Hi, > > Thank you for reaching out to the Google Ads API support team. > > To investigate the issue further, could you please provide us with the > complete logs (request > <https://developers.google.com/google-ads/api/docs/concepts/field-service#request> > > and response > <https://developers.google.com/google-ads/api/docs/concepts/field-service#response> > > with request-id > <https://developers.google.com/google-ads/api/docs/concepts/call-structure#request-id>) > > via the Reply privately to the author option? > > Thanks, > [image: Google Logo] > Nirmita Patel > Google Ads API Team > > > ref:_00D1U1174p._5004Q2W5dCK:ref > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/d1cc21c8-771e-4514-b83b-3f6bd7a53486n%40googlegroups.com.
