ktr0731 / evans

Evans: more expressive universal gRPC client
MIT License
4.23k stars 187 forks source link

Need Help : Facing error while starting repl service #677

Open KishanMaheta24 opened 12 months ago

KishanMaheta24 commented 12 months ago

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)