-
Notifications
You must be signed in to change notification settings - Fork 420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting error unknown (2) when making UnaryCall call. #2057
Comments
Could you provide more information about what you're doing, how you're trying to do it and where you're seeing the error? There isn't anything actionable we can do with the information you have provided. |
@glbrntt This how my code is
Below how I am making an GRPC call
Here how authenticate UnaryRPC looks like. This is compiler generated code.
|
And also it happens only for my client using the app, If I use app with the same account it works fine. I suspect is it something to do with the network? But instead of unknown(2) error some valid error might be useful to understand |
Is there a message with the error? |
What are you trying to achieve?
Getting error unknown (2) when making UnaryCall call.
What have you tried so far?
The request doesn't seems to be reaching our server.
The text was updated successfully, but these errors were encountered: