Skip to content

Instantly share code, notes, and snippets.

@danmoseley
Created June 9, 2019 21:51
Show Gist options
  • Save danmoseley/536a74c5516328c9ecad2a5272182fbd to your computer and use it in GitHub Desktop.
Save danmoseley/536a74c5516328c9ecad2a5272182fbd to your computer and use it in GitHub Desktop.
after
System.AggregateException: One or more errors occurred. (Object reference not set to an instance of an object.)
---> System.NullReferenceException: Object reference not set to an instance of an object.
at System.Net.Http.RedirectHandler.GetUriForRedirect(Uri requestUri, HttpResponseMessage response)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.FinishSendAsyncUnbuffered(Task`1 sendTask, HttpRequestMessage request, CancellationTokenSource cts, Boolean disposeCts)
at Grpc.Net.Client.Internal.GrpcCall`2.SendAsync(HttpClient client, HttpRequestMessage message) in C:\Development\Source\grpc-dotnet\src\Grpc.Net.Client\Internal\GrpcCall.cs:line 432
at Grpc.Net.Client.Internal.HttpContentClientStreamReader`2.MoveNextCore(CancellationToken cancellationToken) in C:\Development\Source\grpc-dotnet\src\Grpc.Net.Client\Internal\HttpContentClientStreamReader.cs:line 113
at InteropTestsClient.InteropClient.RunTimeoutOnSleepingServerAsync(TestServiceClient client) in C:\Development\Source\grpc-dotnet\testassets\InteropTestsClient\InteropClient.cs:line 562
at InteropTestsClient.InteropClient.RunTestCaseAsync(IChannel channel, ClientOptions options) in C:\Development\Source\grpc-dotnet\testassets\InteropTestsClient\InteropClient.cs:line 265
at InteropTestsClient.InteropClient.Run() in C:\Development\Source\grpc-dotnet\testassets\InteropTestsClient\InteropClient.cs:line 129
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at System.Threading.Tasks.Task.Wait()
at InteropTestsClient.InteropClient.<>c.<Run>b__5_1(ClientOptions options) in C:\Development\Source\grpc-dotnet\testassets\InteropTestsClient\InteropClient.cs:line 122
at CommandLine.ParserResultExtensions.WithParsed[T](ParserResult`1 result, Action`1 action)
at InteropTestsClient.InteropClient.Run(String[] args) in C:\Development\Source\grpc-dotnet\testassets\InteropTestsClient\InteropClient.cs:line 111
at InteropTestsClient.Program.Main(String[] args) in C:\Development\Source\grpc-dotnet\testassets\InteropTestsClient\Program.cs:line 25
-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment