- {
- "ClassName": "System.ArgumentOutOfRangeException",
- "Message": "startIndex cannot be larger than length of string.",
- "Data": null,
- "InnerException": null,
- "HelpURL": null,
- "StackTraceString": " at System.String.Substring(Int32 startIndex, Int32 length)
- at Forguncy.Server2.Controllers.HomeController.GetActualPageName(HttpContext context, String pageName, Boolean isMobile)
- at Forguncy.Server2.Controllers.HomeController.c(String A_0, Boolean A_1)
- at Forguncy.Server2.Controllers.HomeController.GetMetadata(String pageName, String token, Boolean isMobile)
- at lambda_method301(Closure , Object )
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
- at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
- at Forguncy.Server2.KatanaMiddleware.ProcessEngineMiddleware.InvokeAsync(HttpContext context, ICacheService cacheService)
- at Forguncy.Server2.KatanaMiddleware.ReportsMiddleware.InvokeAsync(HttpContext context, ICacheService cacheService, IReportServerService reportServerService)
- at Forguncy.KatanaMiddleware.ServerCommandMiddleware.InvokeAsync(HttpContext context)
- at Forguncy.KatanaMiddleware.k.InvokeAsync(HttpContext context)
- at Forguncy.KatanaMiddleware.j.InvokeAsync(HttpContext context)
- at Forguncy.Server2.KatanaMiddleware.StartPageMiddleware.InvokeAsync(HttpContext context)
- at ForguncyServerCommon.HttpHeaderMiddlewareBase.InvokeAsync(HttpContext context)
- at Forguncy.KatanaMiddleware.q.InvokeAsync(HttpContext context)",
- "RemoteStackTraceString": null,
- "RemoteStackIndex": 0,
- "ExceptionMethod": null,
- "HResult": -2146233086,
- "Source": "System.Private.CoreLib",
- "WatsonBuckets": null,
- "ParamName": "startIndex",
- "ActualValue": null
- }
复制代码
请求 URL:http://xxxxx.xxxxxxx.com/ym/Home/GetMetadata
请求方法:
POST
请求数据:pageName=PathName%3A%2F&token=&isMobile=false
|
|