• Hi all,

    I wonder if the same happens for other BangleJS2 - I get the following error message if I call reset() within the Web IDE:

    >reset()
    =undefined
     ____                 _
    |  __|___ ___ ___ _ _|_|___ ___
    |  __|_ -| . |  _| | | |   | . |
    |____|___|  _|_| |___|_|_|_|___|
             |_| espruino.com
     2v10.219 (c) 2021 G.Williams
    Uncaught Error: Function not found!
     at line 12 col 667 in .boot0
    ...oad('welcome.app.js')})}})()(function­(){var settings=require("Storage"...
    

    Currently, I simply ignore this message as everything seem to work fine...

    Thanks a lot,
    David

  • Hi,

    Have you updated any of the apps using https://banglejs.com/apps/ yet?

    I have had this happen before and believe it's fixed in bootloader v0.36 - when app.boot.js files get concatenated together for speed, if some don't have semi-colons at the end and when put together they end up making an invalid command.

  • Ahhh yea - I just updated to v0.36 and its totally fine now.

    Thanks a lot, also for this quick answer!

  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

BangleJs2 - Error message after reset in Espruino Web IDE

Posted by Avatar for PeerDavid @PeerDavid

Actions