Open yoonniverse opened 1 month ago
Hi @yoonniverse can you try again with the latest beta release we just released? It should be version 5.0.0b6
Thanks for the review, but I still have the same issue after upgrading to 5.0.0b6 too.
Thanks for checking, can you please share with us more information about your environment, specifically:
And you are on Linux, right?
I am getting a very similar error with gradio 5.0.1:
... File "/.venv/lib/python3.11/site-packages/h11/_connection.py", line 545, in send_with_data_passthrough writer(event, data_list.append) File "/.venv/lib/python3.11/site-packages/h11/_writers.py", line 65, in call self.send_data(event.data, write) File "/.venv/lib/python3.11/site-packages/h11/_writers.py", line 91, in send_data raise LocalProtocolError("Too much data for declared Content-Length") h11._util.LocalProtocolError: Too much data for declared Content-Length
Any workarounds?
I have the same issue with gradio==5.1
python3.11/site-packages/h11/_writers.py", line 91, in send_data raise LocalProtocolError("Too much data for declared Content-Length") h11._util.LocalProtocolError: Too much data for declared Content-Length
same here
browser: chrome / safari Python: 3.12 Node: v22.10.0 gradio: 5.3.0
macos
I am still getting this error. Any idea how it can be resolved @abidlabs ?
Describe the bug
I installed gradio 5 preview to test ssr feature, but encountered "RuntimeError: Response content longer than Content-Length".
Have you searched existing issues? π
Reproduction
It runs fine when I set
ssr_mode=False
.Screenshot
Logs
System Info
Severity
I can work around it