You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2024. It is now read-only.
while running the command brownie console --network mainnet-fork I am getting the following error:
RPCProcessError: Unable to launch local RPC client.
Command: ganache-cli
URI: http://127.0.0.1:8545
I have exported my WEB3_INFURA_PROJECT_ID and using the nvm version 16.13.2.
Can't seem to figure out a way to fork the mainnet in brownie
The text was updated successfully, but these errors were encountered:
It looks like you might have something running already on port 8545 maybe an old ganache-cli or some other program. If you on mac or linux you can run sudo netstat -tulpn
in my case I just killed pid 3476 since its running on the port 8545 needed. Let me know how it goes
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
while running the command brownie console --network mainnet-fork I am getting the following error:
RPCProcessError: Unable to launch local RPC client.
Command: ganache-cli
URI: http://127.0.0.1:8545
I have exported my WEB3_INFURA_PROJECT_ID and using the nvm version 16.13.2.
Can't seem to figure out a way to fork the mainnet in brownie
The text was updated successfully, but these errors were encountered: