Lesson 6: TypeError: argument of type 'NoneType' is not iterable #1172
-
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 16 replies
-
it says something about loading the config. Can you post your config.yaml and .env file after masking private keys and such. I have seen this error a few times but cannot remember in which circumstances. |
Beta Was this translation helpful? Give feedback.
-
Hello @KayAAIC |
Beta Was this translation helpful? Give feedback.
-
please have a look at deploy_fund_me() lines 11-14, unless the default network is rinkeby the code is searching for a nonexisting key. |
Beta Was this translation helpful? Give feedback.
-
OK, probably you are right, but what you can do to find out is:
|
Beta Was this translation helpful? Give feedback.
-
Now I'm sure is something wrong with your brownie installation so please do the following:
|
Beta Was this translation helpful? Give feedback.
-
UPDATE: I found a solution. I did this by git cloning the brownie_fundme project from https://github.com/PatrickAlphaC/brownie_fund_me in a new Folder, and then copying over my code, which ended up working. I'm not sure why but my guess is somehow the build files in the initial project were conflicting as I was messing around with uninstalling and reinstalling packages. |
Beta Was this translation helpful? Give feedback.
UPDATE: I found a solution. I did this by git cloning the brownie_fundme project from https://github.com/PatrickAlphaC/brownie_fund_me in a new Folder, and then copying over my code, which ended up working. I'm not sure why but my guess is somehow the build files in the initial project were conflicting as I was messing around with uninstalling and reinstalling packages.