You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The browser process looks like is not returning any output for php script.
Below command run says that the browser is listening.
/bin/chromium.sh --remote-debugging-port=0 --disable-background-networking --disable-background-timer-throttling --disable-client-side-phishing-detection --disable-default-apps --disable-extensions --disable-hang-monitor --disable-popup-blocking --disable-prompt-on-repost --disable-sync --disable-translate --metrics-recording-only --no-first-run --safebrowsing-disable-auto-update --enable-automation --password-store=basic --use-mock-keychain --blink-settings=imagesEnabled=false --window-size=1280,900 --no-sandbox --user-data-dir=/tmp/chromium-php-FRpkRz
(chrome:1401): Gtk-WARNING **: 09:26:22.646: Theme parsing error: gtk.css:1428:23: 'font-feature-settings' is not a valid property name
(chrome:1401): Gtk-WARNING **: 09:26:22.659: Theme parsing error: gtk.css:3318:25: 'font-feature-settings' is not a valid property name
(chrome:1401): Gtk-WARNING **: 09:26:22.661: Theme parsing error: gtk.css:3780:23: 'font-feature-settings' is not a valid property name
[1401:4377:0929/092623.745088:ERROR:object_proxy.cc(642)] Failed to call method: org.freedesktop.DBus.ListActivatableNames: object_path= /org/freedesktop/DBus: org.freedesktop.DBus.Error.AccessDenied: An AppArmor policy prevents this sender from sending this message to this recipient; type="method_call", sender=":1.46" (uid=1000 pid=1401 comm="/snap/chromium/1753/usr/lib/chromium-browser/chrom" label="snap.chromium.chromium (enforce)") interface="org.freedesktop.DBus" member="ListActivatableNames" error name="(unset)" requested_reply="0" destination="org.freedesktop.DBus" (bus)
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
[4393:4393:0929/092628.310722:ERROR:viz_main_impl.cc(162)] Exiting GPU process due to errors during initialization
DevTools listening on ws://127.0.0.1:37769/devtools/browser/3d9a40ad-4fac-4dd0-9570-126a52a64810
[4424:4424:0929/092628.437427:ERROR:gpu_init.cc(441)] Passthrough is not supported, GL is swiftshader
Ubuntu 20.04.3 LTS, PHP 8.0.11 (cli)
/bin/chromium.sh script content
#!/bin/bash
xvfb-run -a --server-args="-screen 0, 1280x900x16" chromium-browser $@
chrome-php/chrome v1.1.0
Tested with browsers:
chromium stable - 93.0.4577.82
chromium edge - 96.0.4655.0
google-chrome - 94.0.4606.61
Thanks for any advices.
The text was updated successfully, but these errors were encountered:
Chrome process stopped before startup completed. Additional info: [8055:8055:0504/185004.260287:ERROR:ozone_platform_x11.cc(247)] Missing X server or $DISPLAY [8055:8055:0504/185004.260352:ERROR:env.cc(225)] The platform failed to initialize. Exiting.
Hello,
I'm trying to run chromium with xvfb and it keep throwing error:
The browser process looks like is not returning any output for php script.
Below command run says that the browser is listening.
Ubuntu 20.04.3 LTS, PHP 8.0.11 (cli)
/bin/chromium.sh script content
chrome-php/chrome v1.1.0
Tested with browsers:
Thanks for any advices.
The text was updated successfully, but these errors were encountered: