Jed Samok
Jed Samok
异常: SJZY.InterfaceRelay.Api.Pet_Error cap-msg-id:8936888856285681876 System.InvalidOperationException: CAP has not been started! at DotNetCore.CAP.Internal.CapPublisher.PublishInternalAsync[T](String name, T value, IDictionary`2 headers, Nullable`1 delayTime, CancellationToken cancellationToken) at DotNetCore.CAP.Internal.CapPublisher.PublishAsync[T](String name, T value, IDictionary`2 headers, CancellationToken cancellationToken) at...
# 1 异常堆栈 😭 轨迹中台测试环境异常_Error cap-msg-id:316993851092066309 System.Exception: 【redis-test.default.svc.cluster.local:6379/6】Status unavailable, waiting for recovery. Connect to redis-server(redis-test.default.svc.cluster.local:6379 -> Unspecified/redis-test.default.svc.cluster.local:6379) timeout, DEBUG: Dns.GetHostEntry(redis-test.default.svc.cluster.local)=System.Net.IPHostEntry ---> System.TimeoutException: Connect to redis-server(redis-test.default.svc.cluster.local:6379 -> Unspecified/redis-test.default.svc.cluster.local:6379) timeout, DEBUG: Dns.GetHostEntry(redis-test.default.svc.cluster.local)=System.Net.IPHostEntry...
M
### Excel Type - [x] XLSX ### MiniExcel Version master分支最新代码 ```c# [Fact()] public void QueryCastToIDictionary() { var path = @"../../../../../samples/xlsx/TestCenterEmptyRow/TestCenterEmptyRow.xlsx"; foreach (IDictionary row in MiniExcel.QueryRange(path, endCell:"c3")) { } } ```...