Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Function returning Result = "{Not yet computed}"

In the code below:

 

var profile = client.GetUserProfileAsync(); 
try
{

    UserProfile uProfile = profile.Result;

 

I'm getting for profile:

Id = 95, Status = System.Threading.Tasks.TaskStatus.WaitingForActivation, Method = "{null}", Result = "{Not yet computed}"

 

I'm not sure why this is happening.  I do have a profile.  And when I look at my Fitbit account it shows that the code i'm working with is accessing my account.  So can anyone think of a reason I'm getting this issue?  Has anyone else had this issue.

 

Thanks in advance for any help.

 

 

Best Answer
0 Votes
1 REPLY 1

For future lookup, this issue was reviewed and closed on Github: https://github.com/aarondcoleman/Fitbit.NET/issues/180

Using Fitbits in Research? Check out Fitabase --www.fitabase.com
Best Answer
0 Votes