-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timeout exceeded exception #292
Comments
Did you find a solution to this? I'm experiencing something similar. |
Hi @williamhector, I'm afraid not 😞 We decided to migrate everything about printing to a new app with Electron. |
Our problem turned out to be an issue with the way we were running wkhtmltopdf, not with snappy or wkhtmltopdf itself.
It would run fine from the command line, even when run as our Apache user from command line, however, when called from our PHP application, it would timeout and hog memory until it crashed Apache. When I changed it to:
it started working from our PHP app as well. I'm not that knowledgeable on X server command and that |
I have read #221 and #169 and there is no clear solution for this issue, I only get this exception no matter what content is at
/report
endpoint:If I try to run this using the wkhtmltopdf cli, everything work just fine almost instantly:
The text was updated successfully, but these errors were encountered: