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
full output of the error you received
Brownie v1.19.3 - Python development framework for Ethereum
FundmeProject is the active project.
Launching 'ganache-cli --chain.vmErrorsOnRPCResponse true --wallet.totalAccounts 10 --fork.url https://eth-mainnet.g.alchemy.com/v2/Roi1u0uGwouY7QsVJjsS7bd7QyXNEwq3 --wallet.mnemonic brownie --server.port 8545 --hardfork istanbul'...
File "brownie/_cli/main.py", line 64, in main
importlib.import_module(f"brownie._cli.{cmd}").main()
File "brownie/_cli/run.py", line 45, in main
network.connect(CONFIG.argv["network"])
File "brownie/network/main.py", line 50, in connect
rpc.launch(active["cmd"], **active["cmd_settings"])
File "brownie/network/rpc/init.py", line 84, in launch
if web3.isConnected():
File "brownie/network/web3.py", line 117, in isConnected
return super().isConnected()
File "web3/main.py", line 343, in isConnected
return self.provider.isConnected()
File "web3/providers/base.py", line 108, in isConnected
assert 'error' not in response
AssertionError:
Terminating local RPC client...
How can it be fixed?
Fill this in if you know how the bug could be fixed.
The text was updated successfully, but these errors were encountered:
Environment information
brownie
Version: v1.19.3ganache-cli
Version: v7.9.0solc
Version: 0.6.6What was wrong?
Assertionerror :assert 'error' not in response
Please include information like:
what command you ran
brownie run scripts/deploy.py --network mainnet-fork-dev
the code that caused the failure (see this link for help with formatting code)
https://github.com/dashDebasis123/fundme
Brownie v1.19.3 - Python development framework for Ethereum
FundmeProject is the active project.
Launching 'ganache-cli --chain.vmErrorsOnRPCResponse true --wallet.totalAccounts 10 --fork.url https://eth-mainnet.g.alchemy.com/v2/Roi1u0uGwouY7QsVJjsS7bd7QyXNEwq3 --wallet.mnemonic brownie --server.port 8545 --hardfork istanbul'...
File "brownie/_cli/main.py", line 64, in main
importlib.import_module(f"brownie._cli.{cmd}").main()
File "brownie/_cli/run.py", line 45, in main
network.connect(CONFIG.argv["network"])
File "brownie/network/main.py", line 50, in connect
rpc.launch(active["cmd"], **active["cmd_settings"])
File "brownie/network/rpc/init.py", line 84, in launch
if web3.isConnected():
File "brownie/network/web3.py", line 117, in isConnected
return super().isConnected()
File "web3/main.py", line 343, in isConnected
return self.provider.isConnected()
File "web3/providers/base.py", line 108, in isConnected
assert 'error' not in response
AssertionError:
Terminating local RPC client...
How can it be fixed?
Fill this in if you know how the bug could be fixed.
The text was updated successfully, but these errors were encountered: