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.

    Connection failure error

    Scheduled Pinned Locked Moved Bug Hunt
    3 Posts 2 Posters 380 Views 2 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.
    • S Offline
      sbonn13
      last edited by

      Hi all,

      Since I have update MM via git pull I always receive connection failures in the console after starting MM. I do not know if it is related with MM or just a coincidence. Whilst using start dev I have found no error.

      Does anybody have an idea about the root cause or how I can continue searching for this issue?

      [00:12:32.977] [LOG]    Connection failure
      [00:12:32.979] [LOG]    Connection failure
      [00:12:32.981] [LOG]    Connection failure
      

      … (repeating constantly)

      Thanks!

      S 2 Replies Last reply Reply Quote 0
      • S Offline
        sdetweil @sbonn13
        last edited by

        @sbonn13 is the connection failure report in the pm2 log?

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil @sbonn13
          last edited by sdetweil

          @sbonn13 open a terminal window (ssh is ok too)

          do

          cd ~/MagicMirror/modules
          # search all module source for error string
          find . | grep -v node_modules | grep \.js$ | grep -i connection
          # search all module dependencies for error string
          find . | grep  node_modules | grep \.js$ | grep -i connection
          

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • First post
            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