07-12-2016 12:30
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

07-12-2016 12:30
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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.
07-12-2016 18:39
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

07-12-2016 18:39
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
For future lookup, this issue was reviewed and closed on Github: https://github.com/aarondcoleman/Fitbit.NET/issues/180


