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
My Chrome updated today (Ubuntu 24.04) and now dfi.export is broken with the following error:
CalledProcessError: Command '['--enable-logging', '--disable-gpu', '--headless=old', '--crash-dumps-dir=/home/alex/.dataframe_image/tmpykuuxx_z', '--force-device-scale-factor=3.0', '--window-size=1400,900', '--hide-scrollbars', '--screenshot=/home/alex/.dataframe_image/tmpykuuxx_z/temp.png', '/home/alex/.dataframe_image/tmpykuuxx_z/temp.html']' returned non-zero exit status 1.
When using table_conversion="html2image" it works, and I also see a warning:
Old Headless mode has been removed from the Chrome binary. Please use the new Headless mode
(https://developer.chrome.com/docs/chromium/new-headless) or the chrome-headless-shell which
is a standalone implementation of the old Headless mode (https://developer.chrome.com/blog/chrome-headless-shell).
"chrome" also works if I provide a chrome_path pointed at the chrome-headless-shell.
The text was updated successfully, but these errors were encountered:
My Chrome updated today (Ubuntu 24.04) and now
dfi.export
is broken with the following error:When using
table_conversion="html2image"
it works, and I also see a warning:"chrome"
also works if I provide achrome_path
pointed at thechrome-headless-shell
.The text was updated successfully, but these errors were encountered: