• 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.7k 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 12, 2019, 9:31 AM Feb 9, 2019, 1:15 PM

    Hi guys,

    I’m experiencing an issue with MM.

    Each time I quit MM, I can see those errors in the terminal (after the “launching application line”:

    Launching application.
    ERROR! Could not find main module js file for .AppleDouble
    (node:365) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: Cannot read property 'refs' of undefined
    (node:365) [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.
    (node:365) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): TypeError: Cannot read property 'refs' of undefined
    (node:365) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 3): TypeError: Cannot read property 'refs' of undefined
    
    

    The .AppleDouble thing is always here…
    The (node: XXXX) is always here but the XXXX is different each time.

    Does anyone knows what it is related to and how we could fix that?
    (I even don’t know how to start an analysis, etc…)

    Thanks already for your help.

    L 1 Reply Last reply Feb 12, 2019, 10:03 PM Reply Quote 0
    • B Offline
      bolish
      last edited by Feb 12, 2019, 7:32 PM

      I’ve searched the forum again and ZERO mention to .appledouble issue…
      No one experienced that?

      M L 2 Replies Last reply Feb 12, 2019, 9:12 PM Reply Quote 0
      • M Offline
        Mykle1 Project Sponsor Module Developer @bolish
        last edited by Feb 12, 2019, 9:12 PM

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

        .appledouble issue…

        This seems to be specific to the MacOS. If you google “.appledouble issue…” you’ll find some interesting reads

        Create a working config
        How to add modules

        1 Reply Last reply Reply Quote 1
        • L Offline
          lavolp3 Module Developer @bolish
          last edited by lavolp3 Feb 12, 2019, 10:04 PM Feb 12, 2019, 10:03 PM

          @bolish
          Regarding the UnhandledPromiseRejection, you’d have to find out which module is creating this.
          Can you list the modules you are using?
          I had this error with MMM-rfacts. Do you have that installed?

          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 lavolp3 Feb 12, 2019, 10:09 PM Feb 12, 2019, 10:08 PM

            @bolish I would guess your system has created an .appledouble file in the modules directory.
            wikipedia says the file is created for so-called double-forks used in the A/UX system.

            Don’t know if there’s a wa to ignore files/folders in the modules directory.

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

            1 Reply Last reply Reply Quote 0
            • R Offline
              robiv8
              last edited by robiv8 Feb 12, 2019, 11:29 PM Feb 12, 2019, 11:27 PM

              You will have had your files on the OS X computer, then OS X automatically makes these .AppleDouble files.
              Search your Magic Mirror completely for these files and delete them.
              These can be safely deleted.

              1 Reply Last reply Reply Quote 0
              • B Offline
                bolish
                last edited by Feb 14, 2019, 9:14 PM

                @Mykle1 @lavolp3 @robiv8
                .appledouble : found the rootcause!!
                I believe it’s because I mounted my raspberry Pi as a share on my MacBook.
                By making “all hidden files visible” on the Pi, I noticed that ALL (literally ALL) folders on the Pi where showing an .appledouble folder with a lot of files inside…
                By removing the .appledouble folder which was into the /MagicMirror/Modules one…this error message stopped.
                I’m convinced this .appledouble folder will be created again later my the MacOs…Nevertheless, I’m now sure that this error message was not causing any trouble in the end…So everything fine.

                Anyway, thanks for support!!

                1 Reply Last reply Reply Quote 0
                • B Offline
                  bolish
                  last edited by Feb 14, 2019, 9:17 PM

                  @lavolp3

                  Here is the list of the modules I’m using :

                  0_1550178968289_Screenshot_ 20190214_ 221537.png

                  It’s a lot…So it seems difficult to identify the one causing the issue, don’t you think so? Maybe you know an analysis method that could help?

                  Do you think that by “disabled : true” then one by one, it could work to identify which one is causing the issue?

                  Regards

                  L 1 Reply Last reply Feb 15, 2019, 8:00 AM Reply Quote 0
                  • L Offline
                    lavolp3 Module Developer @bolish
                    last edited by lavolp3 Feb 15, 2019, 8:01 AM Feb 15, 2019, 8:00 AM

                    @bolish Well at first I would rule out:

                    MMM-Wunderlist
                    MMM-remote-control
                    MMM-SystemStats
                    calendar_monthly
                    all in default

                    I have these as well and not the message you’re finding.
                    What you could try out:
                    There is a module MMM-Logging by @shbatm giving the logging output more detail. It’s easy to install and you don’t need to configure anything.
                    That module could be able to show where the unhandled promise reection is sitting.

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

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

                      @lavolp3
                      OK I will give it a try this weekend and check the logs.
                      Disabling them on by one (through the config.js) will not help?

                      L 1 Reply Last reply Feb 15, 2019, 8:16 AM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 1 / 4
                      1 / 4
                      • First post
                        1/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