Posting my findings here to make it easier for others to find the answer in the future.
The solution to this issue (specific to the dotnet examples) was the last comment in the attached GitHub link: For future reference, the issue was with grpc’s dns resolver. Setting the environment variable GRPC_DNS_RESOLVER=native fixes it. I’ll make this change in the next library version. Or, translated into C# code: Environment.SetEnvironmentVariable("GRPC_DNS_RESOLVER", "native"); // Necessary in nuget version 1.1.0 to work around bug in code Add this line of code somewhere in the startup of your app to fix the problem. (It would manifest as either DEADLINE_EXCEEDED or TRANSIENT_FAILURE, depending on the client timeout setting). On Monday, April 29, 2019 at 3:14:25 AM UTC-7, googleadsapi-forumadvisor wrote: > > Hi Jordan, > > Thank you for reaching out to us. You may refer to this link > <https://github.com/googleads/google-ads-dotnet/issues/59> in Github for > more information on how to troubleshoot the issue. Should you still > encounter the error after troubleshooting, feel free to continue the > discussion on the Github thread. > > Regards, > Dave Paurillo > Google Ads API Team > > > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ > Also find us on our blog and discussion group: > https://ads-developers.googleblog.com/search/label/google_ads_api > https://developers.google.com/adwords/api/community/ > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ > > Was your question answered? Please rate your experience with us by taking > a short survey. > If not -- reply to this email and tell us what else we can do to help. > > Take Survey > <https://support.google.com/google-ads/contact/survey_transactional?caseid=3-7948000025616&hl=en&ctx=1> > > Also find us on our blog and discussion group: > http://googleadsdeveloper.blogspot.com/search/label/adwords_api > https://developers.google.com/adwords/api/community/ > On 04/27/19 03:02:47 jor...@sightly.com <javascript:> wrote: > > I have been trying to run the code examples all day, and I keep getting > this same error. Is there any further information? > > On Wednesday, March 20, 2019 at 12:29:28 PM UTC-7, swap...@logicserve.com > wrote: > > Hi, > > I am using new google ads api to access my google ads account. However, > when I run the code in .Net Console application I am getting the following > error > > "Status(StatusCode=Unavailable, Detail=\"channel is in state > TRANSIENT_FAILURE\" > > I searched on the internet but was unable to solve the issue. > > Can anyone help me with this. > > *“CONFIDENTIALITY / DISCLAIMER NOTICE*: The information in this e-mail > and any attachments is confidential and may be legally privileged. It is > intended solely for the addressee. If you are not the intended recipient > and have received this communication in error, please notify the sender > immediately by return e-mail, delete this e-mail and destroy any copies of > it. Any unauthorized copying, disclosure or distribution of the material in > this e-mail is strictly forbidden. Reasonable precautions have been taken > to ensure that this e-mail is virus-free. However, Logicserve does not > accept responsibility for any loss or damage arising from the use of this > e-mail or any attachments.” > > -- > -- > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ > 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. > Visit this group at https://groups.google.com/group/adwords-api. > To view this discussion on the web visit > https://groups.google.com/d/msgid/adwords-api/7f05e149-3726-47fd-bff8-0ce71967d63d%40googlegroups.com > > <https://groups.google.com/d/msgid/adwords-api/7f05e149-3726-47fd-bff8-0ce71967d63d%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/32fb95e4-d4b2-41d0-bdee-cf482f6f0a7d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.