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

ArgumentException when selecting Hacker News items #42

Open
hannesschulze opened this issue Aug 27, 2022 · 0 comments
Open

ArgumentException when selecting Hacker News items #42

hannesschulze opened this issue Aug 27, 2022 · 0 comments
Labels
t/bug Something isn't working
Milestone

Comments

@hannesschulze
Copy link
Owner

Sometimes, after switching between different Hacker News items, an unhandled ArgumentException is thrown with the following message:

Source object type is not a projected type and does not inherit from a projected type. (Parameter 'value')

It seems like the comments are loading fine (breakpoint at the end of FeedViewModel.LoadItemContent is reached) and the comments view model also seems to have loaded (breakpoint at the end of CommentItemViewModel.Load is also reached). Unfortunately, I don't know any way to debug an UnhandledException properly.

@hannesschulze hannesschulze added this to the v0.2.0 milestone Aug 31, 2022
@hannesschulze hannesschulze added the t/bug Something isn't working label Aug 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant