OSError: headers already sent #1283
Unanswered
yuanjiushao
asked this question in
Q&A
Replies: 1 comment 2 replies
-
What web server are you using? What is the output of |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
python-engineio=4.8.0
python-socketio=5.10.0
When the client disconnects, the server always encounters this exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/engineio/middleware.py", line 63, in call
return self.engineio_app.handle_request(environ, start_response)
File "/usr/local/lib/python3.10/site-packages/socketio/server.py", line 428, in handle_request
return self.eio.handle_request(environ, start_response)
File "/usr/local/lib/python3.10/site-packages/engineio/server.py", line 321, in handle_request
start_response(r['status'], r['headers'] + cors_headers)
OSError: headers already sent
Beta Was this translation helpful? Give feedback.
All reactions