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
Error: 500 Internal Server Error
close
java.io.IOException: Command process failed with exit code 1. Error message: WARNING: Ignored contain-intrinsic-size: 3000px 1500px at 1:48, unknown property. WARNING: Ignored box-shadow: none at 6:3, unknown property. WARNING: Ignored word-break:break-word at 1:500, invalid value. WARNING: Ignored box-shadow:none at 1:678, unknown property. WARNING: Ignored padding:calc(.667em + 2px) calc(1.333em + 2px) at 1:694, invalid value. WARNING: Expected a media type, got '(min-width:782px)' WARNING: Invalid media type ' (min-width:782px)' the whole @media rule was ignored at 1:5093. WARNING: Expected a media type, got '(max-width:781px)' WARNING: Invalid media type ' (max-width:781px)' the whole @media rule was ignored at 1:5368. WARNING: Expected a media type, got '(min-width:782px)' WARNING: Invalid media type ' (min-width:782px)' the whole @media rule was ignored at 1:5486. WARNING: Ignored word-break:break-word at 1:6123, invalid value. WARNING: Ignored padding:calc(.667em + 2px) at 1:8788, invalid value. WARNING: Ignored width:-moz-fit-content at 1:10249, invalid value. WARNING: Ignored width:fit-content at 1:10272, invalid value. WARNING: Ignored overflow:clip at 1:10768, invalid value. WARNING: Ignored box-shadow:none at 1:25642, unknown property. WARNING: Expected a media type, got '(prefers-reduced-motion:reduce)' WARNING: Invalid media type ' (prefers-reduced-motion:reduce)' the whole @media rule was ignored at 1:26276. WARNING: Ignored box-shadow:none at 1:30954, unknown property. WARNING: Ignored width:-moz-fit-content at 1:31380, invalid value. WARNING: Ignored width:fit-content at 1:31403, invalid value. WARNING: Ignored width:-moz-fit-content at 1:31673, invalid value. WARNING: Ignored width:fit-content at 1:31696, invalid value. WARNING: Ignored width:calc(50% - 1em) at 1:32939, invalid value. WARNING: Expected a media type, got '(min-width:600px)' WARNING: Invalid media type ' (min-width:600px)' the whole @media rule was ignored at 1:36002. WARNING: Ignored backdrop-filter:blur(3px) at 1:42871, unknown property. WARNING: Ignored mask-image:linear-gradient(0deg,#000 20%,#0000) at 1:42976, unknown property. WARNING: Ignored text-shadow:0 0 1.5px #000 at 1:43338, unknown property. WARNING: Invalid or unsupported selector, '.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar' WARNING: Invalid or unsupported selector, '.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track' WARNING: Invalid or unsupported selector, '.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb' WARNING: Invalid or unsupported selector, '.wp-block-gallery.has-nested-images figure.wp-block-image
Hey @alexpi4! I'm here to help you with any bugs, questions, or contributions. Let's tackle this together while we wait for a human maintainer.
The 500 Internal Server Error you're encountering during the URL to PDF conversion in Stirling-PDF seems to be related to unsupported or invalid CSS properties and media queries. The error message indicates several warnings about ignored CSS properties and invalid media types, which can cause the WeasyPrint command to fail.
Here are some steps you can take to address this issue:
CSS Simplification: Try simplifying the CSS of the webpage you are converting. Remove or modify unsupported properties like contain-intrinsic-size, box-shadow, word-break, padding with calc(), and width with fit-content. Also, ensure that media queries are correctly formatted.
Media Queries: The error mentions invalid media types such as (min-width:782px) and (max-width:781px). Ensure that these media queries are correctly defined and supported by WeasyPrint.
Unsupported Selectors: The error also highlights unsupported selectors like ::-webkit-scrollbar. Consider removing or altering these selectors in the CSS.
WeasyPrint Limitations: Be aware that WeasyPrint, the tool used by Stirling-PDF for rendering, has limitations regarding CSS support. You might need to adjust the CSS to fit within these limitations.
Update Stirling-PDF: Ensure you are using the latest version of Stirling-PDF, as updates may include improvements in handling such issues.
If these steps do not resolve the issue, you might need to manually adjust the webpage's CSS or consider using a different tool that better supports complex CSS for PDF conversion.
Installation Method
Docker
The Problem
Error in URL to PDF
url: https://packtypebot.com.br/ativando-google-sheets-e-google-login-no-typebot/
Error: 500 Internal Server Error
close
java.io.IOException: Command process failed with exit code 1. Error message: WARNING: Ignored
contain-intrinsic-size: 3000px 1500px
at 1:48, unknown property. WARNING: Ignoredbox-shadow: none
at 6:3, unknown property. WARNING: Ignoredword-break:break-word
at 1:500, invalid value. WARNING: Ignoredbox-shadow:none
at 1:678, unknown property. WARNING: Ignoredpadding:calc(.667em + 2px) calc(1.333em + 2px)
at 1:694, invalid value. WARNING: Expected a media type, got '(min-width:782px)' WARNING: Invalid media type ' (min-width:782px)' the whole @media rule was ignored at 1:5093. WARNING: Expected a media type, got '(max-width:781px)' WARNING: Invalid media type ' (max-width:781px)' the whole @media rule was ignored at 1:5368. WARNING: Expected a media type, got '(min-width:782px)' WARNING: Invalid media type ' (min-width:782px)' the whole @media rule was ignored at 1:5486. WARNING: Ignoredword-break:break-word
at 1:6123, invalid value. WARNING: Ignoredpadding:calc(.667em + 2px)
at 1:8788, invalid value. WARNING: Ignoredwidth:-moz-fit-content
at 1:10249, invalid value. WARNING: Ignoredwidth:fit-content
at 1:10272, invalid value. WARNING: Ignoredoverflow:clip
at 1:10768, invalid value. WARNING: Ignoredbox-shadow:none
at 1:25642, unknown property. WARNING: Expected a media type, got '(prefers-reduced-motion:reduce)' WARNING: Invalid media type ' (prefers-reduced-motion:reduce)' the whole @media rule was ignored at 1:26276. WARNING: Ignoredbox-shadow:none
at 1:30954, unknown property. WARNING: Ignoredwidth:-moz-fit-content
at 1:31380, invalid value. WARNING: Ignoredwidth:fit-content
at 1:31403, invalid value. WARNING: Ignoredwidth:-moz-fit-content
at 1:31673, invalid value. WARNING: Ignoredwidth:fit-content
at 1:31696, invalid value. WARNING: Ignoredwidth:calc(50% - 1em)
at 1:32939, invalid value. WARNING: Expected a media type, got '(min-width:600px)' WARNING: Invalid media type ' (min-width:600px)' the whole @media rule was ignored at 1:36002. WARNING: Ignoredbackdrop-filter:blur(3px)
at 1:42871, unknown property. WARNING: Ignoredmask-image:linear-gradient(0deg,#000 20%,#0000)
at 1:42976, unknown property. WARNING: Ignoredtext-shadow:0 0 1.5px #000
at 1:43338, unknown property. WARNING: Invalid or unsupported selector, '.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar' WARNING: Invalid or unsupported selector, '.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track' WARNING: Invalid or unsupported selector, '.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb' WARNING: Invalid or unsupported selector, '.wp-block-gallery.has-nested-images figure.wp-block-imageVersion of Stirling-PDF
frooodle/s-pdf:0.32.0
Last Working Version of Stirling-PDF
No response
Page Where the Problem Occurred
https://packtypebot.com.br/ativando-google-sheets-e-google-login-no-typebot/
Docker Configuration
Relevant Log Output
No response
Additional Information
EASYPANEL
Browsers Affected
Chrome
No Duplicate of the Issue
The text was updated successfully, but these errors were encountered: