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
Hi, I am trying to convert a local html file (via flask) which has external css and it results in below error:
OSError: wkhtmltopdf reported an error:
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
Exit with code 1 due to network error: ProtocolUnknownError
Since it is a client code, I cant paste the content of html file, the code from python file is as below:
Hi, I am trying to convert a local html file (via flask) which has external css and it results in below error:
Since it is a client code, I cant paste the content of html file, the code from python file is as below:
I am clueless what is wrong and how to debug it, need help
The text was updated successfully, but these errors were encountered: