• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

MM Error - .AppleDouble and UnhandledPromiseRejectionWarning

Scheduled Pinned Locked Moved Unsolved Troubleshooting
34 Posts 4 Posters 12.8k Views 3 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    bolish
    last edited by bolish Feb 17, 2019, 12:03 AM Feb 17, 2019, 12:03 AM

    @lavolp3
    thx

    Here is the result

    pi@MagicPi:~/MagicMirror/modules $ find . -maxdepth 2 -exec grep -nwl  .then 2>/dev/null {} +
    ./MMM-Remote-Control/node_helper.js
    ./MMM-Remote-Control/installer.sh
    ./MMM-BackgroundSlideshowInfo/README.md
    ./MMM-NotificationTrigger/README.md
    pi@MagicPi:~/MagicMirror/modules $ 
    
    

    So… Remote Control I believe…
    I will try to disable it and see what happens.

    L 1 Reply Last reply Feb 17, 2019, 12:07 AM Reply Quote 0
    • B Offline
      bolish
      last edited by bolish Feb 17, 2019, 12:07 AM Feb 17, 2019, 12:07 AM

      I confirm…
      No error message anymore after disabling MMM-RemoteControl.

      Wao…and now?? Do you have a clue about next step or should I raise an issue into MMM-ControlRemote git?

      L 1 Reply Last reply Feb 17, 2019, 12:08 AM Reply Quote 0
      • L Offline
        lavolp3 Module Developer @bolish
        last edited by Feb 17, 2019, 12:07 AM

        @bolish That’s odd. Something doesn’t add up, sorry. I think a “then” is searched as well. But try these modules.
        If not successfull you’d need to go with disabling one module after another

        How to troubleshoot modules
        MMM-soccer v2, MMM-AVStock

        1 Reply Last reply Reply Quote 0
        • L Offline
          lavolp3 Module Developer @bolish
          last edited by Feb 17, 2019, 12:08 AM

          @bolish Well, great!! BUt oddly, I dont have this… and I have the module as well.
          Do you have Jopyth’s original version installed? Or a fork?

          How to troubleshoot modules
          MMM-soccer v2, MMM-AVStock

          1 Reply Last reply Reply Quote 0
          • B Offline
            bolish
            last edited by bolish Feb 17, 2019, 12:10 AM Feb 17, 2019, 12:09 AM

            @lavolp3
            I have the original version from Jopyth.
            S***, I hoped it would have been easier to figure out!!

            I just Git Pulled… Was already up to date

            L 1 Reply Last reply Feb 17, 2019, 12:11 AM Reply Quote 0
            • L Offline
              lavolp3 Module Developer @bolish
              last edited by Feb 17, 2019, 12:11 AM

              @bolish OK I can confirm your errors. Had it disabled. By enabling the unhaldled promises come up.
              Raise an issue. I’ll have a look at the code

              How to troubleshoot modules
              MMM-soccer v2, MMM-AVStock

              1 Reply Last reply Reply Quote 0
              • B Offline
                bolish
                last edited by bolish Feb 17, 2019, 12:12 AM Feb 17, 2019, 12:11 AM

                Don’t you think it can be linked to the .appledouble thing. Remember that :

                2019-02-15T22:45:59  Launching application. (/home/pi/MagicMirror/js/electron.js:82 App.)
                2019-02-15T22:45:59  ERROR! Could not find main module js file for .AppleDouble (/home/pi/MagicMirror/modules/MMM-Remote-Control/node_helper.js:258 Class.loadModuleDefaultConfig)
                2019-02-15T22:46:03  (node:6793) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: Cannot read property 'refs' of undefined (/home/pi/MagicMirror/internal/process/warning.js:18 writeOut)
                2019-02-15T22:46:03  (node:6793) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. (/home/pi/MagicMirror/internal/process/warning.js:18 writeOut)
                2019-02-15T22:46:03  (node:6793) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): TypeError: Cannot read property 'refs' of undefined (/home/pi/MagicMirror/internal/process/warning.js:18 writeOut)
                2019-02-15T22:46:03  (node:6793) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 3): TypeError: Cannot read property 'refs' of undefined (/home/pi/MagicMirror/internal/process/warning.js:18 writeOut)
                2019-02-15T22:46:03  (node:6793) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 4): TypeError: Cannot read property 'refs' of undefined (/home/pi/MagicMirror/internal/process/warning.js:18 writeOut)
                2019-02-15T22:46:04  (node:6793) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 5): TypeError: Cannot read property 'refs' of undefined (/home/pi/MagicMirror/internal/process/warning.js:18 writeOut)
                2019-02-15T22:46:08  MMM-Logging updated config received, reloading console (/home/pi/MagicMirror/modules/MMM-Logging/node_helper.js:30 Class.socketNotificationReceived)
                
                

                Because the .appledouble error is refering to Remote Control also.

                So…you just have the same issue now but never noticed it before?

                L 2 Replies Last reply Feb 17, 2019, 12:13 AM Reply Quote 0
                • L Offline
                  lavolp3 Module Developer @bolish
                  last edited by Feb 17, 2019, 12:13 AM

                  @bolish No.
                  Unhandled promise rejections are code stuff that can be overcome quite easily.

                  Think of it like this.
                  You ask your program to do something outside (e.g. request data from somewhere else.
                  When it doesn’t work the “promise” of delivering something is rejected.
                  When this rejection is unhandled (the program isnt told what to do) you get this error

                  How to troubleshoot modules
                  MMM-soccer v2, MMM-AVStock

                  B 1 Reply Last reply Feb 17, 2019, 12:15 AM Reply Quote 0
                  • L Offline
                    lavolp3 Module Developer @bolish
                    last edited by Feb 17, 2019, 12:14 AM

                    @bolish said in MM Error - .AppleDouble and UnhandledPromiseRejectionWarning:

                    So…you just have the same issue now but never noticed it before?

                    May have been updated in the past. Don’t know.

                    How to troubleshoot modules
                    MMM-soccer v2, MMM-AVStock

                    1 Reply Last reply Reply Quote 0
                    • B Offline
                      bolish @lavolp3
                      last edited by Feb 17, 2019, 12:15 AM

                      @lavolp3
                      Thanks for explanation.

                      I’ve just raised it on Git on an existing issue log.

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 3 / 4
                      3 / 4
                      • First post
                        22/34
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy