??? 500

500 - InternalServerError

Something went horribly, horribly wrong while servicing your request.

We're sorry :-(

Graphics courtesy of the awesome Matthew Inman

Details

Error Details

Nancy.RequestExecutionException: Oh noes! ---> System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
   at System.Collections.Generic.List`1.set_Item(Int32 index, T value)
   at Helpers.Skating.SkatingHelper.CalculateRule10(List`1 candidates, Int32 placeToFind, Int32 participantsCount)
   at Helpers.Skating.SkatingViewModel.CalculateRule10(IEnumerable`1 group, Int32 placeToGive)
   at Helpers.Skating.SkatingViewModel.CalculateRule9()
   at Helpers.Skating.SkatingViewModel.DoCalculations()
   at Helpers.Skating.SkatingHelper.CreateViewModel(ScrutinusContext context, Round round)
   at NancyServer.ViewModels.ViewModelFactory.GetFinalTableViewModel(Int32 competitionId)
   at NancyServer.ViewModels.ExportModule.<.ctor>b__0_6(Object request)
   at CallSite.Target(Closure , CallSite , Func`2 , Object )
   at Nancy.Routing.Route.<>c__DisplayClass4.b__3(Object parameters, CancellationToken context)
   --- End of inner exception stack trace ---
   at Nancy.NancyEngine.InvokeOnErrorHook(NancyContext context, ErrorPipeline pipeline, Exception ex)