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
I'm testing the demo following the README. However, it shows remote read conn closed: rpc error: code = Unknown desc = : HTTP status code 521; transport: missing content-type field
I used grpcurl and it shows the same:
grpcurl -proto ./pkg/proto/gun.proto -vv foo.bar.com:443 GunService/Tun
Resolved method descriptor:
rpc Tun ( stream .Hunk ) returns ( stream .Hunk );
Request metadata to send:
(empty)
Response trailers received:
(empty)
Sent 0 requests and received 0 responses
ERROR:
Code: Unknown
Message: : HTTP status code 521; transport: missing content-type field
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm testing the demo following the README. However, it shows
remote read conn closed: rpc error: code = Unknown desc = : HTTP status code 521; transport: missing content-type field
I used
grpcurl
and it shows the same:Beta Was this translation helpful? Give feedback.
All reactions