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

get_LastItemScan can causes exception #405

Closed
LeftOfLeftField opened this issue Jul 19, 2022 · 0 comments
Closed

get_LastItemScan can causes exception #405

LeftOfLeftField opened this issue Jul 19, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@LeftOfLeftField
Copy link

Error
Sequence contains no elements

System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
 ---> System.InvalidOperationException: Sequence contains no elements
   at System.Linq.ThrowHelper.ThrowNoElementsException()
   at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source)
   at RatScanner.ViewModel.MenuVM.get_LastItemScan()
   at RatRazor.Pages.App.Index.get_item() in D:\a\RatScanner\RatScanner\RatRazor\Pages\App\Index.razor:line 91
   at RatRazor.Pages.App.Index.<BuildRenderTree>b__0_18(RenderTreeBuilder __builder4) in D:\a\RatScanner\RatScanner\RatRazor\Pages\App\Index.razor:line 60
   at Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder.AddContent(Int32 sequence, RenderFragment fragment)
   at MudBlazor.MudPaper.BuildRenderTree(RenderTreeBuilder __builder)
   at Microsoft.AspNetCore.Components.ComponentBase.<.ctor>b__6_0(RenderTreeBuilder builder)
   at Microsoft.AspNetCore.Components.Rendering.ComponentState.RenderIntoBatch(RenderBatchBuild
Log
[23:09:44.0955960] > [Info]  ----- RatScanner 3.3.5 -----
[23:09:44.0956113] > [Info]  Starting RatScanner...
[23:09:44.0956137] > [Info]  Loading config...
[23:09:44.0995519] > [Info]  Setting temporary default item...
[23:09:44.1015062] > [Info]  Checking for item data updates...
[23:09:44.1049256] > [Info]  Loading resource "RSItemDataBundleVersion"...
[23:09:45.8166402] > [Info]  Initializing tarkov tracker database
[23:09:45.8169999] > [Info]  Initializing hotkey manager...
[23:09:45.8206000] > [Info]  UI Ready!
[23:09:46.8239860] > [Info]  Checking for updates...
[23:09:46.8244605] > [Info]  Loading resource "RSClientVersion"...
[23:09:46.8731592] > [Info]  Loading progress data...
[23:09:47.2394509] > [Info]  Loading price data...
[23:09:47.5956315] > [Info]  Loading TarkovTracker data...
[23:09:47.5956496] > [Info]  Initializing RatEye...
[23:09:53.0259302] > [Info]  Setting up timer routines...
[23:09:53.0259600] > [Info]  Setting default item...
[23:09:53.0406601] > [Info]  Enabling hotkeys...
[23:09:53.0406857] > [Info]  Ready!

@Blightbuster Blightbuster changed the title Sequence contains no elements get_LastItemScan can causes exception Jan 12, 2023
@Blightbuster Blightbuster added the bug Something isn't working label Jan 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants