faressoft / terminalizer

🦄 Record your terminal and generate animated gif images or share a web player
https://terminalizer.com
MIT License
15.31k stars 498 forks source link

Error "Failed to connect to the bus" when trying to render #214

Open Mike3285 opened 1 year ago

Mike3285 commented 1 year ago

I have a fresh install of terminalizer, done as it's written in the docs with npm install -g terminalizer I am following the "Getting started" section, but I am not able to even run the demo. I can correctly record and create a terminalizer file, but when I try to terminalizer render demo It fails with the following output:

└[~/terminalexp]> terminalizer render demo
Error: 
  Error: [19669:0111/094207.205770:ERROR:bus.cc(397)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[19669:0111/094207.205874:ERROR:bus.cc(397)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")

with sudo:

└[~/terminalexp]> sudo terminalizer render demo
Error: 
  Error: [0111/094858.981566:FATAL:electron_main_delegate.cc(291)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.

my release:

Description:    Ubuntu 22.04.1 LTS
Release:    22.04
Codename:   jammy

Thanks for your interest

vpn28 commented 1 year ago

interest image