Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IndexOutOfRange in RadialSearch #8

Open
chklauser opened this issue Feb 26, 2023 · 0 comments
Open

IndexOutOfRange in RadialSearch #8

chklauser opened this issue Feb 26, 2023 · 0 comments

Comments

@chklauser
Copy link
Owner

fail: Microsoft.AspNetCore.Components.Server.Circuits.CircuitHost[111]
      Unhandled exception in circuit 'AedYkHamS1FTdggC3dhor-0yW79B2qsFrPSy2Q7-chw'.
      System.IndexOutOfRangeException: Index was outside the bounds of the array.
         at System.Collections.Immutable.ImmutableArray`1.System.Collections.Generic.IReadOnlyList<T>.get_Item(Int32 index)
         at Splitracker.Web.Shared.SplitrackerEnumerableExtensions.RadialSearch[T](IReadOnlyList`1 xs, Int32 startIndex)+MoveNext()
         at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
         at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Boolean& found)
         at Splitracker.Web.Shared.Timelines.TimelinePreview.trackFocusedTick() in /home/runner/work/splitracker/splitracker/Splitracker.Web/Shared/Timelines/TimelinePreview.razor.cs:line 126
         at Microsoft.AspNetCore.Components.ComponentBase.CallOnParametersSetAsync()
         at Microsoft.AspNetCore.Components.ComponentBase.SetParametersAsync(ParameterView parameters)
         at Microsoft.AspNetCore.Components.Rendering.ComponentState.SupplyCombinedParameters(ParameterView directAndCascadingParameters)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant