Joshua Humphries
Joshua Humphries
Hi, @jonesambrosi. Sadly, this is a breakage in a dependency, that happened a little over a week ago. I've been watching to see what happens with [this bug](https://github.com/cncf/udpa/issues/42). Until that...
Unfortunately, this is different. This is simply a use case that isn't well supported yet. There's a TODO in the code for it: https://github.com/fullstorydev/grpcui/blob/master/internal/resources/webform/webform.js#L150 So `grpcui` should be able to...
You can work around this by supplying the sources directly using `-proto` arguments. If you still want to get the main service info from the server (via server reflection), and...
Can you describe the context? Was the period in the request payload? Or was it in the response? Can you provide an example payload?
Can you also check the browser JS console, to see if there is more information in the response? Also, can you use the browser's network inspector to get the actual...
I think the issue is that grpcui, unlike grpcurl, tries to pro-actively download descriptors for all services and methods. So grpcurl would likely encounter the same problem if you ever...
@Kernald, thanks for the extra info. Hopefully I can dig into it this weekend.
@manuelnp, sorry, I haven't gotten a chance to actually debug it.
@manuelnp, oh wow. So it was a linker optimization, throwing away only the descriptor? 🤯 @Kernald, if you have not already found a work-around, can you try out the one...
@xguo-prestolabs, can you try the compile/link options mentioned above when building your server?