Patrick Collins

Results 163 comments of Patrick Collins

Are you running the `fund_collectible` script? What network is this on?

Awesome! Thanks for making these issues! I think maybe it would be wise to maybe add some print statements throughout the repo to help people who get stuck... Or are...

Ah... ok! Could you make a PR showing what you changed to help fix this one? Interesting that working with `https://ipfs.io/ipfs` is working over `ipfs://`.... Might be something with your...

Have you tried this: Download and install the [Build Tools for Visual Studio](https://visualstudio.microsoft.com/visual-cpp-build-tools/), and then install the `C++ build tools`. Once installed, run the following command in your terminal. Here...

Please add a detailed list of steps you took to get here.

I just pushed some updates, could you pull and try again? We now listen for events instead of just doing `time.sleep` https://github.com/PatrickAlphaC/nft-mix/blob/54e8c7c16a206bf1ea1ae20c0b359595128b26b4/scripts/advanced_collectible/create_collectible.py#L16

Could you actually ask this on stack overflow? And does this help? https://stackoverflow.com/questions/38507856/importerror-no-module-named-users

Doesn't necessarily _need_ to be a `main` function.... but you're right it is much nicer. Care to make a PR?

After doing some more testing, it looks like the `Contract.at` function is adding the duplicates. If I have in my `map.json` a contract already, and then I call `Contract.at` it...

Ok, I think I got it. It's adding a `Contract` the first time, and then a `ProjectContract` the second time: ``` > /Users/patrick/code/brownie/brownie/project/main.py(469)close() 468 breakpoint() --> 469 for contract in...