-
Notifications
You must be signed in to change notification settings - Fork 157
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
updateFirmware fails on iOS SDK 5.8.0 (VeritySense) with notificationNotEnabled error #496
Comments
Hi @korzonkiee , From what version are you trying to perform the update ? Note that there is an issue that it's not possible to perform firmware update with a Verity Sense while it's being charged before latest release 2.2.6 that fixed the issue, so the next firmware updates (if we make any) will work properly with charger. I'm wondering if this could be the issue for you right now ? |
Hey @jimmyzumthurm I was trying to update from 2.1.0. The device was not connected to charger during firmware update. |
@korzonkiee Thanks for the information. So I don't see any reason why it would fail from the device side. @samulimaa @R-Laukka @TeemuLauPolar Could any of you look into this ? |
One of our users just experienced this issue on iOS SDK 5.8.0 with Polar 360 as well. After doing some investigation, it looks like after writing the firmware is finished (link), the device gets rebooted and when device reconnects, it tries to factory reset the device (link). However, it appears that sometimes the |
In the logs attached above, you can see that the
|
One way to fix it is to update Or, to keep things clean, leave |
…update it so that it waits for FTP client to be ready polarofficial#496
…update it so that it waits for FTP client to be ready polarofficial#496
Fixed in #516 |
FLOW-60541. The Fix will be out in the next release. |
This should be fixed in the latest SDK release 5.10.0. |
Thank you, @samulimaa, for taking the time to look into this. I am currently verifying whether the issue is resolved, but I'm having trouble locating the code that ensures the FTP is ready before any FTP operations are performed. Could you please point me to the part of the code that addresses this? |
Platform on which you observed the bug:
Device on which you observed the bug:
Describe the bug
updateFirmware
fails with the following error:updateFirmware.log
How to Reproduce
updateFirmare
method.Expected behavior
updateFirmware
should not fail.The text was updated successfully, but these errors were encountered: