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
Hey guys! please advise :) I'm getting a proto related error when using func (a cxsdk.AlertsClient) List(ctx context.Context, req *v3.ListAlertDefsRequest) (*v3.ListAlertDefsResponse, error), see below.
rpc error: code = Internal desc = grpc: failed to unmarshal the received message: proto: cannot parse invalid wire-format data
Expected Result
I am expecting to be able to list alerts :)
Actual Result
Hey guys! please advise :) I'm getting a proto related error when using
func (a cxsdk.AlertsClient) List(ctx context.Context, req *v3.ListAlertDefsRequest) (*v3.ListAlertDefsResponse, error)
, see below.This is the code I'm using:
Relevant log output
The text was updated successfully, but these errors were encountered: