#grpc in goLang

18 messages · Page 1 of 1 (latest)

radiant bone
#

Hey, I’m facing a small issue when I call an api from front end its receiving an desc unavailable unable to find transport error is being revived can anyone tell me what are the things I should look for!

surreal lagoon
#

Do you have some code and the full error that you can share?

radiant bone
#

Yep

radiant bone
#

@surreal lagoon can you help me?

south widget
#

this appears to be a problem with your typescript, not your go code

#

what is your typescript side of the code

radiant bone
#

Let me show!

#

@south widget

south widget
#

Well it appears that the errror is occurring in some sort of rpc process and not your http code that deals with your go api

radiant bone
#

Do you think might be because of the proto files.

#

@south widget

#

Some miss configurations between proto and swagger files.

south widget
#

Possibly

#

That error usually means that the RPC channel was closed

#

so check your transport credentials, and check whether anything is interfering with your connection and whether you actually connect at all

radiant bone
#

@south widget how to I check all the details you mentioned I’m kinda new to this.

south widget
#

it honestly depends on how you set everything up