Skip to content

[UpstreamConnectionPool] Unhandled OSError: [Errno 57] Socket is not connected #973

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

Closed
abhinavsingh opened this issue Jan 12, 2022 · 0 comments · Fixed by #974
Closed

[UpstreamConnectionPool] Unhandled OSError: [Errno 57] Socket is not connected #973

abhinavsingh opened this issue Jan 12, 2022 · 0 comments · Fixed by #974
Assignees
Labels
Bug Bug report in proxy server Good First Issue Issues for new contributors to pick-up

Comments

@abhinavsingh
Copy link
Owner

2022-01-13 00:59:59,250 - pid:58377 [E] base_events.default_exception_handler:1738 - Task exception was never retrieved
future: <Task finished name='Task-1' coro=<Threadless._run_forever() done, defined at /Users/abhinavsingh/Dev/.venv/lib/python3.9/site-packages/proxy/core/acceptor/threadless.py:390> exception=OSError(57, 'Socket is not connected')>
Traceback (most recent call last):
  File "/Users/abhinavsingh/Dev/.venv/lib/python3.9/site-packages/proxy/core/acceptor/threadless.py", line 394, in _run_forever
    if await self._run_once():
  File "/Users/abhinavsingh/Dev/.venv/lib/python3.9/site-packages/proxy/core/acceptor/threadless.py", line 378, in _run_once
    teardown = task.result()
  File "/Users/abhinavsingh/Dev/.venv/lib/python3.9/site-packages/proxy/core/connection/pool.py", line 145, in handle_events
    self._remove(fileno)
  File "/Users/abhinavsingh/Dev/.venv/lib/python3.9/site-packages/proxy/core/connection/pool.py", line 177, in _remove
    conn.connection.shutdown(socket.SHUT_WR)
OSError: [Errno 57] Socket is not connected
@abhinavsingh abhinavsingh added Bug Bug report in proxy server Good First Issue Issues for new contributors to pick-up labels Jan 12, 2022
@abhinavsingh abhinavsingh self-assigned this Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Bug report in proxy server Good First Issue Issues for new contributors to pick-up
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant