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

Can't create new task (status code: 413) #148

Closed
getlir opened this issue Aug 26, 2024 · 5 comments
Closed

Can't create new task (status code: 413) #148

getlir opened this issue Aug 26, 2024 · 5 comments
Assignees

Comments

@getlir
Copy link

getlir commented Aug 26, 2024

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

@skodapetr
Copy link
Member

@getlir Thank you for reporting the issues. Could you please clarify, is this for Experimental structure, Custom structure or Predicted structure?

@getlir
Copy link
Author

getlir commented Aug 27, 2024 via email

@skodapetr
Copy link
Member

I see, the 413 generaly means too big of a request. Can you please provide a size of a structure you tried to upload for a prediction?

@luk27official
Copy link
Collaborator

luk27official commented Aug 29, 2024

@skodapetr It happens for example with a PDB structure with a code of 5A1V.

I think that we should increase the size of the files uploaded by the users to resolve this.

Note: This only happens when the file is uploaded by the user, when using the code directly, everything works as expected.

@skodapetr skodapetr self-assigned this Sep 1, 2024
skodapetr added a commit that referenced this issue Sep 1, 2024
@skodapetr
Copy link
Member

Current size limit is 12M, so 5A1V should be fine.
@getlir If you have larger structure please let us know. Alternatively, you may consider runnign prankweb locally, or p2rank locally.

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

5 participants
@luk27official @skodapetr @getlir and others