Result not found even the job status is 'SUCCESS' #208

Closed
opened 2026-02-16 00:17:08 -05:00 by yindo · 2 comments
Owner

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

I got this error message: {'detail': 'Result not found. Check job status to see if it has completed.'} <404> when tried to get the parsing result.
The job status is already 'SUCCESS'.

image

Originally created by @benyamindr on GitHub (Jul 26, 2024). I got this error message: {'detail': 'Result not found. Check job status to see if it has completed.'} <404> when tried to get the parsing result. The job status is already 'SUCCESS'. ![image](https://github.com/user-attachments/assets/472ae3b0-b0c7-4212-a9ef-e9318c02f46f)
yindo added the bug label 2026-02-16 00:17:08 -05:00
yindo closed this issue 2026-02-16 00:17:08 -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.
Author
Owner

@accaderi commented on GitHub (Feb 27, 2025):

Hi,
I have exactly the same issue.
The job is listed in the History too.

Solution:
I have used the fast parse method which does not generate md format which i was trying to download.
I have changed the download request to text and I find the result.

@accaderi commented on GitHub (Feb 27, 2025): Hi, I have exactly the same issue. The job is listed in the History too. Solution: I have used the fast parse method which does not generate md format which i was trying to download. I have changed the download request to text and I find the result.
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#208