Mintplex-Labs / anything-llm

The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, and more.
https://anythingllm.com
MIT License
26.55k stars 2.65k forks source link

[BUG]: Python processing API is not online. Document short_hamilton_clip.mp4 will not be processed automatically #1397

Closed xiyuanba closed 5 months ago

xiyuanba commented 5 months ago

How are you running AnythingLLM?

Docker (local)

What happened?

when I upload a file .mp4 with api curl --location 'http://192.168.3.186:3001/api/v1/document/upload' \ --header 'Authorization: Bearer AYF7MNM-F8S4RK3-HRC1J4V-WPD73FF' \ --form 'file=@"/home/kiddyt00/PycharmProjects/face_recognition/examples/short_hamilton_clip.mp4"' response with error { "success": false, "error": "Python processing API is not online. Document short_hamilton_clip.mp4 will not be processed automatically." } what this message mean? and how to slove the promble with mp4 file upload

Are there known steps to reproduce?

No response

timothycarambat commented 5 months ago

You are using a version of AnythingLLM that is so old we no longer support that. We have not had a python-based document processor now for over 6 months now.

However that error is exactly what it describes, the collector is offline because it either crashed and exited or never started. Typically a docker restart solves this, also logs from the docker container would help debug further