-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Description
How are you running AnythingLLM?
Docker (local)
What happened?
MP3 & MP4 upload causes Document Processor to enter into an infinite loop
On the front end you receive this error message:
Document Processor Unavailable
We can't upload your files right now because the document processor is offline. Please try again later.
This happens with mp3s & mp4s. Eventually the upload will time out giving an error message.
Error Uploading File: Fetch Failed
Once the document processor goes offline, no user is able to upload documents.
Once the conversion and/or transcription is complete, the document processor is freed up & the transcription appears available for embedding.
I have done this with the desktop (the .exe), docker (running via onrender) & just running the program via terminal version of Anything LLM.
Running via terminal, a 5 minute audio worked, but if it takes longer than 5 minutes, the error throws a "Failed to fetch".
Are there known steps to reproduce?
Best as I can tell, just upload an mp3 or mp4 file long enough to timeout the process.