mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 06:02:06 -05:00
issue: Error when uploading MSG email file: "extract-msg not installed, please install it with pip install extract-msg" #5952
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 @Maximilian-Pichler on GitHub (Aug 4, 2025).
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.18
Ollama Version (if applicable)
Operating System
linux
Browser (if applicable)
Confirmation
README.md.Expected Behavior
When I start a new chat in Open Web UI and attempt to upload an email file (.msg) I receive the following error message:
Actual Behavior
The following errormessage is shown (logs below)
Steps to Reproduce
To Reproduce
Steps to reproduce the behavior:
Logs & Screenshots
Additional Information
Additional Info:
@rgaricano commented on GitHub (Aug 4, 2025):
One month ago was a discussion about the license of that lib (extract_msg), I think that there isn't any problem with it, but it was removed from install it.
https://github.com/open-webui/open-webui/discussions/15400
@tjbck commented on GitHub (Aug 4, 2025):
Intended behaviour, you should install the dependency on your own.
@Maximilian-Pichler commented on GitHub (Aug 4, 2025):
thanks for the quick response!