Robert te Kaat
Robert te Kaat
Running into this issue now. I'm not sure, but RARBG search hardly ever works (I retry about 10 times to get results) and it was my default search engine. Configuring...
Currently it keeps complaining I need to instead the search module, while it's already installed. Maybe a related issue?
Nobody has a clue?
@Alexander-Bartosh Did you have to do anything special to get code coverage on Orleans to work? In my case (self hosted silo using generic host) the grains are reporting to...
I think I got it. My project uses Microsoft.NET.Sdk.Web. If I change a working specflow project to use this sdk, then things stop working too. But this in an integration...
I notice the same in the logs of this issue: https://github.com/grpc/grpc-dotnet/issues/1120#issuecomment-733850178
**The request sent to the service:** ``` POST https://kubernetes.docker.internal:7120/Middleware.Cloud.Integrations.Synxis.Contracts.Profiles.Htng.Ota200305.Grpc.Ota2010AGrpc/DescriptiveContent_SubmitRequest HTTP/1.1 User-Agent: grpc-dotnet/2.43.0 (.NET Framework; CLR 4.0.30319.42000; netstandard2.0; windows; x64) TE: trailers grpc-accept-encoding: identity,gzip Content-Type: application/grpc-web Host: kubernetes.docker.internal:7120 Request-Id: |2be2ccd74073458b3a96325a1ff43d85.2493711b3f4ad350. traceparent:...
So I found the issue: I use a trick to grab the request and response bodies so I can add them to Application Insights request telemetry. When I disable that...
Thanks Stephen! The fix/workaround works great. Very happy with it :-)
So I've just been troubleshooting this same issue, researching different kind of reasons. But not expecting the parameter name to be the issue! This really needs a fix or a...