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
When the gRPC server returns an error to the legacy server, the errors are wrapped and returned, such as here
This results in the error status always being a 500, with the JSON error response code being '2' for unknown error. For example, {"code":2,"message":"legacy handler: rpc error: code = InvalidArgument desc = The public key supplied in the request could not be parsed","details":[]}
Description
When the gRPC server returns an error to the legacy server, the errors are wrapped and returned, such as here
This results in the error status always being a 500, with the JSON error response code being '2' for unknown error. For example,
{"code":2,"message":"legacy handler: rpc error: code = InvalidArgument desc = The public key supplied in the request could not be parsed","details":[]}
Looking into this now...
cc @bobcallaway
fyi @cpanato @dlorenc, probably shouldn't cut a new release til we resolve this.
The text was updated successfully, but these errors were encountered: