OpenRAG Version
0.3.2
Deployment Method
uv add (installed in project)
Operating System
macOs
Python Version
3.13
Affected Area
Ingestion (document processing, upload, Docling)
Bug Description
When uploading a password-protected PDF through the OpenRAG ingestion flow, the system fails with a Docling 404 error instead of returning a clear, user-friendly message indicating that the document is encrypted or unsupported.
Steps to Reproduce
- Open OpenRAG UI
- Go to Add Knowledge → Upload Document
- Upload a password-protected PDF
- Run the ingestion flow
- Check task logs
Expected Behavior
System should detect encrypted PDF and:
show clear error like:
"Password-protected PDFs are not supported"
OR prompt for password (if supported)
No misleading 404 or backend error
Flow should fail gracefully without confusing logs
Actual Behavior
ask fails with error:
Error running graph:
Component Docling Serve:
Client error '404 Not Found'
http://host.docker.internal:5001/v1/result/...
No clear indication that the file is password-protected
Failure appears as Docling service issue, not file issue
Relevant Logs
Screenshots
sample_financial_password_protected.pdf
Additional Context
No response
Checklist
OpenRAG Version
0.3.2
Deployment Method
uv add (installed in project)
Operating System
macOs
Python Version
3.13
Affected Area
Ingestion (document processing, upload, Docling)
Bug Description
When uploading a password-protected PDF through the OpenRAG ingestion flow, the system fails with a Docling 404 error instead of returning a clear, user-friendly message indicating that the document is encrypted or unsupported.
Steps to Reproduce
Expected Behavior
System should detect encrypted PDF and:
show clear error like:
"Password-protected PDFs are not supported"
OR prompt for password (if supported)
No misleading 404 or backend error
Flow should fail gracefully without confusing logs
Actual Behavior
ask fails with error:
Error running graph:
Component Docling Serve:
Client error '404 Not Found'
http://host.docker.internal:5001/v1/result/...
No clear indication that the file is password-protected
Failure appears as Docling service issue, not file issue
Relevant Logs
Screenshots
sample_financial_password_protected.pdf
Additional Context
No response
Checklist