mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 21:09:41 -05:00
[GH-ISSUE #5221] PDF Download Does't work anymore #29427
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 @MarcRevo on GitHub (Sep 6, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/5221
Bug Report
Installation Method
Docker
Environment
Open WebUI Version: v0.3.19
Ollama (if applicable): 0.3.9
Operating System: Ubuntu 20.04
Browser (if applicable): Chrome
Confirmation:
Expected Behavior:
Go to your chat, then click download PDF.
Actual Behavior:
Does not start the download. And in the docker log there will be a 500 internal error
Docker Container Logs:
"POST /api/v1/utils/pdf HTTP/1.1" 500 Internal Server Error
@silentoplayz commented on GitHub (Sep 6, 2024):
I've tested each
Downloadoption of a chat on the latest dev commit and I can confirm that thePDF document (.pdf)option, when clicked, does not appear to download the chat as a PDF file.Confirming that this is indeed a bug needs fixed.
@silentoplayz commented on GitHub (Sep 6, 2024):
Here's a copy/paste of my Docker logs generated from pressing on the
PDF document (.pdf)option to download a chat within Open WebUI (logs were cleared directly before pressing on the button): Docker_logs.txt