Advertisement
Guest User

btcpayser-rafa

a guest
Feb 10th, 2023
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. fail: Microsoft.AspNetCore.Server.Kestrel: Connection id "0HMOBERQEL1TC", Request id "0HMOBERQEL1TC:00000002": An unhandled exception was thrown by the application.
  2. System.ArgumentException: An element with the key 'appId' already exists in the RouteValueDictionary. (Parameter 'key')
  3. at Microsoft.AspNetCore.Routing.RouteValueDictionary.Add(String key, Object value)
  4. at BTCPayServer.Filters.DomainMappingConstraintAttribute.Accept(ActionConstraintContext context) in /home/swapngo/BTCSERVER/btcpayserver-1.7.9/BTCPayServer/Filters/DomainMappingConstraintAttribute.cs:line 65
  5. at Microsoft.AspNetCore.Mvc.Routing.ActionConstraintMatcherPolicy.EvaluateActionConstraintsCore(HttpContext httpContext, CandidateSet candidateSet, IReadOnlyList`1 items, Nullable`1 startingOrder)
  6. at Microsoft.AspNetCore.Mvc.Routing.ActionConstraintMatcherPolicy.EvaluateActionConstraints(HttpContext httpContext, CandidateSet candidateSet)
  7. at Microsoft.AspNetCore.Mvc.Routing.ActionConstraintMatcherPolicy.ApplyAsync(HttpContext httpContext, CandidateSet candidateSet)
  8. at Microsoft.AspNetCore.Routing.Matching.DfaMatcher.SelectEndpointWithPoliciesAsync(HttpContext httpContext, IEndpointSelectorPolicy[] policies, CandidateSet candidateSet)
  9. at Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware.<Invoke>g__AwaitMatch|8_1(EndpointRoutingMiddleware middleware, HttpContext httpContext, Task matchTask)
  10. at BTCPayServer.Hosting.BTCPayMiddleware.Invoke(HttpContext httpContext) in /home/swapngo/BTCSERVER/btcpayserver-1.7.9/BTCPayServer/Hosting/BTCpayMiddleware.cs:line 101
  11. at BTCPayServer.Hosting.GreenfieldMiddleware.Invoke(HttpContext httpContext) in /home/swapngo/BTCSERVER/btcpayserver-1.7.9/BTCPayServer/Hosting/GreenfieldMiddleware.cs:line 50
  12. at Microsoft.AspNetCore.Diagnostics.StatusCodePagesMiddleware.Invoke(HttpContext context)
  13. at BTCPayServer.Hosting.HeadersOverrideMiddleware.Invoke(HttpContext httpContext) in /home/swapngo/BTCSERVER/btcpayserver-1.7.9/BTCPayServer/Hosting/HeadersOverrideMiddleware.cs:line 30
  14. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication`1 application)
  15. warn: PayServer: Error while contacting exchange coingecko: A task was canceled.
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement