NFT-minting-using-python icon indicating copy to clipboard operation
NFT-minting-using-python copied to clipboard

TypeError, NoneType object is not subscriptable

Open ecosysmaat opened this issue 1 year ago • 1 comments

Hi, I wonder if you know what's going on here?

image

ecosysmaat avatar May 27 '23 19:05 ecosysmaat

Hello! I have the same issue. Have you found a solution for it? By the way, the source of the problem might be that the contract key value is None, and it gets this because the third instruction in the deploy function is executing an outdated instruction (more precisely, the "create_metadata_instruction" function), which needs to be updated by Metaplex. However, they haven't provided any information or documentation about updating the Token Metadata Program, so I'm unsure about what needs to be updated in it.

davidkakov111 avatar Oct 13 '23 18:10 davidkakov111