-
-
Notifications
You must be signed in to change notification settings - Fork 537
[gRPC] DNS resolution failed for service #1871
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
After a period of trying, I found it's related to the gRPC C-Ares issues. Adding the Thanks and telepresence is a really good tool! |
I know this has been closed for a long time and I am using GRPC for something totally different but I had the same issue with the python GRPC client. It was working fine for weeks until one day it just stopped with the above error. The environment variable above made no difference. After hours of fiddling with it I found the error. Turns out I was accidentally using a target URL with a specified scheme ("https://"). Apparently the python client must be called without one:
|
Uh oh!
There was an error while loading. Please reload this page.
GRPC will report DNS resolution failed when with
telepresence connect
ed on macos.The error message is listed below:
The text was updated successfully, but these errors were encountered: