Bug: App fails to load Dashboard page
Opened this issue ยท 2 comments
shrimqy commented
๐ช 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
- Launch Fluenthub normally.
- Wait for the repostories to load on the side
- 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
Lamparter commented
@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()
0x5bfa commented
I can repro when I updated to the latest.