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

Bug: Index out of range exception in home #334

Closed
2 tasks done
vivbyte opened this issue Nov 3, 2022 · 2 comments
Closed
2 tasks done

Bug: Index out of range exception in home #334

vivbyte opened this issue Nov 3, 2022 · 2 comments
Labels
type/bug This issue reports an unwanted behavior.

Comments

@vivbyte
Copy link

vivbyte commented Nov 3, 2022

⏱️ Before you start...

  • Have you updated FluentHub? You might be using an old version.
  • Have you checked if a similar issue has already been reported?

🪟 What version of Windows is this issue present?

Windows 11 Dev

🔢 What version/architecture of FluentHub are you on?

0.3.8.0 | X64 | RELEASE

📄 Description

Gives Error saying the index was out of range

🪜 Steps To Reproduce

  1. Install The App For The First Time
  2. Go To New Tav

🤔 Expected behavior

A home page.

📟 Stack Trace

Stack trace details
at System.ThrowHelper.ThrowArgumentOutOfRange_IndexException() + 0x16
   at FluentHub.Octokit.Queries.Users.NotificationQueries.<GetAllAsync>d__0.MoveNext() + 0xc95
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
   at FluentHub.Uwp.ViewModels.Home.UserHomeViewModel.<LoadHomeContentsAsync>d__25.MoveNext() + 0x36b
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
   at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb
   at FluentHub.Uwp.ViewModels.Home.UserHomeViewModel.<LoadUserHomePageAsync>d__24.MoveNext() + 0x1e0
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
   at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb
   at Microsoft.Toolkit.Mvvm.ComponentModel.ObservableObject.<>c__DisplayClass20_0`1.<<SetPropertyAndNotifyOnCompletion>g__MonitorTask|0>d.MoveNext() + 0xab

📸 Assets

image

@vivbyte vivbyte added the type/bug This issue reports an unwanted behavior. label Nov 3, 2022
@0x5bfa
Copy link
Owner

0x5bfa commented Nov 3, 2022

This problem was already fixed in v0.5.0. The app which you in use is ild version and so you can install new one from GitHub Releases page.

Note: Because of the problem that we cannot generate the package for Microsoft Store, we decided we suspend to upload them for a while. Until it available in Store, you have no choice but downloading from GitHub Releases page. Sorry for any inconvenience and thank you for trying our app out.

@0x5bfa 0x5bfa changed the title Index Error Home page doesn't load its content with an exception IndexOutOfRangeException Nov 3, 2022
@0x5bfa 0x5bfa removed their assignment Nov 3, 2022
@0x5bfa 0x5bfa changed the title Home page doesn't load its content with an exception IndexOutOfRangeException Bug: Index out of range exception in home Nov 20, 2022
@0x5bfa
Copy link
Owner

0x5bfa commented Feb 10, 2023

This was fixed in v0.5
Can you try it again?

@0x5bfa 0x5bfa closed this as completed Feb 10, 2023
@github-project-automation github-project-automation bot moved this to 📋 To do in FluentHub Board Jul 21, 2024
@Lamparter Lamparter moved this from 📋 To do to ✅ Done in FluentHub Board Jul 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug This issue reports an unwanted behavior.
Projects
Status: ✅ Done
Development

No branches or pull requests

2 participants