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

Failed to close hivemind.P2P #564

Closed
borzunov opened this issue Apr 25, 2023 · 1 comment
Closed

Failed to close hivemind.P2P #564

borzunov opened this issue Apr 25, 2023 · 1 comment
Assignees
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@borzunov
Copy link
Member

Reachability service failed: FileNotFoundError(2, 'No such file or directory')
Exception ignored in: <function P2P.__del__ at 0x7fbec8be5f70>
Traceback (most recent call last):
  File "/home/jheuristic/anaconda3/envs/py38_petals_borzunov/lib/python3.8/site-packages/hivemind/p2p/p2p_daemon.py", line 636, in __del__
    self._terminate()
  File "/home/jheuristic/anaconda3/envs/py38_petals_borzunov/lib/python3.8/site-packages/hivemind/p2p/p2p_daemon.py", line 657, in _terminate
    self._child.terminate()
  File "/home/jheuristic/anaconda3/envs/py38_petals_borzunov/lib/python3.8/asyncio/subprocess.py", line 141, in terminate
    self._transport.terminate()
  File "uvloop/handles/process.pyx", line 636, in uvloop.loop.UVProcessTransport.terminate
  File "uvloop/handles/process.pyx", line 378, in uvloop.loop.UVProcessTransport._check_proc
ProcessLookupError:
Exception ignored in: <function Client.__del__ at 0x7fbec8bd7a60>
Traceback (most recent call last):
  File "/home/jheuristic/anaconda3/envs/py38_petals_borzunov/lib/python3.8/site-packages/hivemind/p2p/p2p_daemon_bindings/p2pclient.py", line 53, in __del__
    self.close()
  File "/home/jheuristic/anaconda3/envs/py38_petals_borzunov/lib/python3.8/site-packages/hivemind/p2p/p2p_daemon_bindings/p2pclient.py", line 50, in close
    self.control.close()
AttributeError: 'NoneType' object has no attribute 'close'
@borzunov borzunov added the bug Something isn't working label Apr 25, 2023
@borzunov borzunov added good first issue Good for newcomers help wanted Extra attention is needed labels Apr 25, 2023
@borzunov
Copy link
Member Author

Fixed in #565.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants