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

Problem with HardHat container #161

Open
AgustinRamiroDiaz opened this issue Jan 2, 2025 — with Slack · 0 comments
Open

Problem with HardHat container #161

AgustinRamiroDiaz opened this issue Jan 2, 2025 — with Slack · 0 comments

Comments

Copy link

I’m having trouble running the studio on a mac m1 Traceback (most recent call last):

2025-01-02 11:44:49     sys.exit(main())
2025-01-02 11:44:49              ^^^^^^
2025-01-02 11:44:49   File "/usr/local/lib/python3.12/dist-packages/flask/cli.py", line 1129, in main
2025-01-02 11:44:49     cli.main()
2025-01-02 11:44:49   File "/usr/local/lib/python3.12/dist-packages/click/core.py", line 1082, in main
2025-01-02 11:44:49     rv = self.invoke(ctx)
2025-01-02 11:44:49          ^^^^^^^^^^^^^^^^
2025-01-02 11:44:49   File "/usr/local/lib/python3.12/dist-packages/click/core.py", line 1697, in invoke
2025-01-02 11:44:49     return _process_result(sub_ctx.command.invoke(sub_ctx))
2025-01-02 11:44:49                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-01-02 11:44:49   File "/usr/local/lib/python3.12/dist-packages/click/core.py", line 1443, in invoke
2025-01-02 11:44:49     return ctx.invoke(self.callback, **ctx.params)
2025-01-02 11:44:49            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-01-02 11:44:49   File "/usr/local/lib/python3.12/dist-packages/click/core.py", line 788, in invoke
2025-01-02 11:44:49     return __callback(*args, **kwargs)
2025-01-02 11:44:49            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-01-02 11:44:49   File "/usr/local/lib/python3.12/dist-packages/click/decorators.py", line 92, in new_func
2025-01-02 11:44:49     return ctx.invoke(f, obj, *args, **kwargs)
2025-01-02 11:44:49            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-01-02 11:44:49   File "/usr/local/lib/python3.12/dist-packages/click/core.py", line 788, in invoke
2025-01-02 11:44:49     return __callback(*args, **kwargs)
2025-01-02 11:44:49            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-01-02 11:44:49   File "/usr/local/lib/python3.12/dist-packages/flask/cli.py", line 977, in run_command
2025-01-02 11:44:49     raise e from None
2025-01-02 11:44:49   File "/usr/local/lib/python3.12/dist-packages/flask/cli.py", line 961, in run_command
2025-01-02 11:44:49     app: WSGIApplication = info.load_app()  # pyright: ignore
2025-01-02 11:44:49                            ^^^^^^^^^^^^^^^
2025-01-02 11:44:49   File "/usr/local/lib/python3.12/dist-packages/flask/cli.py", line 349, in load_app
2025-01-02 11:44:49     app = locate_app(import_name, name)
2025-01-02 11:44:49           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-01-02 11:44:49   File "/usr/local/lib/python3.12/dist-packages/flask/cli.py", line 245, in locate_app
2025-01-02 11:44:49     __import__(module_name)
2025-01-02 11:44:49   File "/app/backend/protocol_rpc/server.py", line 107, in <module>
2025-01-02 11:44:49     ) = create_app()
2025-01-02 11:44:49         ^^^^^^^^^^^^
2025-01-02 11:44:49   File "/app/backend/protocol_rpc/server.py", line 63, in create_app
2025-01-02 11:44:49     consensus_service = ConsensusService()
2025-01-02 11:44:49                         ^^^^^^^^^^^^^^^^^^
2025-01-02 11:44:49   File "/app/backend/rollup/consensus_service.py", line 21, in __init__
2025-01-02 11:44:49     raise ConnectionError(f"Failed to connect to Hardhat node at {hardhat_url}")
2025-01-02 11:44:49 ConnectionError: Failed to connect to Hardhat node at <http://hardhat:8545>```

[Slack Message](https://genlayer.slack.com/archives/C071DE6200M/p1735819103833819?thread_ts=1735819103.833819&cid=C071DE6200M)
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