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

Assertionerror :assert 'error' not in response #1700

Open
dashDebasis123 opened this issue Jul 17, 2023 · 1 comment
Open

Assertionerror :assert 'error' not in response #1700

dashDebasis123 opened this issue Jul 17, 2023 · 1 comment

Comments

@dashDebasis123
Copy link

Environment information

  • brownie Version: v1.19.3
  • ganache-cli Version: v7.9.0
  • solc Version: 0.6.6
  • Python Version: 3.10.12
  • OS: osx/linux/win: linux-Ubuntu 22.04.2 LTS

What 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
Screenshot from 2023-07-17 21-00-14

  • 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.

@dashDebasis123
Copy link
Author

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