LESSON 11 - No Metadata? #147
-
Hi All Is anyone else having trouble rendering the metadata and image for the Advanced collectible? I have followed lesson 11 all the way to the end, everything works until I get to Opensea. The NFT is shown in the Opensea Portal but none of the metadata nor is the image is shown. And yes, this is even after waiting 20 minutes. To debug, I added the little bit of else code below to the if statement in the set_tokenuri.py file to check to see that if and what token uri was set:
Here's a print from running the set_tokenuri script 5 times after creating four x collectibles (3 Shibas and 1 St Bernard) Running 'scripts\advanced_collectible\set_tokenuri.py::main'... So the tokens are clearly being set. The first Shiba-Iny has displayed correctly (and this after about 60 attempts lol) What could be happening to stop the NFT metadata from rendering? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
@PatrickAlphaC do you have any thoughts about this? If my uri token is being set - why arent I getting any metadata shown? |
Beta Was this translation helpful? Give feedback.
@PatrickAlphaC do you have any thoughts about this? If my uri token is being set - why arent I getting any metadata shown?