• Hi & happy new year everyone,

    I am developing an app (a 15 puzzle). I made the first release on my personal copy of the app loader at

    https://dirkhillbrecht.github.io/BangleA­pps/#

    If you try to upload the "Garbled 15 puzzle" into a real Bangle 2 (newest v2.11 firmware), you get the error

    Upload failed, Unexpected response Uncaught SyntaxError: Got var expected EOF

    Uploading into the emulator through the app loader works. If you take the source code from

    https://github.com/dirkhillbrecht/Bangle­Apps/blob/dh/apps/p15prob/puzzle15.app.j­s

    and upload it into a Bangle 2 via the Web IDE, it works, too - as long as you disable the variable name shortening in the minification settings.

    I know that the source code is quite complex defining classes and having lots of source code comments, but that shouldn't be a problem, should it?

    Can anyone explain what's going on here? If you want me to investigate further, please let me know where to start. I do not feel settled enough with the whole Espruino ecosystem to start narrowing down the problem source on my own.

    Best regards,
    Dirk

About