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

Starting a script with large file upload "hangs" #252

Closed
bugy opened this issue Jan 1, 2020 · 2 comments
Closed

Starting a script with large file upload "hangs" #252

bugy opened this issue Jan 1, 2020 · 2 comments
Labels
bug regression_issue to mark issues, introduced in the same re resolved
Milestone

Comments

@bugy
Copy link
Owner

bugy commented Jan 1, 2020

When you try to start a script with a large upload (more than supported by the server), interface hangs:

  • Log says "calling the script"
  • Stop/execute button are disabled
  • In the browser console there are errors
  • In the server logs there is an error:
    [tornado.general.INFO] Malformed HTTP message from 127.0.0.1: Content-Length too long
@bugy bugy added the bug label Jan 1, 2020
@bugy bugy added this to the 1.15.0 milestone Jan 1, 2020
@bugy
Copy link
Owner Author

bugy commented Jan 1, 2020

The server and client errors are expected (because the file is indeed larger, than allowed on the server). However in this case the error should be shown to a user, instead of handing the interface.

@bugy
Copy link
Owner Author

bugy commented Jan 5, 2020

Apparently this issue is reproducible only on Windows. But it could probably also happen on linux for some weird connection problems.

@bugy bugy added resolved regression_issue to mark issues, introduced in the same re labels Jan 5, 2020
@bugy bugy closed this as completed Feb 1, 2020
antonellocaroli pushed a commit to antonellocaroli/script-server that referenced this issue Aug 1, 2020
antonellocaroli pushed a commit to antonellocaroli/script-server that referenced this issue Aug 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug regression_issue to mark issues, introduced in the same re resolved
Projects
None yet
Development

No branches or pull requests

1 participant