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: Opening Issues sometimes crashes the app #297

Open
Tracked by #295
0x5bfa opened this issue Sep 16, 2022 · 2 comments
Open
Tracked by #295

Bug: Opening Issues sometimes crashes the app #297

0x5bfa opened this issue Sep 16, 2022 · 2 comments
Assignees
Labels
bug This issue is related to a bug in the app.

Comments

@0x5bfa
Copy link
Owner

0x5bfa commented Sep 16, 2022

No description provided.

This was referenced Sep 16, 2022
@0x5bfa 0x5bfa self-assigned this Sep 16, 2022
@0x5bfa 0x5bfa added the bug This issue is related to a bug in the app. label Sep 16, 2022
@0x5bfa
Copy link
Owner Author

0x5bfa commented Sep 16, 2022

@arihant2math Do you have any something contextual data such as log, screenshot?

@arihant2math
Copy link
Contributor

Stacktrace:

   at y => new ReopenedEvent() {CreatedAt = y.CreatedAt, CreatedAtHumanized = y.CreatedAt.Humanize(null, null), Id = y.Id, StateReason = Convert(Convert(y.StateReason, IssueStateReason), Nullable`1), Actor = y.Actor.Select(actor => new Actor() {AvatarUrl = actor.AvatarUrl(Convert(Convert(100, Arg`1), Nullable`1)), Login = actor.Login}).SingleOrDefault()}(Closure , JToken )
   at Octokit.GraphQL.Core.Builders.Rewritten.Value.Switch[TResult](JToken source, IDictionary`2 selectors)
   at System.Linq.Enumerable.SelectIListIterator`2.MoveNext()
   at System.Collections.Generic.List`1.AddEnumerable(IEnumerable`1 enumerable)
   at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
   at lambda_method(Closure , JObject )
   at Octokit.GraphQL.Core.Deserializers.ResponseDeserializer.Deserialize[TResult](Func`2 deserialize, JObject data)
   at Octokit.GraphQL.Core.Deserializers.ResponseDeserializer.Deserialize[TResult](Func`2 deserialize, String data)
   at Octokit.GraphQL.Core.SimpleQuery`1.Runner.RunPage(CancellationToken cancellationToken)
   at Octokit.GraphQL.ConnectionExtensions.Run[T](IConnection connection, ICompiledQuery`1 query, Dictionary`2 variables, CancellationToken cancellationToken)
   at FluentHub.Octokit.Queries.Repositories.IssueEventQueries.GetAllAsync(String owner, String name, Int32 number)
   at FluentHub.Uwp.ViewModels.Repositories.Issues.IssueViewModel.LoadRepositoryOneIssueAsync(String owner, String name)
   at FluentHub.Uwp.ViewModels.Repositories.Issues.IssueViewModel.LoadRepositoryIssuePageAsync()
   at Microsoft.Toolkit.Mvvm.ComponentModel.ObservableObject.<>c__DisplayClass20_0`1.<<SetPropertyAndNotifyOnCompletion>g__MonitorTask|0>d.MoveNext()

Logs:

Log20220916.log

@0x5bfa 0x5bfa changed the title Opening Issues sometimes crashes the app Bug: Opening Issues sometimes crashes the app Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is related to a bug in the app.
Projects
None yet
Development

No branches or pull requests

2 participants