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

nicer error for boa not connecting #124

Open
PatrickAlphaC opened this issue Oct 19, 2024 · 0 comments
Open

nicer error for boa not connecting #124

PatrickAlphaC opened this issue Oct 19, 2024 · 0 comments

Comments

@PatrickAlphaC
Copy link
Member

mox run deploy --network anvil --private-key xxxx
Running run command...
Traceback (most recent call last):
  File "/Users/patrick/.local/share/uv/tools/moccasin/lib/python3.11/site-packages/urllib3/connection.py", line 199, in _new_conn
    sock = connection.create_connection(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/patrick/.local/share/uv/tools/moccasin/lib/python3.11/site-packages/urllib3/util/connection.py", line 85, in create_connection
    raise err
  File "/Users/patrick/.local/share/uv/tools/moccasin/lib/python3.11/site-packages/urllib3/util/connection.py", line 73, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 61] Connection refused

The above exception was the direct cause of the following exception:

We probably should catch this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant