--use-gl=angle is required to setup Chrome() if in headless mode · Issue #145 · CARTAvis/carta-python · GitHub
More Web Proxy on the site http://driver.im/
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 issue is spotted on macOS (m2 pro chip) environment. If we do
session = Session.create(Chrome(headless=True, options=['--use-gl=angle', '--force-color-profile=srgb']), url_without_token, debug_no_auth=True)
without the option
--use-gl=angle
, the saved PNG image plot will lose the raster image, like the following example.Other OSs/hardwares need to be investigated.
The text was updated successfully, but these errors were encountered: