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

Create gRPC Test fails when "." is present in proto package #3831

Open
exocom opened this issue Apr 29, 2024 · 1 comment
Open

Create gRPC Test fails when "." is present in proto package #3831

exocom opened this issue Apr 29, 2024 · 1 comment
Labels
bug Something isn't working triage requires triage user-request

Comments

@exocom
Copy link

exocom commented Apr 29, 2024

Describe the bug
When loading a proto file with a "." in the package name, the "Methods" dropdown fails to show the methods.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the link: https://github.com/open-telemetry/opentelemetry-demo/blob/v1.1.0/pb/demo.proto
  2. Use package hipstershop; - it works fine.
  3. Use package hipstershop.v1; - it fails to display methods.

Expected behavior
The "Methods" dropdown should show the methods even with a "." in the package name.

Screenshots
N/A

Browser (please complete the following information):

  • Browser: [Chrome]
  • Version: [latest] OSX

Additional context
Having a "." in the package name is common protobuf practice and should work.

@exocom exocom added bug Something isn't working triage requires triage labels Apr 29, 2024
@xoscar
Copy link
Collaborator

xoscar commented Apr 29, 2024

Hello @exocom thanks for the report, we'll take a look to see what is going on!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage requires triage user-request
Projects
None yet
Development

No branches or pull requests

2 participants