You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
THE MEANING OF THIS IS: YOUR 0.json THAT SHOULD BE NFT #0, CAN BE THE NFT #1234 AND SO ON.
Cleaning output folder... Done.
Obtainig attributes list and order of layers... Done.
Obtaining Bg items and creating the tombola... Traceback (most recent call last):
File "C:\Users\adalz\solseum-nft-generator\main.py", line 28, in <module>
nfts = NftCreator(numberNFTs, folderPaths, testRarities, randomizedOutput)
File "C:\Users\adalz\solseum-nft-generator\includes\nft_creator.py", line 19, in __init__
self.items, self.itemsPath, self.itemsTombola, self.maxPossibilities
= self.GetItemsList(self.orderedLayersPath,self.attributes)
File "C:\Users\adalz\solseum-nft-generator\includes\nft_creator.py", line 93, in GetItemsList
item, itemPath, itemTombola = self.GetItemsPerAttribute(attributesPath[i], attributes[i])
File "C:\Users\adalz\solseum-nft-generator\includes\nft_creator.py", line 116, in GetItemsPerAttribute
item.append(file[1].replace('.png', '').replace('_', ' ').title())
IndexError: list index out of range```
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: