yandex-cloud / cloudapi

Interface definitions of Yandex.Cloud API
MIT License
77 stars 33 forks source link

DNS resolution failed for service: stt.api.cloud.yandex-cloud.net:443 #11

Closed 12E6FD9 closed 2 years ago

12E6FD9 commented 2 years ago

I'm following this example and it was fine till today. Now I get DNS error. Any ideas how it can be fixed?

<_MultiThreadedRendezvous of RPC that terminated with: status = StatusCode.UNAVAILABLE details = "DNS resolution failed for service: stt.api.cloud.yandex-cloud.net:443" debug_error_string = " { "created": "@1642795937.739745884", "description": "Resolver transient failure", "file": "src/core/ext/filters/client_channel/client_channel.cc", "file_line": 1324, "referenced_errors": [ { "created": "@1642795937.739740447", "description": "DNS resolution failed for service: stt.api.cloud.yandex-cloud.net:443", "file": "src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc", "file_line": 359, "grpc_status": 14, "referenced_errors": [ { "created": "@1642795937.739600798", "description": "C-ares status is not ARES_SUCCESS qtype=A name=stt.api.cloud.yandex-cloud.net is_balancer=0: Domain name not found", "file": "src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc", "file_line": 698, "referenced_errors": [ { "created": "@1642795937.739131933", "description": "C-ares status is not ARES_SUCCESS qtype=AAAA name=stt.api.cloud.yandex-cloud.net is_balancer=0: Domain name not found", "file": "src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc", "file_line": 698 } ] } ] } ] }"

GennadySpb commented 2 years ago

Hi there! Domain name should be stt.api.cloud.yandex.net (not stt.api.cloud.yandex-cloud.net).

12E6FD9 commented 2 years ago

thanks a lot!