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

Module execution failed: keepalive ping timeout - (orchestrator:keynesian_beauty_contest) #214

Open
enricorotundo opened this issue Feb 17, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@enricorotundo
Copy link
Collaborator

SDK logs:

naptha-sdk-py3.12➜  naptha-sdk git:(main) time naptha run orchestrator:keynesian_beauty_contest -p "num_agents=100" --agent_nodes "localhost,localhost"
2025-02-17 13:08:39,735 - naptha_sdk.client.node - INFO - Node URL: http://localhost:7001
2025-02-17 13:08:39,735 - naptha_sdk.inference - INFO - Node URL: http://localhost:7001
2025-02-17 13:08:39,735 - naptha_sdk.client.hub - INFO - Hub URL: ws://localhost:3001/rpc
Parsed parameters: {'num_agents': '100'}
2025-02-17 13:08:39,753 - naptha_sdk.client.hub - INFO - Attempting authentication for user: enricorotundo1
2025-02-17 13:08:39,776 - naptha_sdk.client.hub - INFO - Successfully authenticated user: enricorotundo1
...
running orchestrator keynesian_beauty_contest
running orchestrator keynesian_beauty_contest
running orchestrator keynesian_beauty_contest
error orchestrator keynesian_beauty_contest
Error in _run_module_async: Module execution failed: sent 1011 (unexpected error) keepalive ping timeout; no close frame received
naptha run orchestrator:keynesian_beauty_contest -p "num_agents=100"    0.88s user 0.15s system 1% cpu 1:11.12 total

Node logs:

INFO:     127.0.0.1:54824 - "POST /orchestrator/run HTTP/1.1" 200 OK
...
INFO:     127.0.0.1:55475 - "POST /orchestrator/check HTTP/1.1" 200 OK
2025-02-17 13:09:50 - node.server.http_server - INFO - Checking orchestrator run
2025-02-17 13:09:50 - node.server.http_server - INFO - Found orchestrator status: error
2025-02-17 13:09:50 - node.server.http_server - INFO - Orchestrator run failed. Returning error: Error in _run_module_async: Module execution failed: sent 1011 (unexpected error) keepalive ping timeout; no close frame received
2025-02-17 13:09:50 - node.server.http_server - INFO - Response: Error in _run_module_async: Module execution failed: sent 1011 (unexpected error) keepalive ping timeout; no close frame received
INFO:     127.0.0.1:55485 - "POST /orchestrator/check HTTP/1.1" 200 OK
@enricorotundo enricorotundo changed the title Module execution failed: keepalive ping timeout Module execution failed: keepalive ping timeout - (orchestrator:keynesian_beauty_contest) Feb 17, 2025
@enricorotundo enricorotundo added the bug Something isn't working label Feb 17, 2025
@richardblythman
Copy link
Contributor

@enricorotundo i also get this error at num_agents=100

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

2 participants