eth-brownie / brownie

A Python-based development and testing framework for smart contracts targeting the Ethereum Virtual Machine.
https://eth-brownie.readthedocs.io
MIT License
2.64k stars 555 forks source link

Assertionerror :assert 'error' not in response #1700

Open dashDebasis123 opened 1 year ago

dashDebasis123 commented 1 year ago

Environment information

What was wrong?

Assertionerror :assert 'error' not in response Please include information like:

https://github.com/dashDebasis123/fundme Screenshot from 2023-07-17 21-00-14

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.

dashDebasis123 commented 1 year ago

code - https://github.com/dashDebasis123/fundme