-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal Error when using headless=false #142
Comments
I guess you're attempting to run headless chrome in VDS. |
Thanks you it removed the error, but i have the following now : I have xorg and gnome installed and I can access the graphical interface through proxmox console, doesn't mean x11 is supposed to be installed ? When I do: Everything is already installed. |
Debian (e.g. Ubuntu) Dependencies: gconf-service |
I configured X11, my server is now accessible thought vnc but I still receive the same error |
It seems, that the only option for you is to use xvfb (virtual video buffer)
|
Ok, must I remove actual vnc server or anything ? I did that and retried but nothing changed, have I to reboot ? |
I'm using chrome in headless mode and it works, but as I have issue that I don't understand I tried to run with the option
headless=false
and I receive that error :Fatal error: Uncaught RuntimeException: Chrome process stopped before startup completed. Additional info: mkdir: cannot create directory '/.local': Permission denied touch: cannot touch '/.local/share/applications/mimeapps.list': No such file or directory Fontconfig warning: "/etc/fonts/fonts.conf", line 100: unknown element "blank" (google-chrome:9638): Gtk-WARNING **: cannot open display: in /home/vendor/chrome-php/chrome/src/Browser/BrowserProcess.php on line 386
This is my code :
I don't know what to do.
The text was updated successfully, but these errors were encountered: