{{ message }}
Keploy Proxy Fails to Connect to gRPC Server with "dial tcp 127.0.0.1:6789: connect: connection refused" Error #2297
Answered
by
Vibgitcode27
Vibgitcode27
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
Vibgitcode27
Sep 25, 2024
Replies: 2 comments
-
Issue ResolutionThe issue has been resolved. I was using an older version of the Go SDK, which is why it was trying to connect to a local server. I updated to the newer version using the following command: go get -u github.com/keploy/go-sdk/v2Now, the server is running properly; however, I am still unable to generate test cases. For now, I am marking this discussion as complete, but I will update this section on whether I was able to resolve this issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Vibgitcode27
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Issue Resolution
The issue has been resolved. I was using an older version of the Go SDK, which is why it was trying to connect to a local server. I updated to the newer version using the following command:
Now, the server is running properly; however, I am still unable to generate test cases. For now, I am marking this discussion as complete, but I will update this section on whether I was able to resolve this issue.