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

Reachability service occasionally fails #376

Open
borzunov opened this issue Jul 19, 2023 · 0 comments
Open

Reachability service occasionally fails #376

borzunov opened this issue Jul 19, 2023 · 0 comments

Comments

@borzunov
Copy link
Collaborator

Jul 19 09:22:42.251 [WARN] [petals.server.reachability._serve_with_probe:148] Reachability service failed: FileNotFoundError(2, 'No such file or directory')
Jul 19 09:22:42.252 [WARN] [petals.server.reachability._serve_with_probe:149] See detailed traceback below:
Traceback (most recent call last):
  File "/storage/hdd1/jheuristic/exp/decentralized/borzunov/petals/src/petals/server/reachability.py", line 140, in _serve_with_probe
    protocol.probe = await P2P.create(initial_peers, **STRIPPED_PROBE_ARGS)
  File "/home/jheuristic/anaconda3/envs/py38_petals_borzunov/lib/python3.8/site-packages/hivemind/p2p/p2p_daemon.py", line 239, in create
    self._client = await p2pclient.Client.create(
  File "/home/jheuristic/anaconda3/envs/py38_petals_borzunov/lib/python3.8/site-packages/hivemind/p2p/p2p_daemon_bindings/p2pclient.py", line 41, in create
    client.control = await ControlClient.create(
  File "/home/jheuristic/anaconda3/envs/py38_petals_borzunov/lib/python3.8/site-packages/hivemind/p2p/p2p_daemon_bindings/control.py", line 135, in create
    await control._ensure_persistent_conn()
  File "/home/jheuristic/anaconda3/envs/py38_petals_borzunov/lib/python3.8/site-packages/hivemind/p2p/p2p_daemon_bindings/control.py", line 254, in _ensure_persistent_conn
    reader, writer = await self.daemon_connector.open_persistent_connection()
  File "/home/jheuristic/anaconda3/envs/py38_petals_borzunov/lib/python3.8/site-packages/hivemind/p2p/p2p_daemon_bindings/control.py", line 74, in open_persistent_connection
    reader, writer = await self.open_connection()
  File "/home/jheuristic/anaconda3/envs/py38_petals_borzunov/lib/python3.8/site-packages/hivemind/p2p/p2p_daemon_bindings/control.py", line 62, in open_connection
    return await asyncio.open_unix_connection(control_path)
  File "/home/jheuristic/anaconda3/envs/py38_petals_borzunov/lib/python3.8/asyncio/streams.py", line 111, in open_unix_connection
    transport, _ = await loop.create_unix_connection(
  File "uvloop/loop.pyx", line 2275, in create_unix_connection
  File "uvloop/loop.pyx", line 2270, in uvloop.loop.Loop.create_unix_connection
FileNotFoundError: [Errno 2] No such file or directory
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

1 participant