Skip to content

Commit

Permalink
feat(troubleshooting): add Chromium Printing Failed (-32000) section
Browse files Browse the repository at this point in the history
  • Loading branch information
gulien committed Feb 11, 2024
1 parent 679a9e9 commit cb55d45
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,15 @@ For additional details, see issue [#521](https://github.com/gotenberg/gotenberg/
Startup failures can happen due to several factors. Here are some known solutions:

* Increase the start timeout. See the [Chromium module configuration](configuration#chromium) for guidance.
* If you're using macOS, consider disabling the *Use Virtualization Framework* feature. For additional details, see issue [#792](https://github.com/gotenberg/gotenberg/issues/792).
* If you're using macOS, consider disabling the *Use Virtualization Framework* feature. For additional details, see issue
[#792](https://github.com/gotenberg/gotenberg/issues/792).

### Printing Failed (-32000)

When converting large documents, this error may appear in your logs. Increasing Gotenberg's memory allocation is a
commonly suggested solution.

For additional details, refer to issue [#788](https://github.com/gotenberg/gotenberg/issues/788).

### Dealing with Timeouts {#timeouts-chromium}

Expand Down

0 comments on commit cb55d45

Please sign in to comment.