I am using the beta version of the Google Ads Api (v2), and suddenly started receiving this error:
Response
-------
Headers: {}
Fault: {
"created": "@1568023681.855377467",
"description": "Failed to pick subchannel",
"file": "src/core/ext/filters/client_channel/client_channel.cc",
"file_line": 3818,
"referenced_errors": [
{
"created": "@1568023680.718458552",
"description": "Resolver transient failure",
"file": "src/core/ext/filters/client_channel/resolving_lb_policy.cc",
"file_line": 268,
"referenced_errors": [
{
"created": "@1568023680.718452388",
"description": "DNS resolution failed",
"file": "src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc",
"file_line": 357,
"grpc_status": 14,
"referenced_errors": [
{
"created": "@1568023680.718384003",
"description": "C-ares status is not ARES_SUCCESS: Could not contact DNS servers",
"file": "src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc",
"file_line": 244,
"referenced_errors": [
{
"created": "@1568023680.718371983",
"description": "C-ares status is not ARES_SUCCESS: Could not contact DNS servers",
"file": "src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc",
"file_line": 244
}
]
}
]
}
]
}
]
}
I haven't seen this error before, and was wondering what to do about it? I can't find anything about it in the API docs either..
All help is appreciated.