Can someone please help me debug this NFT?

Hi,

I have minted an NFT but it is not showing on pool.pm and I am having difficulties understanding why.
This is the policy, which has a single asset.

I tested the metadata in using pool.pm in metadata tester, and it renders correctly.
But if you fetch the NFT directly on pool.pm, the website seems unable to parse the metadata correctly and fetch the image.

$ cat metadata.json 
{
    "721": {
        "ee027aa7a0b08902d8530247b4d3e0cead7e960c98801c2df2205a1f": {
        "GileNFT": {
            "name": "GuileNFT",
            "description": "El Guile NFT, presente, unico, original y sin dudas, el mejor.",
            "type": "image/jpg",
            "image": "ipfs://QmTnUXddke4ScB75bPtLUoyFyXsmVnfK4xSjz7bjCuQwZf"
            }
        }
    }
}

Any suggestions?
Thanks.

The asset name is GuileNFT: https://cardanoscan.io/token/asset1gvtx9t794y2qdrktan6flgjwh2x7f22hy2vrke

But the metadata says GileNFT without the u.

3 Likes

Thanks, it has worked now.
Twice I made the same mistake :man_facepalming: