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.

    Error: object_proxy

    Scheduled Pinned Locked Moved Solved Troubleshooting
    8 Posts 4 Posters 1.5k Views 4 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.
    • mumblebajM Online
      mumblebaj Module Developer
      last edited by

      Hi,

      Has anybody seen the below error before?

      [05.09.2022 14:56.10.632] [LOG]   Starting node helper for: calendar
      [05.09.2022 14:56.10.636] [LOG]   Sockets connected & modules started ...
      [05.09.2022 14:56.12.960] [LOG]   Launching application.
      [1795:0905/145613.398359:ERROR:object_proxy.cc(623)] Failed to call method: org.freedesktop.DBus.StartServiceByName: object_path= /org/freedesktop/DBus: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
      [1831:0905/145616.499054:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
      [1986:0905/145625.126377:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
      [2044:0905/145627.535447:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
      [2067:0905/145628.319236:ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported.
      [1868:0905/145628.436569:ERROR:command_buffer_proxy_impl.cc(126)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
      

      Check out my modules at: https://github.com/mumblebaj?tab=repositories

      S 1 Reply Last reply Reply Quote 0
      • S Away
        sdetweil @mumblebaj
        last edited by

        @mumblebaj not the top ones add

        –disable-gpu

        to the package.json start clause

        "start": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron --disable-gpu js/electron.js
        

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        mumblebajM 1 Reply Last reply Reply Quote 0
        • mumblebajM Online
          mumblebaj Module Developer @sdetweil
          last edited by

          @sdetweil Thanks Sam. I had the gpu previously. Could have been overridden by upgrade?

          First time I see the first error though. Anyway, I will google a bit.

          Check out my modules at: https://github.com/mumblebaj?tab=repositories

          S M 2 Replies Last reply Reply Quote 0
          • S Away
            sdetweil @mumblebaj
            last edited by

            @mumblebaj upgrade? mm yes, package.json is replaced

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 1
            • M Offline
              MMRIZE @mumblebaj
              last edited by MMRIZE

              @mumblebaj
              I think it could be applied permanently by process.env.ELECTRON_DISABLE_GPU setting.

              S 1 Reply Last reply Reply Quote 0
              • S Away
                sdetweil @MMRIZE
                last edited by

                @MMRIZE cool…

                one could set that in mm.sh

                export ELECTRON_DISABLE_GPU=true

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                mumblebajM 1 Reply Last reply Reply Quote 0
                • mumblebajM Online
                  mumblebaj Module Developer @sdetweil
                  last edited by

                  Thanks @MMRIZE and @sdetweil much appreciated.

                  Check out my modules at: https://github.com/mumblebaj?tab=repositories

                  karsten13K 1 Reply Last reply Reply Quote 0
                  • karsten13K Offline
                    karsten13 @mumblebaj
                    last edited by

                    see https://github.com/MichMich/MagicMirror/issues/2831

                    1 Reply Last reply Reply Quote 1
                    • 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