DEV Community

Discussion on: NFT images generator using Python Jupyter Notebook

 
cstavr1 profile image
cstavr

Oddly enough I ran this again today and now a new error:

C:\Users\CHRIS~1.STA\AppData\Local\Temp/ipykernel_27868/3811645234.py in
139 "value": value
140 }
--> 141 for i in data:
142 token_id = i['tokenId']
143 token = {

TypeError: 'function' object is not iterable

Thread Thread
 
victorquanlam profile image
Victor Quan Lam

hmm strange. I haven't got any problem like this.
Check the source code out. Hope it helps
github.com/victorquanlam/nft-creator