[PR #243] [MERGED] Display better error messages from document processor #3261

Closed
opened 2026-02-22 18:33:24 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/243
Author: @timothycarambat
Created: 9/18/2023
Status: Merged
Merged: 9/18/2023
Merged by: @timothycarambat

Base: masterHead: better-upload-errors


📝 Commits (1)

  • cc53fe3 Display better error messages from document processor

📊 Changes

7 files changed (+60 additions, -6 deletions)

View changed files

📝 collector/scripts/watch/convert/as_docx.py (+12 -0)
📝 collector/scripts/watch/convert/as_markdown.py (+6 -0)
📝 collector/scripts/watch/convert/as_mbox.py (+2 -0)
📝 collector/scripts/watch/convert/as_pdf.py (+7 -1)
📝 collector/scripts/watch/convert/as_text.py (+6 -0)
📝 collector/scripts/watch/process_single.py (+4 -4)
📝 frontend/src/components/Modals/MangeWorkspace/Upload/FileUploadProgress/index.jsx (+23 -1)

📄 Description

pass messages to frontend on success/failure
resolves #242


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/243 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 9/18/2023 **Status:** ✅ Merged **Merged:** 9/18/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `better-upload-errors` --- ### 📝 Commits (1) - [`cc53fe3`](https://github.com/Mintplex-Labs/anything-llm/commit/cc53fe3d2aef6cc0717abbdd64c5b2db4f68c960) Display better error messages from document processor ### 📊 Changes **7 files changed** (+60 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `collector/scripts/watch/convert/as_docx.py` (+12 -0) 📝 `collector/scripts/watch/convert/as_markdown.py` (+6 -0) 📝 `collector/scripts/watch/convert/as_mbox.py` (+2 -0) 📝 `collector/scripts/watch/convert/as_pdf.py` (+7 -1) 📝 `collector/scripts/watch/convert/as_text.py` (+6 -0) 📝 `collector/scripts/watch/process_single.py` (+4 -4) 📝 `frontend/src/components/Modals/MangeWorkspace/Upload/FileUploadProgress/index.jsx` (+23 -1) </details> ### 📄 Description pass messages to frontend on success/failure resolves #242 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:33:24 -05:00
yindo closed this issue 2026-02-22 18:33:24 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3261