LlamaParse through TS failing with unclear error log #519

Closed
opened 2026-02-16 00:18:06 -05:00 by yindo · 1 comment
Owner

Originally created by @clrt1 on GitHub (Aug 11, 2025).

Describe the bug
Since August 7th, my usage of LlamaParseReader.loaddata has been failing with the following error logging: "Error while parsing the file with: [object Object]". It was working fine up until that date and has been failing constantly since. Personally, I cannot find the issue in the changes merged around that date.

The unclear error logging appears right after the log "Started uploading the file", so I don't even get a job ID. My usage credits and API key do not indicate a permission or limit issue.

Client:
Please remove untested options:

  • Typescript Library

Additional context
My options used (same as before August 7th):
resultType: "markdown", // Options: "text", "markdown", "json"
maxTimeout: 3600, // 1 hour in seconds
verbose: true, // Detailed progress logs from LlamaParse
ignoreErrors: true, // Whether to ignore errors from LlamaParse (get empty array instead)
language: language, // Language of the document (default: "en")
skipDiagonalText: false, // Whether to skip diagonal text (default: false)
doNotCache: false, // Whether to not cache the result (default: false)
fastMode: false, // Whether to use fast mode (default: false)
splitByPage: true, // Whether to create one document per page (default: true)
useVendorMultimodalModel: false

Originally created by @clrt1 on GitHub (Aug 11, 2025). **Describe the bug** Since August 7th, my usage of LlamaParseReader.loaddata has been failing with the following error logging: "Error while parsing the file with: [object Object]". It was working fine up until that date and has been failing constantly since. Personally, I cannot find the issue in the changes merged around that date. The unclear error logging appears right after the log "Started uploading the file", so I don't even get a job ID. My usage credits and API key do not indicate a permission or limit issue. **Client:** Please remove untested options: - Typescript Library **Additional context** My options used (same as before August 7th): resultType: "markdown", // Options: "text", "markdown", "json" maxTimeout: 3600, // 1 hour in seconds verbose: true, // Detailed progress logs from LlamaParse ignoreErrors: true, // Whether to ignore errors from LlamaParse (get empty array instead) language: language, // Language of the document (default: "en") skipDiagonalText: false, // Whether to skip diagonal text (default: false) doNotCache: false, // Whether to not cache the result (default: false) fastMode: false, // Whether to use fast mode (default: false) splitByPage: true, // Whether to create one document per page (default: true) useVendorMultimodalModel: false
yindo added the bug label 2026-02-16 00:18:06 -05:00
yindo closed this issue 2026-02-16 00:18:06 -05:00
Author
Owner

@clrt1 commented on GitHub (Aug 25, 2025):

Apologies, it was in fact a minor bug on my end. Thanks all for your great work and best wishes!

@clrt1 commented on GitHub (Aug 25, 2025): Apologies, it was in fact a minor bug on my end. Thanks all for your great work and best wishes!
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#519