rounakbanik / generative-art-nft

A generative art library for NFT avatar and collectible projects.
MIT License
747 stars 373 forks source link

NoneType' object is not subscriptable #23

Open ykeremekinci opened 2 years ago

ykeremekinci commented 2 years ago

Starting task... Traceback (most recent call last): File "D:\Google Indirilenler\generative-art-nft-099c93f6cd918a124e9f6e7e044a157eee9b49bd\nft.py", line 259, in main() File "D:\Google Indirilenler\generative-art-nft-099c93f6cd918a124e9f6e7e044a157eee9b49bd\nft.py", line 250, in main rt = generate_images(edition_name, num_avatars) File "D:\Google Indirilenler\generative-art-nft-099c93f6cd918a124e9f6e7e044a157eee9b49bd\nft.py", line 186, in generate_images if is_duplicated(rarity_dict, trait_sets, image_index): File "D:\Google Indirilenler\generative-art-nft-099c93f6cd918a124e9f6e7e044a157eee9b49bd\nft.py", line 151, in is_duplicated if rarity_dict[CONFIG[idx]['name']][index] != trait[: -1 * len('.png')]: TypeError: 'NoneType' object is not subscriptable

I got this error. Can anybody help me?

levintech commented 2 years ago

Hi, @ykeremekinci Thanks for sharing your script. I found what the issue and fixed them. I missed checking None traits mechanism on the script. I had already fixed that issue and test them on my side. You can see the updated code now. If you have any other problem, please kindly share me. Thanks.