Hello, I am receiving this error on the latest build, and I'm trying to narrow down what could be causing it:
I am running this command (filenames have been simplified):
And here is the full log output:
The result is that no PDF file is output.
I am using flexbox, so I'm wondering if it could be something I'm trying to do that's unsupported. But I'm not sure where to start looking.
Does anyone know what exactly this error is saying, or whether it is a bug?
Thank you!
Aaron
internal error: make_flex_cross_items: none
I am running this command (filenames have been simplified):
/usr/local/bin/prince --verbose --input=html --log=prince.log --style=stylesheet.css tempfile.html -o tempfile.pdf
And here is the full log output:
Fri Jun 22 16:59:09 2018: ---- begin
Fri Jun 22 16:59:10 2018: stylesheet.css: warning: unsupported properties: box-shadow, line-break, object-fit, overflow-x, overflow-y, pointer-events, resize, text-shadow
Fri Jun 22 16:59:10 2018: stylesheet.css: warning: unsupported functions: calc()
Fri Jun 22 16:59:11 2018: internal error: make_flex_cross_items: none
Fri Jun 22 16:59:11 2018: ---- end
The result is that no PDF file is output.
I am using flexbox, so I'm wondering if it could be something I'm trying to do that's unsupported. But I'm not sure where to start looking.
Does anyone know what exactly this error is saying, or whether it is a bug?
Thank you!
Aaron