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

server error on "big" inlined csv-table directive #1171

Closed
elfman2 opened this issue May 22, 2023 · 2 comments · Fixed by #1174
Closed

server error on "big" inlined csv-table directive #1171

elfman2 opened this issue May 22, 2023 · 2 comments · Fixed by #1174

Comments

@elfman2
Copy link

elfman2 commented May 22, 2023

version 0.0.41
500 Internal Server Error upon modification of a requirement containing a "big" inline csv-table.
When starting the server, there is no error, and the table is displayed as expected, but when trying to modify and save, the server reports an error. Seems to be linked to the number of chars in the table. (small table are ok).
The error shows up only in REQUIREMENT STATEMENT , seems OK in FREETEXT

Test example:

.. csv-table::

a,b,c,d
e,f,g,h
e,f,g,h
a,b,c,d
e,f,g,h
e,f,g,h
a,b,c,d
e,f,g,h
e,f,g,h
a,b,c,d
e,f,g,h
e,f,g,h
a,b,c,d
e,f,g,h
e,f,g,h
a,b,c,d
e,f,g,h
e,f,g,h
a,b,c,d
e,f,g,h
e,f,g,h
a,b,c,d
e,f,g,h
e,f,g,h

@stanislaw
Copy link
Collaborator

Should be fixed now.

@elfman2
Copy link
Author

elfman2 commented May 24, 2023 via email

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