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

Duplicate entities & PDF processing fails with 422 #38

Closed
jexp opened this issue Feb 7, 2024 · 3 comments
Closed

Duplicate entities & PDF processing fails with 422 #38

jexp opened this issue Feb 7, 2024 · 3 comments

Comments

@jexp
Copy link
Contributor

jexp commented Feb 7, 2024

Bildschirmfoto 2024-02-07 um 16 16 08

I tried to run the app, it still creates duplicates of the file with the same name

and when trying to process the file I get a 422 error

backend   | INFO:     172.18.0.1:44740 - "GET /sources_list HTTP/1.1" 200 OK
backend   | INFO:     172.18.0.1:44732 - "GET /health HTTP/1.1" 200 OK
backend   | INFO:     172.18.0.1:44748 - "GET /health HTTP/1.1" 200 OK
backend   | INFO:     172.18.0.1:44754 - "GET /sources_list HTTP/1.1" 200 OK
backend   | INFO:     172.18.0.1:35078 - "POST /sources HTTP/1.1" 200 OK
backend   | INFO:     172.18.0.1:55262 - "POST /extract HTTP/1.1" 422 Unprocessable Entity
@jexp
Copy link
Contributor Author

jexp commented Feb 7, 2024

Could be due to not having selected an Model in the drop down

we should either

  • default to one, or
  • handle the missing config in the backend leniently, or
  • disable graph generation until one is selected but then also indicate that it requires an model to be selected

perhaps we should move the both dropdown + button side-by side (but I'm not a designer)

@prakriti-solankey
Copy link
Contributor

Handling under ticket Github issue 32

@prakriti-solankey
Copy link
Contributor

Completed file overridden :
image

Same File with status 'Uploading' and Default values
image

Same File with status 'New' and Default values
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants