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

proto files not used #2

Open
sinag opened this issue Nov 25, 2021 · 2 comments
Open

proto files not used #2

sinag opened this issue Nov 25, 2021 · 2 comments

Comments

@sinag
Copy link

sinag commented Nov 25, 2021

Hi,

Even if I have matching .proto files, message types are not visible in messagetype combobox.
I can see decompiled proto in treeview, but not with messagetypes
Any hints?

@BlueMatthew
Copy link
Owner

Yes, the message type combo-box is only for manual input when the program can't get message type from http response. I wonder if your data returns message type? If it does, the message type will be filled into the combo-box.

@BlueMatthew
Copy link
Owner

Hi,

Even if I have matching .proto files, message types are not visible in messagetype combobox. I can see decompiled proto in treeview, but not with messagetypes Any hints?

Please check the decompiled proto in treeview that field name is string defined in proto or pure number(field id)? if it is number, the data is decoded as raw message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants