-
Describe the bug To Reproduce
Expected behavior Webserver logs
Relevant information
Workaround
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
This error indicates that paperless cannot reach the gotenberg server. This server is responsible for converting office documents into PDF documents. Without doing that, the front end cannot display these documents, which is a major drawback. I'd verify that this service is actually running ( Your workaround prevents paperless from aborting consumption in case PDF conversion fails. If my logic is correct, you should not be able to view PDF files for "test.odt" in paperless. |
Beta Was this translation helpful? Give feedback.
-
The gotenberg server is up and running. With comment out response.raise_for_status, the PDF conversion succeeded and i can view it in paperless. I tried before to reach it inside the container and got a response:
|
Beta Was this translation helpful? Give feedback.
-
Yep this resolved my issue: https://thecodingmachine.github.io/gotenberg/#environment_variables.default_wait_timeout |
Beta Was this translation helpful? Give feedback.
-
I have the same problem with this timeout. Unfortunately the max is 30 and I have not been able to process a single office document, even very small, single page files. Error webserver:
Any other ideas? PS: @jonaswinkler you're doing a great job! Love paperless-ng! |
Beta Was this translation helpful? Give feedback.
Yep this resolved my issue:
DEFAULT_WAIT_TIMEOUT: 30 // cannot be more than 30 seconds
https://thecodingmachine.github.io/gotenberg/#environment_variables.default_wait_timeout