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
9/10/2016 4:45:16 AM File "/home/frappe/frappe-bench/env/src/pdfkit/pdfkit/pdfkit.py", line 143, in to_pdf
9/10/2016 4:45:16 AM raise IOError("wkhtmltopdf exited with non-zero code {0}. error:\n{1}".format(exit_code, stderr.decode("utf-8")))
9/10/2016 4:45:16 AMIOError: wkhtmltopdf exited with non-zero code 1. error:
9/10/2016 4:45:16 AM_XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root
9/10/2016 4:45:16 AMThe switch --header-html, is not support using unpatched qt, and will be ignored.The switch --footer-html, is not support using unpatched qt, and will be ignored.The switch --print-media-type, is not support using unpatched qt, and will be ignored.libEGL warning: DRI2: failed to open swrast (search paths /usr/lib/xorg/modules/dri)
9/10/2016 4:45:16 AMlibEGL warning: DRI2: failed to open swrast (search paths /usr/lib/xorg/modules/dri)
9/10/2016 4:45:16 AMThe X11 connection broke (error 1). Did the X11 server die?
9/10/2016 4:45:16 AMkillall: Xvfb: no process killed
And it seems related to the version of wkhtmltopdf distributed with Alpine. This Dockerfile shows how to build wkhtml from source with the qt patches.
It would be great if you could upgrade the image with this!
Thanks,
Jun
The text was updated successfully, but these errors were encountered:
Hi there,
I've received the following error:
And it seems related to the version of wkhtmltopdf distributed with Alpine. This Dockerfile shows how to build wkhtml from source with the qt patches.
It would be great if you could upgrade the image with this!
Thanks,
Jun
The text was updated successfully, but these errors were encountered: