You are reading a single comment by @HughB and its replies. Click here to read the full conversation.
  • I couldn't reproduce the error with clkinfos on my setup, however I found that the code printing that warning isn't exactly helping out with the problem..
    Could you trigger the exception while adding something like

    console.log(e);
    

    in the same catch box where that is printed (should be clock_info:133).
    After that, the result might tell something more meaningful.
    (For simplicity I can try to set up a branch with that modification on my fork, stay tuned)

    EDIT
    Here you go, by uninstalling and reinstalling the offending clock (slopeclockpp) with my app loader's fork (https://glemco.github.io/BangleApps/) you should be able to use this modified version of the clock_info module. You can check the only new commit in my master branch is adding that line.

  • The SlopeClockpp with Weather Clock_info is working fine without issue on my 2nd Bangle 2.
    I will try adding in the other Clock Info's.
    I am using your SlopeClockpp with Weather 0.22
    Could this be something to do with pretokenisation ?
    I have re-installed all my apps without pretokenisation.
    All clock_info's working now, no pauses and errors on the IDE.

    Issue 2382 still reproducable though.

About

Avatar for HughB @HughB started