mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #5561] Download Plain Text does not work anymore in v0.3.22 #133760
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 @bgeneto on GitHub (Sep 20, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/5561
Bug Report
Installation Method
Docker with docker-compose
Environment
**Open WebUI Version:**v0.3.22
Ollama (if applicable): n/a
Operating System: Debian 12
Browser (if applicable): Chrome/Edge 129
Confirmation:
Expected Behavior:
A markdown/text file should be download when clicking in the chat "Download" -> "Plain text (.txt)" button.
Actual Behavior:
Nothing happens. works for pdf and json downloads.
Description
Bug Summary:
Download Plain text .txt file not working.
Reproduction Details
Steps to Reproduce:
Ask LLM anything, wait for the response and then click "Download" -> "Plain text (.txt)" button.
Logs and Screenshots
Browser Console Logs:
Docker Container Logs:
none
Screenshots/Screen Recordings (if applicable):
Additional Information
It worked in the previous version v.0.3.21 (but neither in the dev branch).
Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!
@silentoplayz commented on GitHub (Sep 20, 2024):
Can confirm this error is happening for me as well on the dev branch.
Browser error log upon pressing the
Plain text (.txt)option for downloading a chat:@tjbck commented on GitHub (Sep 20, 2024):
Fixed with the latest.
@silentoplayz commented on GitHub (Sep 20, 2024):
I can confirm it's been fixed. Thanks!