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

Silent Failure from API #161

Open
garmeeh opened this issue Apr 29, 2024 · 1 comment
Open

Silent Failure from API #161

garmeeh opened this issue Apr 29, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@garmeeh
Copy link

garmeeh commented Apr 29, 2024

At present if you create a parsing job with unsupported file type via the API you get a success response with a job id and status.

However, when checking the parsing job status via:

curl -X 'GET' \
  'https://api.cloud.llamaindex.ai/api/parsing/job/<job_id>' \
  -H 'accept: application/json' \
  -H "Authorization: Bearer $LLAMA_CLOUD_API_KEY"

It returns a 404 error

{
    "detail": "Result not found. Check job status to see if it has completed."
}

Edit: My case it was a .jpeg

@hexapode hexapode added the bug Something isn't working label Apr 30, 2024
@valenradovich
Copy link

Same output here, but in my case I am uploading a supported file, it is a .pdf blob that is supposed to work because it worked earlier.

The blob file that worked earlier today was stored correctly in the 'history', the one now, even though the status is 'success' it doesn't appear.

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

3 participants