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

Error jobs with UNSUPPORTED_FILE_TYPE do not appear in the history #474

Open
cmenge opened this issue Nov 2, 2024 · 2 comments
Open

Error jobs with UNSUPPORTED_FILE_TYPE do not appear in the history #474

cmenge opened this issue Nov 2, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@cmenge
Copy link

cmenge commented Nov 2, 2024

Describe the bug
When uploading a .doc and triggering an UNSUPPORTED_FILE_TYPE error via API, the corresponding job is not displayed in the history tab in the UI. However, this very bug template says, under Job ID:

You can find it here: https://cloud.llamaindex.ai/parse in the "History" tab.

Job ID
def8b8ba-e3b4-412d-b9a5-4db804a09a59

Client:

  • API
@cmenge cmenge added the bug Something isn't working label Nov 2, 2024
@BinaryBrain
Copy link
Member

Hi Chris,
For this job, I see the filename as: originalFileName: 'example.pdf'.
Please make sure you're sending a filename with the correct extension when calling the API.
If you send the snippet of your code, I can help you figure it out.

@BinaryBrain BinaryBrain self-assigned this Nov 8, 2024
@cmenge
Copy link
Author

cmenge commented Nov 10, 2024

Hi @BinaryBrain - thank you, that solves #473, because passing the correct file extension indeed solves that problem.

As for this issue, I believe it should in any case pop up in the history with an error message that ideally explains this.

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

2 participants