You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I'm running into the same issue as you guys that was mentioned here. However, I am using this for a school project, and had saved the metadata for a successfully logged in Garmin object to a db, and thought I could use that to try and still make progress while we wait for a fix.
Unfortunately, the result of garmin.get_activity(id) (an id that was previously attained from a get_activities_by_date call) along with any other call is an empty array.
All that to say, does anyone have any data on hand for what fields a return value for get_activity() would look like? I'd like to still do work on my project while we wait for a garth fix.
I am sure the documentation exists somewhere but I just dont know where to look.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
So I'm running into the same issue as you guys that was mentioned here. However, I am using this for a school project, and had saved the metadata for a successfully logged in Garmin object to a db, and thought I could use that to try and still make progress while we wait for a fix.
Unfortunately, the result of garmin.get_activity(id) (an id that was previously attained from a get_activities_by_date call) along with any other call is an empty array.
All that to say, does anyone have any data on hand for what fields a return value for get_activity() would look like? I'd like to still do work on my project while we wait for a garth fix.
I am sure the documentation exists somewhere but I just dont know where to look.
Thanks in advance!
The text was updated successfully, but these errors were encountered: