You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Microsoft.Azure.WebJobs.Script.Workers.WorkerProcessExitException : dotnet exited with code 134 Unhandled exception. Grpc.Core.RpcException: Status(StatusCode='Unavailable', Detail='Error starting gRPC call. HttpRequestException: An error occurred while sending the request. IOException: The request was aborted. Http2ConnectionException: The HTTP/2 server sent invalid data on the connection. HTTP/2 error code 'PROTOCOL_ERROR' (0x1).', DebugException='System.Net.Http.HttpRequestException: An error occurred while sending the request., ---> System.Net.Http.Http2ConnectionException: The HTTP/2 server sent invalid data on the connection. HTTP/2 error code 'PROTOCOL_ERROR' (0x1).,
at System.Net.Http.Http2Connection.ThrowProtocolError(Http2ProtocolErrorCode errorCode)
I'm also seeing this same exception when I move the host to use the latest Asp.NET Grpc implementation (PR #7543) and run the dotnet worker on Linux -- but in this case, it's without VNET.
Learn more about the scenario
The text was updated successfully, but these errors were encountered: