Parsing Stopped on PENDING state #354

Open
opened 2026-02-16 00:17:36 -05:00 by yindo · 0 comments
Owner

Originally created by @kshitij01042002 on GitHub (Nov 26, 2024).

Describe the bug
I am using LlamaParse API premium mode to parse the documents(PDF). But the job is stuck at PENDING state. I am facing this issue multiple times

Files
If possible, please provide the PDF file causing the issue.

Job ID
https://api.cloud.llamaindex.ai/api/parsing/job/97cd7374-252f-4c1c-a795-41818f307989
https://api.cloud.llamaindex.ai/api/parsing/job/f3624f6e-0dc9-4707-9381-aef3fa35e22d
https://api.cloud.llamaindex.ai/api/parsing/job/f311e1f6-dc01-49d8-b4be-da0db2247bae

Client:
Please remove untested options:

  • Python Library

Additional context

parser = LlamaParse(
        api_key="",
        result_type="markdown",
        verbose=True,
        premium_mode=True,
        show_progress=True,
)
Originally created by @kshitij01042002 on GitHub (Nov 26, 2024). **Describe the bug** I am using LlamaParse API premium mode to parse the documents(PDF). But the job is stuck at PENDING state. I am facing this issue multiple times **Files** If possible, please provide the PDF file causing the issue. **Job ID** https://api.cloud.llamaindex.ai/api/parsing/job/97cd7374-252f-4c1c-a795-41818f307989 https://api.cloud.llamaindex.ai/api/parsing/job/f3624f6e-0dc9-4707-9381-aef3fa35e22d https://api.cloud.llamaindex.ai/api/parsing/job/f311e1f6-dc01-49d8-b4be-da0db2247bae **Client:** Please remove untested options: - Python Library **Additional context** ``` parser = LlamaParse( api_key="", result_type="markdown", verbose=True, premium_mode=True, show_progress=True, ) ```
yindo added the bug label 2026-02-16 00:17:36 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_cloud_services#354