You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When trying to connect to a server that does not support gRPC reflections then gWhisper crashes with a segfault. Would be nice if a message would be displayed instead that states that the server is missing the reflection support.
To Reproduce
just try to connect to a server that does not support reflection
Expected behavior
no crash but a clear message
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. We should indeed not crash but write an understandable error message.
We did until now not test on non-reflection server.
A;so see related issue: #5 which we plan to work on in the next months
in latest development version, as well as in latest release v3.3.1 I cannot reproduce.
output when connecting to non reflection server:
> gwhisper 127.0.0.1
Parse failed.Parsed until: '127.0.0.1'
Possible Candidates:
'127.0.0.1:'
'127.0.0.1'
'127.0.0.1 '
Reflection request not implemented; is the ServerReflection service enabled?
could you please give details (gwhisper version) and example crash.
Describe the bug
When trying to connect to a server that does not support gRPC reflections then gWhisper crashes with a segfault. Would be nice if a message would be displayed instead that states that the server is missing the reflection support.
To Reproduce
just try to connect to a server that does not support reflection
Expected behavior
no crash but a clear message
The text was updated successfully, but these errors were encountered: