mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
Both Plain Text and PDF download are broken #2212
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 @mattcaron on GitHub (Sep 26, 2024).
Originally assigned to: @tjbck on GitHub.
Bug Report
Installation Method
Manual install.
Environment
Open WebUI Version: v0.3.30
Ollama (if applicable): 0.3.12
Operating System: Ubuntu 24.04
Browser (if applicable): Firefox 130.0.1
Confirmation:
Docker containerlogs.Expected Behavior:
I expected to be able to download PDF and text files like I can with
.jsonActual Behavior:
Nothing. No user feedback at all.
Description
Bug Summary:
When clicking Download->Plain Text or Download->PDF, nothing happens.
Reproduction Details
Steps to Reproduce:
Logs and Screenshots
Browser Console Logs:
console-export-2024-9-26_11-0-19.txt
Docker ContainerLogs:Not docker, from shell. First line is after selecting download of plain text. Second line is after selecting download of PDF.
@bgeneto commented on GitHub (Sep 26, 2024):
Confirmed in dev branch also.
For text/markdown download:
For pdf download:
@tjbck commented on GitHub (Sep 26, 2024):
Fixed on dev, 0.3.31 will be released shortly!
@mattcaron commented on GitHub (Oct 3, 2024):
Not to be a pain, but I was a release manager for a decade... You merged to
main, but never tagged it. ;-)(Or, if you did, you haven't pushed the tag...)
(Or, you didn't actually mean to make a release - in which case, I apologize).
@mattcaron commented on GitHub (Oct 3, 2024):
Further testing:
fix: chat pdf, txt export issue) onmain, these are not fixed. But, you never claimed that they were.dev, it works great. Bothtxtandpdfdownload pass tests.