Hi,
Some times I get null when calling:
Will update when I find a test case to reproduce, if able.
Some times I get null when calling:
UserFriends = await UserAsync.GetFriends(await UserAsync.GetLoggedUser())
Here the ex:at Microsoft.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at Microsoft.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccess(Task task)
at Tweetinvi.UserAsync.<GetFriends>d__10.MoveNext()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at TwitterClient.MainPage.<OnNavigatedTo>d__0.MoveNext() in <FILE_PATH_HERE>\\View\\MainPage.xaml.cs:line 80
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__3(Object state)
at System.Threading.WinRTSynchronizationContext.Invoker.InvokeCore()
Message "User cannot be null"
Can be the nested await?Will update when I find a test case to reproduce, if able.