“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.”
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.
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwor...@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscribe@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+unsubscribe@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.
For more options, visit https://groups.google.com/d/optout.
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