Skip to content

RuntimeError on PDf Generation #1113

@mcieaaka

Description

@mcieaaka

Can anybody help me to figure out, Why am I facing this issue, and what might be the fix for the same?

Issue description

While trying to generate PDF in my Rails App, I randomly get this error, but unable to recreate or figure out why this is happening

Here is the error:

Failed to execute:
["/usr/local/bundle/bin/wkhtmltopdf", "--encoding", "UTF-8", "--enable-local-file-access", "--margin-bottom", "4", "--margin-left", "0", "--margin-right", "0", "--header-html", "file:////tmp/wicked_header_pdf20240423-3535-73r70r.html", "--footer-html", "file:////tmp/wicked_footer_pdf20240423-3535-vhx6uw.html", "file:////tmp/wicked_pdf20240423-3535-4x7ecq.html", "/tmp/wicked_pdf_generated_file20240423-3535-6n8vuc.pdf"]
Error: PDF could not be generated!
 Command Error: Loading pages (1/6)
[>                                                           ] 0%
[======>                                                     ] 10%
Error: Failed to load file:////tmp/wicked_header_pdf20240423-3535-73r70r.html, with network status code 203 and http status code 0 - Error opening //tmp/wicked_header_pdf20240423-3535-73r70r.html: No such file or directory
Error: Failed loading page file:////tmp/wicked_header_pdf20240423-3535-73r70r.html (sometimes it will work just to ignore this error with --load-error-handling ignore)
Exit with code 1 due to network error: ContentNotFoundError

Before this, I was getting same error, but the message included: "Blocked Access", I tried adding --enable-local-file-access after which I am getting this new error.

System specifications

wicked_pdf gem version:
2.6.3

whtmltopdf provider gem and version if one is used:
https://rubygems.org/gems/wkhtmltopdf-binary
0.12.6

platform/distribution and version:
Ubuntu 20.04

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions