Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR_DURING_PROCESSING: An unknown error occurred during processing. #573

Open
JohanBekker opened this issue Jan 2, 2025 · 0 comments
Open
Labels
bug Something isn't working

Comments

@JohanBekker
Copy link

Describe the bug
Using the LlamaParse API, more often than not, the document processing call returns an error after 1800 seconds. This happens for both small documents (like 5 pages), and for documents of 50+ pages. Uploading the same document through the frontend UI did seem to work, but that might have been chance.

I found a similar ticket marked as closed, but as of now this issue is not resolved and it is blocking us from releasing a new functionality to production. We do have a retrying mechanism but this is not the solution to the problem. We expect documents to be processed in a reasonable timespan (couple minutes), and not have it fail after 30 minutes and retried until it finally works after a couple of tries.

Job ID
It is not a singular event.

Client:
Please remove untested options:

  • API
  • Frontend (cloud.llamaindex.ai)

Additional context

{
          "language": Language.ENGLISH.value,
          "parsing_instruction": "",
          "invalidate_cache": False,
          "skip_diagonal_text": False,
          "do_not_cache": False,
          "fast_mode": False,
          "premium_mode": False,
          "continuous_mode": False,
          "do_not_unroll_columns": False,
          "gpt4o_mode": False,
          "gpt4o_api_key": None,
          "vendor_multimodal_api_key": None,
          "use_vendor_multimodal_model": False,
          "vendor_multimodal_model_name": None,
          "take_screenshot": True,
          "disable_ocr": False,
          "is_formatting_instruction": False,
          "annotate_links": False,
}
@JohanBekker JohanBekker added the bug Something isn't working label Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant