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: App fails to load Dashboard page #517

Open
shrimqy opened this issue Sep 29, 2024 · 2 comments
Open

Bug: App fails to load Dashboard page #517

shrimqy opened this issue Sep 29, 2024 · 2 comments

Comments

@shrimqy
Copy link

shrimqy commented Sep 29, 2024

🪟 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

@Lamparter
Copy link
Collaborator

Lamparter commented Sep 29, 2024

@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
Copy link
Owner

0x5bfa commented Sep 29, 2024

I can repro when I updated to the latest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 To do
Development

No branches or pull requests

3 participants