mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #7546] WARNI [fpdf.html] Unexpected HTML end tag </head>, start tag was <meta> #118096
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @erickellerek1 on GitHub (Dec 2, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7546
Bug Report
Installation Method
Docker following the readme instructions.
Environment
Open WebUI Version:: v0.4.7 (main or dev)
Ollama (if applicable): v0.4.7
Operating System: Ubuntu 24.04
Browser (if applicable): Chrome 131.0
Confirmation:
Expected Behavior:
following the instructions

I expect to have a PDF generated and starting to download.
Actual Behavior:
There is no PDF downloaded, the action fails silently in the background, no information of failure is displayed to the user.
Bug Summary:
using downloads tools to export a chat is not working and silently fails in the background, no message of failure is written back to the user.
Reproduction Details
Steps to Reproduce:
go to tools -> Downloads -> pdf
Logs and Screenshots
Browser Console Logs:
Docker Container Logs:
docker logs -f open-webuiScreenshots/Screen Recordings (if applicable):
N.A.
Additional Information
the font I use on the browser are: hack as default I am not sure this has any impact on the error message.

Note
related issue: https://github.com/open-webui/open-webui/issues/5737
@tjbck commented on GitHub (Dec 7, 2024):
#7684