FluentHub icon indicating copy to clipboard operation
FluentHub copied to clipboard

Bug: App fails to load Dashboard page

Open shrimqy opened this issue 1 year ago • 3 comments

🪟 What version of Windows is this issue present?

🪟 Windows 11 Beta

🔢 What version of FluentHub are you on?

0.9.0.0 | X64 | RELEASE

📄 Description

App fails to load dashboard with the following message:

Object Reference not set to an instance of an object

🪜 Steps To Reproduce

  1. Launch Fluenthub normally.
  2. Wait for the repostories to load on the side
  3. Error

🤔 Expected behavior

Should show the dashboard normally.

📑 Stack Trace

   at FluentHub.Octokit.Wrappers.ActivityWrapper.Wrap(IReadOnlyList`1 response)
   at FluentHub.Octokit.Queries.Users.ActivityQueries.GetAllAsync(String login)
   at FluentHub.App.ViewModels.Viewers.DashBoardViewModel.LoadHomeContentsAsync()
   at FluentHub.App.ViewModels.Viewers.DashBoardViewModel.LoadUserHomePageAsync()

📸 Assets

Log20240929.log

shrimqy avatar Sep 29 '24 14:09 shrimqy

@IviriusMain reported the exact same issue...

2024-09-29 14:59:43.990 +03:00 [ERR] LoadHomeContentsAsync
System.NullReferenceException: Object reference not set to an instance of an object.
   at FluentHub.Octokit.Wrappers.ActivityWrapper.Wrap(IReadOnlyList`1 response)
   at FluentHub.Octokit.Queries.Users.ActivityQueries.GetAllAsync(String login)
   at FluentHub.App.ViewModels.Viewers.DashBoardViewModel.LoadHomeContentsAsync()
   at FluentHub.App.ViewModels.Viewers.DashBoardViewModel.LoadUserHomePageAsync()
2024-09-29 14:59:48.639 +03:00 [ERR] LoadHomeContentsAsync
System.NullReferenceException: Object reference not set to an instance of an object.
   at FluentHub.Octokit.Wrappers.ActivityWrapper.Wrap(IReadOnlyList`1 response)
   at FluentHub.Octokit.Queries.Users.ActivityQueries.GetAllAsync(String login)
   at FluentHub.App.ViewModels.Viewers.DashBoardViewModel.LoadHomeContentsAsync()
   at FluentHub.App.ViewModels.Viewers.DashBoardViewModel.LoadUserHomePageAsync()

Lamparter avatar Sep 29 '24 14:09 Lamparter

I can repro when I updated to the latest.

0x5bfa avatar Sep 29 '24 14:09 0x5bfa

Same with me here. I'm on the latest MS Store version

Georgios1999 avatar Aug 13 '25 16:08 Georgios1999