-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to read file Polar H10 #181
Comments
@awilliamsra thank you for the report. I will try to reproduce. 303 error is for "air packet lost", which may hint that something is interfering the BLE communication. |
I am also facing this problem, in my case I tried to create a timer that request recording status and based on the existence of a file I stop read and start a new record. |
@awilliamsra and @Mezah, I've tried to reproduce the problem by doing long recording on H10 and then reading it out. My Steps:
Observation:
Is it possible you could share the logs from the moment you are reading the big file from H10? |
@JOikarinen - I don't have any at the moment. But if it appears again I will post them here ! |
So I tried to read a large recording over 9+hrs - the read seemed to timeout then all subsequent attempts to list the exercises caused a 303 error |
@awilliamsra thanks for the good logs and sorry for delayed answer. This is what I see in the logs:
The problem you have described seems very obvious in the log. It seems that for some reason H10 just stops sending the data or at least it is not received in SDK. Future more, there is weird behaviour, the missing part of data seems to be received when H10 is connected again. The root cause of the issue still unclear. I will try to reproduce this to get a bit more light on this mysterious issue. |
I retested this case again. I recorded long exercise (>12h). Started the recording and read out the recording with the example app. The outcome is that data is successfully read every time I attempt to read it. Questions @awilliamsra:
|
Occasionally I have this happen and the 2nd or 3rd time the read succeeds. I have 2 polar h10s. Next time this issue happens I could send you the unit, although I suspect with a few days in the mail, when you get it the read will succeed. |
two times this happened in the last month |
Wondering if this issue is being worked on. We're experiencing the same (or very similar) problem with reading recordings from Verity Sense. Unfortunately I wasn't able to reproduce it on any of my devices, but few of our users encounter this in the wild. |
Platform on which you observed the bug:
Device on which you observed the bug:
Describe the bug
When trying to read a large recording from the Polar H10 device ( 8+ hrs ) the Polar SDK will stop and throw a wait Timeout error, I can see the data being streamed for about 10 seconds it will then stop and throw the error listed above. When I try and read the file from the device after this a different error will be thrown - response Error with code 303.
How to Reproduce
Perform long recording then try and read recording - it should be noted that I have only seen this once but I was unable to read the file from the device.
Expected behavior
File should be read.
Screenshots and logs
The text was updated successfully, but these errors were encountered: