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
Hi there,
When i am trying to run evans -r -p 8080 it is throwing me error shown below here. evans: failed to run REPL mode: failed to instantiate a new spec: failed to instantiate the spec: failed to list packages by gRPC reflection: failed to list services from reflection enabled gRPC server: EOF
any Ideas what is causing this error?
ps: I have started the gRPC server on 8080 port no and i have also created reflaction of server like this: reflection.Register(grpcServer)
The text was updated successfully, but these errors were encountered:
Hi there,
When i am trying to run
evans -r -p 8080
it is throwing me error shown below here.evans: failed to run REPL mode: failed to instantiate a new spec: failed to instantiate the spec: failed to list packages by gRPC reflection: failed to list services from reflection enabled gRPC server: EOF
any Ideas what is causing this error?
ps: I have started the gRPC server on 8080 port no and i have also created reflaction of server like this:
reflection.Register(grpcServer)
The text was updated successfully, but these errors were encountered: