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

LocalProtocolError: Can't send data when our state is ERROR #327

Open
sentry-io bot opened this issue Dec 8, 2023 · 0 comments
Open

LocalProtocolError: Can't send data when our state is ERROR #327

sentry-io bot opened this issue Dec 8, 2023 · 0 comments

Comments

@sentry-io
Copy link

sentry-io bot commented Dec 8, 2023

LocalProtocolError: Can't send data when our state is ERROR
(8 additional frame(s) were not displayed)
...
  File "starlette/responses.py", line 255, in stream_response
    await send(
  File "starlette/middleware/errors.py", line 159, in _send
    await send(message)
  File "uvicorn/protocols/http/h11_impl.py", line 490, in send
    output = self.conn.send(event=response)
  File "h11/_connection.py", line 512, in send
    data_list = self.send_with_data_passthrough(event)
  File "h11/_connection.py", line 527, in send_with_data_passthrough
    raise LocalProtocolError("Can't send data when our state is ERROR")
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

0 participants