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
* fix: Wrap weasyprint to catch exceptions (#6324)
* test: Restore socket function after test
* test: Use mock instead of monkeying with sockets
* refactor: Log the error
* fix: Don't catch non-Exception interruptions
---------
Co-authored-by: Robert Sparks <[email protected]>
A recent network issue caused weasyprint to fail to fetch some font information from the static site.
At weasyprint/urls.py#L249 a URLFetching error was raised trying to retrieve https://static.ietf.org/fonts/noto-sans-mono/import.css (the fetch returned a 502 Bad Gateway).
The library is called in the pdfized() call at doc/views_doc.py#L977 -> doc/models.py#L641 call to wpHTML
The text was updated successfully, but these errors were encountered: