You are reading a single comment by @Hank and its replies. Click here to read the full conversation.
  • Got the new App - nothing changed for me.
    I believe it's the Message app. The watch gets the messages from Gadgetbridge, but Messages just won't display them. Any idea how to debug that?

    Debug log says:

     ____                 _ 
    |  __|___ ___ ___ _ _|_|___ ___ 
    |  __|_ -| . |  _| | | |   | . |
    |____|___|  _|_| |___|_|_|_|___|
             |_| espruino.com
     2v14 (c) 2021 G.Williams
    
    >
    [JUncaught ReferenceError: "b" is not defined
     at line 4 col 221 in messages.app.js
    ...r b=!0}this.options.back&&!b&&Bangle.setUI­({mode:"custom",ba...
                                  ^
    in function "setUI" called from line 2 col 445 in messages.app.js
    ...this._l.c[1].c);this.setUI();var f=this;d(this._l);this.upda...
                                  ^
    in function "Layout" called from line 344 col 19 in messages.app.js
      ]},{back:goBack});
                      ^
    in function "showMessage" called from line 371 col 41 in messages.app.js
        return showMessage(newMessages[0].id);
                                            ^
    in function "checkMessages" called from line 440 col 118 in messages.app.js
    ...sic && settings.openMusic });
                                  ^
    in function called from system
    >
    

    When I send

    GB({"t":"notify","id":1575479849,"src":"­Hangouts","title":"A Name","body":"message contents"})
    
    

    from the Emulator, the Message app just opens fine!
    But then, when I want to accept or decline a message, it shows

    in function called from system
    Uncaught Error: Function "a" not found!
     at line 1 col 2541 in messages.app.js
    a(this._l,b)
    ^
    in function called from system
    > 
    

    All this is super weird.

    HA!
    In the Emulator (Chrome) I disabled Module Minification and now it seems to be working. Still testing.

About

Avatar for Hank @Hank started