Skip to content

StreamLostError: Stream connection lost: ConnectionResetError(104, 'Connection reset by peer') #9817

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

Open
ntindle opened this issue Apr 14, 2025 — with Linear · 0 comments

Comments

Copy link
Member

ntindle commented Apr 14, 2025

Sentry Issue: AUTOGPT-SERVER-3F6

StreamLostError: Stream connection lost: ConnectionResetError(104, 'Connection reset by peer')
  File "starlette/applications.py", line 112, in __call__
    await self.middleware_stack(scope, receive, send)
  File "starlette/middleware/errors.py", line 187, in __call__
    raise exc
  File "starlette/middleware/errors.py", line 165, in __call__
    await self.app(scope, receive, _send)
  File "starlette/middleware/exceptions.py", line 62, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "starlette/routing.py", line 715, in __call__
    await self.middleware_stack(scope, receive, send)
  File "starlette/routing.py", line 735, in app
    await route.handle(scope, receive, send)
  File "starlette/routing.py", line 288, in handle
    await self.app(scope, receive, send)
  File "starlette/routing.py", line 76, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "starlette/_exception_handler.py", line 53, in wrapped_app
    raise exc
  File "starlette/_exception_handler.py", line 42, in wrapped_app
    await app(scope, receive, sender)
  File "starlette/routing.py", line 73, in app
    response = await f(request)
  File "fastapi/routing.py", line 301, in app
    raw_response = await run_endpoint_function(
  File "fastapi/routing.py", line 212, in run_endpoint_function
    return await dependant.call(**values)
  File "backend/server/routers/v1.py", line 619, in execute_graph
    execution_utils.get_execution_queue().publish_message(
  File "backend/data/rabbitmq.py", line 178, in publish_message
    self._channel.basic_publish(
  File "pika/adapters/blocking_connection.py", line 2265, in basic_publish
    self._flush_output()
  File "pika/adapters/blocking_connection.py", line 1353, in _flush_output
    self._connection._flush_output(lambda: self.is_closed, *waiters)
  File "pika/adapters/blocking_connection.py", line 523, in _flush_output
    raise self._closed_result.value.error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant