0x5bfa/FluentHub

Bug: App fails to load Dashboard page

Opened this issue ยท 2 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

@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()

I can repro when I updated to the latest.