• 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.

Error: object_proxy

Scheduled Pinned Locked Moved Solved Troubleshooting
8 Posts 4 Posters 1.4k 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.
  • M Offline
    mumblebaj Module Developer
    last edited by Sep 5, 2022, 4:56 PM

    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 Sep 5, 2022, 5:11 PM Reply Quote 0
    • S Offline
      sdetweil @mumblebaj
      last edited by Sep 5, 2022, 5:11 PM

      @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

      M 1 Reply Last reply Sep 5, 2022, 5:17 PM Reply Quote 0
      • M Offline
        mumblebaj Module Developer @sdetweil
        last edited by Sep 5, 2022, 5:17 PM

        @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 Sep 5, 2022, 5:24 PM Reply Quote 0
        • S Offline
          sdetweil @mumblebaj
          last edited by Sep 5, 2022, 5:24 PM

          @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 Sep 5, 2022, 5:58 PM Sep 5, 2022, 5:57 PM

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

            S 1 Reply Last reply Sep 5, 2022, 6:01 PM Reply Quote 0
            • S Offline
              sdetweil @MMRIZE
              last edited by Sep 5, 2022, 6:01 PM

              @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

              M 1 Reply Last reply Sep 5, 2022, 6:31 PM Reply Quote 0
              • M Offline
                mumblebaj Module Developer @sdetweil
                last edited by Sep 5, 2022, 6:31 PM

                Thanks @MMRIZE and @sdetweil much appreciated.

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

                K 1 Reply Last reply Sep 5, 2022, 7:35 PM Reply Quote 0
                • K Offline
                  karsten13 @mumblebaj
                  last edited by Sep 5, 2022, 7:35 PM

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

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