-
|
@NodeJSmith I've got a few recent workouts that do not have any telemetry. Have you seen this happen before? Is there a different function or API call I should be using when this happens? Or do you know if this is the case moving forward with OTF? Thank you. I hope you're doing well. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
|
@rhart211 if you go into the app and look at the performance details, do you see the "View Performance Details" button below the bar graph? if not, then its not the otf-api app, its OTF's api not sending anything for telemetry. I just noticed that my last two workouts do not have telemetry data either. I'm going to add some logs to my package to make these things more clear so at least nobody should be confused about what their api does/doesn't return, but at this time there isn't anything we can do. I will keep an eye out for new app updates though in case they push out a fix or a change that we need to incorporate |
Beta Was this translation helpful? Give feedback.
-
|
@NodeJSmith, that explains it. I'm not seeing the Performance details in a
few of my workouts, including the workout from today and the 2 before it.
In all, I have ~15 workouts that lack telemetry. I really hope this isn't a
permanent change that OTF has made to the app. Having the telemetry is
definitely a must have. :D Thank you for the reply and for all of the work
you and the team are doing.
…On Tue, May 5, 2026 at 6:34 PM Jessica Smith ***@***.***> wrote:
@rhart211 <https://github.com/rhart211> if you go into the app and look
at the performance details, do you see the "View Performance Details"
button below the bar graph? if not, then its not the otf-api app, its OTF's
api not sending anything for telemetry. I just noticed that my last two
workouts do not have telemetry data either.
I'm going to add some logs to my package to make these things more clear
so at least nobody should be confused about what their api does/doesn't
return, but at this time there isn't anything we can do. I will keep an eye
out for new app updates though in case they push out a fix or a change that
we need to incorporate
—
Reply to this email directly, view it on GitHub
<#118 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABVMYIUGJ4C4FCHWMHHSGNT4ZJUADAVCNFSM6AAAAACYR2Z4OWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTMOBSGEZTIMY>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
@NodeJSmith I found that are a lot of people on Reddit complaining about the same issue, and that it might be related to the new software they deployed to the treads and rowers. Here is a thread that was started about 6 months ago: Details Missing Thread |
Beta Was this translation helpful? Give feedback.
-
|
So it sounds like they rewrote parts of the backend to handle late arriving telemetry but probably have some bugs in it, causing certain workouts to be missing telemetry forever? Having worked in database development, it's quite possible that the data exists but that something is preventing it from getting to you. Could be worth opening a ticket, see if they can fix it for you specifically |
Beta Was this translation helpful? Give feedback.
-
|
I think you're right. That is the popular belief that they could add the data to the workout later. I have put in a ticket, but based on the comments in that thread and others, I'm not confident that OTF will reply. Fingers crossed. Thank you for the support. I'm going to continue with my project as if the data will be there. :D Thank you for the support |
Beta Was this translation helpful? Give feedback.
@NodeJSmith I found that are a lot of people on Reddit complaining about the same issue, and that it might be related to the new software they deployed to the treads and rowers. Here is a thread that was started about 6 months ago: Details Missing Thread