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
To get phantomjs to even run (via ofxgetter), we need to add -e 'QT_QPA_PLATFORM=offscreen' to the docker exec command.
Once that's done, phantomjs dies with [FATAL] QFontDatabase: Cannot find font directory /usr/lib/x86_64-linux-gnu/fonts - is Qt installed correctly?. That can be fixed with ln -s /usr/share/fonts /usr/lib/x86_64-linux-gnu/fonts
But then phantomjs just crashes without any helpful information at all.
It looks like the jessie-backports phantomjs package is broken, at least on this Docker image, or else we need to upgrade the underlying images or OS. Might be better to try using the phantomjs install methods from one of these:
-e 'QT_QPA_PLATFORM=offscreen'
to thedocker exec
command.[FATAL] QFontDatabase: Cannot find font directory /usr/lib/x86_64-linux-gnu/fonts - is Qt installed correctly?
. That can be fixed withln -s /usr/share/fonts /usr/lib/x86_64-linux-gnu/fonts
It looks like the jessie-backports phantomjs package is broken, at least on this Docker image, or else we need to upgrade the underlying images or OS. Might be better to try using the phantomjs install methods from one of these:
Also, should add a simple phantomjs test to the Docker tests.
The text was updated successfully, but these errors were encountered: