Skip to content
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

Name resolution failure with gRPC server reflection #5659

Closed
1 task done
terrakuh opened this issue Jan 12, 2023 · 1 comment
Closed
1 task done

Name resolution failure with gRPC server reflection #5659

terrakuh opened this issue Jan 12, 2023 · 1 comment
Labels
A-grpc Area: GRPC / GRPC Protocol B-bug Bug: general classification S-unverified Status: Unverified by maintainer

Comments

@terrakuh
Copy link

Expected Behavior

When using environments in request collections and using a property for the server endpoint, the actual value should come from the environment.

Actual Behavior

The field is not resolved and an error is thrown:

UNAVAILABLE: Name resolution failed for target dns:{{ _.server }}

Reproduction Steps

  1. Create an environment with the property "server" and set it to the endpoint address of your gRPC server.
  2. Create a new gRPC request and set the endpoint to "_.server".
  3. Click on "use server reflection".

Is there an existing issue for this?

Additional Information

Environment:

{
  "server": "127.0.0.1:50051"
}

Error message from developer console:

image

Insomnia Version

2022.7.1

What operating system are you using?

Ubuntu

Operating System Version

Ubuntu 22.10

Installation method

Downloaded .DEB directly

Last Known Working Insomnia version

No response

@terrakuh terrakuh added B-bug Bug: general classification S-unverified Status: Unverified by maintainer labels Jan 12, 2023
@filfreire filfreire added the A-grpc Area: GRPC / GRPC Protocol label Jan 12, 2023
@jackkav
Copy link
Contributor

jackkav commented Jan 13, 2023

Thanks for the report @terrakuh this is underway.

@jackkav jackkav closed this as completed Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-grpc Area: GRPC / GRPC Protocol B-bug Bug: general classification S-unverified Status: Unverified by maintainer
Projects
None yet
Development

No branches or pull requests

3 participants