BW Clock and hang #4850
Replies: 1 comment
-
Posted at 2022-05-25 by @yerpj I am not sure about that, but could it be that you are missing the file "weather.json" in the storage area? Posted at 2022-05-25 by @gfwilliams Thanks! That could be an issue, however it looks like the code is in a If you connect with the Web IDE while running it, do you see any error messages that might help? Posted at 2022-05-25 by rigrig edit: Nvm, I was wrong about what i posted here. Posted at 2022-05-26 by uname the problem started when I updated the firmware, I have updated it many other times without problem, I confirm that the weather.json file is not present and was not present before the upgrade either. @gordon, unfortunately I got it working again on the fly because I needed it right away, I didn't have a chance to test it. Thanks! Posted at 2022-05-26 by Fteacher I had exactly the same problem, I escaped the hang with a factor reset. After a few fails, I checked the forum find @uname 's post and chunked off BW clock. It works fine now. I've read the forum quickly and didn't see what Gordon suggested to give more data about this issue, sorry. Posted at 2022-05-27 by PeerDavid Thats really weird. Honestly, I don't think it's the weather.json... @gfwilliams Could it be that an exception is thrown in the "on exit" event and then the firmware calls "on exit" again which again raises an exception such that it is stuck in a loop (on exit -> exception -> on exit -> exception -> ...)? I could easily refactor this to save settings whenever something is changed rather than "on exit" in case this could be the problem and also try catch on exit which would probably a good idea in general... Otherwise I honestly have no idea how this could happen... Posted at 2022-06-07 by @gfwilliams @peerdavid can you reproduce this?
I guess... I wouldn't have thought it was likely from memory, but without looking into it I couldn't say for sure. If someone can get me proper steps to reproduce this reliably from a clean Bangle I can look into it... Posted at 2022-06-20 by PeerDavid I just tried to reproduce this issue with 2v14.12 but I'm not able to reproduce this. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2022-05-25 by uname
With the last firmware update my B2 went into hang, initially I wanted to blame the firmware, I did a restore from backup which didn't work, two backups from two different dates.
I restarted from 0 and everything was working until I put "BW Clock" back in and the device crashed again.
I am using https://espruino.github.io/BangleApps/, now I solved by removing this Clock and using another one.
If it's helpful to anyone.
Beta Was this translation helpful? Give feedback.
All reactions