Retrieval of completed job #212

Closed
opened 2026-02-16 00:17:09 -05:00 by yindo · 1 comment
Owner

Originally created by @shivam11 on GitHub (Jul 26, 2024).

I am having problem retrieving jobs with status = "SUCCESS".
I get the following error:
Error markdown file: 404 Client Error: Not Found for url: https://api.cloud.llamaindex.ai/api/v1/parsing/job/98d728c4-37bd-46d8-925d-ad909b375738/result/raw/markdown
and "98d728c4-37bd-46d8-925d-ad909b375738" is a valid job with status "SUCCESS"

Originally created by @shivam11 on GitHub (Jul 26, 2024). I am having problem retrieving jobs with status = "SUCCESS". I get the following error: Error markdown file: 404 Client Error: Not Found for url: https://api.cloud.llamaindex.ai/api/v1/parsing/job/98d728c4-37bd-46d8-925d-ad909b375738/result/raw/markdown and "98d728c4-37bd-46d8-925d-ad909b375738" is a valid job with status "SUCCESS"
yindo added the bug label 2026-02-16 00:17:09 -05:00
yindo closed this issue 2026-02-16 00:17:09 -05:00
Author
Owner

@hexapode commented on GitHub (Jul 26, 2024):

We have a caching issue where cache was not restored correctly. Using invalidate_cache=True solve this issue.
Alternatively, everything should be back to normal in the next 5 minutes or so, but you will have to rerun your job.

@hexapode commented on GitHub (Jul 26, 2024): We have a caching issue where cache was not restored correctly. Using invalidate_cache=True solve this issue. Alternatively, everything should be back to normal in the next 5 minutes or so, but you will have to rerun your job.
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#212