We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Basic info:
Case:
Refer to the document example, one server, two clients, 2 calls 1 normal, 3 calls 1 error
The following is the ‘3. Client (Unity)’ code, configuration and error: 1.code
2.config
3.error
IOException: client error (SendRequest) Cysharp.Net.Http.ResponseContext.CompleteAsFailed (System.String errorMessage) (at Assets/Packages/com.cysharp.yetanotherhttphandler/ResponseContext.cs:125) --- End of stack trace from previous location where exception was thrown --- Cysharp.Net.Http.ResponseContext.GetResponseAsync () (at Assets/Packages/com.cysharp.yetanotherhttphandler/ResponseContext.cs:154) Rethrow as HttpRequestException: client error (SendRequest) Cysharp.Net.Http.ResponseContext.GetResponseAsync () (at Assets/Packages/com.cysharp.yetanotherhttphandler/ResponseContext.cs:158) Grpc.Net.Client.Internal.GrpcCall2[TRequest,TResponse].RunCall (System.Net.Http.HttpRequestMessage request, System.Nullable1[T] timeout) (at <c521f2934b38415a9aef98ca65fec1a0>:0) Rethrow as RpcException: Status(StatusCode="Unavailable", Detail="Error starting gRPC call. HttpRequestException: client error (SendRequest) IOException: client error (SendRequest)", DebugException="System.Net.Http.HttpRequestException: client error (SendRequest)") MagicOnion.Client.ResponseContextRaw2[T,TRaw].FromRawResponseToResponseAsync () (at Assets/Packages/com.cysharp.magiconion/MagicOnion.Client/ResponseContext.cs:79) MagicOnion.UnaryResult1[TResponse].UnwrapResponse () (at Assets/Packages/com.cysharp.magiconion/MagicOnion.Abstractions/UnaryResult.cs:261) TestGRPC.OnClientGRPCButtonClick () (at Assets/TestGRPC.cs:58) System.Runtime.CompilerServices.AsyncMethodBuilderCore+<>c.<ThrowAsync>b__7_0 (System.Object state) (at <467a840a914a47078e4ae9b0b1e8779e>:0) UnityEngine.UnitySynchronizationContext+WorkRequest.Invoke () (at <0652bf0e14024522b5c92574ad0ef550>:0) UnityEngine.UnitySynchronizationContext.Exec () (at <0652bf0e14024522b5c92574ad0ef550>:0) UnityEngine.UnitySynchronizationContext.ExecuteTasks () (at <0652bf0e14024522b5c92574ad0ef550>:0)
IOException: client error (SendRequest) Cysharp.Net.Http.ResponseContext.CompleteAsFailed (System.String errorMessage) (at Assets/Packages/com.cysharp.yetanotherhttphandler/ResponseContext.cs:125) --- End of stack trace from previous location where exception was thrown --- Cysharp.Net.Http.ResponseContext.GetResponseAsync () (at Assets/Packages/com.cysharp.yetanotherhttphandler/ResponseContext.cs:154) Rethrow as HttpRequestException: client error (SendRequest) Cysharp.Net.Http.ResponseContext.GetResponseAsync () (at Assets/Packages/com.cysharp.yetanotherhttphandler/ResponseContext.cs:158) Grpc.Net.Client.Internal.GrpcCall
1[T] timeout) (at <c521f2934b38415a9aef98ca65fec1a0>:0) Rethrow as RpcException: Status(StatusCode="Unavailable", Detail="Error starting gRPC call. HttpRequestException: client error (SendRequest) IOException: client error (SendRequest)", DebugException="System.Net.Http.HttpRequestException: client error (SendRequest)") MagicOnion.Client.ResponseContextRaw
1[TResponse].UnwrapResponse () (at Assets/Packages/com.cysharp.magiconion/MagicOnion.Abstractions/UnaryResult.cs:261) TestGRPC.OnClientGRPCButtonClick () (at Assets/TestGRPC.cs:58) System.Runtime.CompilerServices.AsyncMethodBuilderCore+<>c.<ThrowAsync>b__7_0 (System.Object state) (at <467a840a914a47078e4ae9b0b1e8779e>:0) UnityEngine.UnitySynchronizationContext+WorkRequest.Invoke () (at <0652bf0e14024522b5c92574ad0ef550>:0) UnityEngine.UnitySynchronizationContext.Exec () (at <0652bf0e14024522b5c92574ad0ef550>:0) UnityEngine.UnitySynchronizationContext.ExecuteTasks () (at <0652bf0e14024522b5c92574ad0ef550>:0)
The text was updated successfully, but these errors were encountered:
A more detailed error may be available by using YetAnotherHttpHandler 1.4.1. Could you give me that error if possible?
Sorry, something went wrong.
No branches or pull requests
Basic info:
Case:
Refer to the document example, one server, two clients, 2 calls 1 normal, 3 calls 1 error
The following is the ‘3. Client (Unity)’ code, configuration and error:
1.code
2.config
3.error
IOException: client error (SendRequest) Cysharp.Net.Http.ResponseContext.CompleteAsFailed (System.String errorMessage) (at Assets/Packages/com.cysharp.yetanotherhttphandler/ResponseContext.cs:125) --- End of stack trace from previous location where exception was thrown --- Cysharp.Net.Http.ResponseContext.GetResponseAsync () (at Assets/Packages/com.cysharp.yetanotherhttphandler/ResponseContext.cs:154) Rethrow as HttpRequestException: client error (SendRequest) Cysharp.Net.Http.ResponseContext.GetResponseAsync () (at Assets/Packages/com.cysharp.yetanotherhttphandler/ResponseContext.cs:158) Grpc.Net.Client.Internal.GrpcCall
2[TRequest,TResponse].RunCall (System.Net.Http.HttpRequestMessage request, System.Nullable1[T] timeout) (at <c521f2934b38415a9aef98ca65fec1a0>:0) Rethrow as RpcException: Status(StatusCode="Unavailable", Detail="Error starting gRPC call. HttpRequestException: client error (SendRequest) IOException: client error (SendRequest)", DebugException="System.Net.Http.HttpRequestException: client error (SendRequest)") MagicOnion.Client.ResponseContextRaw
2[T,TRaw].FromRawResponseToResponseAsync () (at Assets/Packages/com.cysharp.magiconion/MagicOnion.Client/ResponseContext.cs:79)MagicOnion.UnaryResult
1[TResponse].UnwrapResponse () (at Assets/Packages/com.cysharp.magiconion/MagicOnion.Abstractions/UnaryResult.cs:261) TestGRPC.OnClientGRPCButtonClick () (at Assets/TestGRPC.cs:58) System.Runtime.CompilerServices.AsyncMethodBuilderCore+<>c.<ThrowAsync>b__7_0 (System.Object state) (at <467a840a914a47078e4ae9b0b1e8779e>:0) UnityEngine.UnitySynchronizationContext+WorkRequest.Invoke () (at <0652bf0e14024522b5c92574ad0ef550>:0) UnityEngine.UnitySynchronizationContext.Exec () (at <0652bf0e14024522b5c92574ad0ef550>:0) UnityEngine.UnitySynchronizationContext.ExecuteTasks () (at <0652bf0e14024522b5c92574ad0ef550>:0)
The text was updated successfully, but these errors were encountered: