metaplex-foundation / sugar

Candy Machine Rust CLI.
Apache License 2.0
203 stars 116 forks source link

[Bug]: Sugar reveal - No URI found #451

Closed cesar4design closed 1 year ago

cesar4design commented 1 year ago

I did a CMv3 guards with hidden setting, i want to test the sugar reveal, but i get this error, what i did wrong? I just follow the guide.

image

samuelvanderwaal commented 1 year ago

Can you post some examples of JSON metadata here or the links to the stored JSON metadata on NFT storage? I'm thinking your names in your metadata doesn't match what's in the cache.

cesar4design commented 1 year ago

Can you post some examples of JSON metadata here or the links to the stored JSON metadata on NFT storage? I'm thinking your names in your metadata doesn't match what's in the cache.

The name of the NFTs in the metadata is the same as in the cache (attached image).

When this was not the case, I would get another type of error saying that the name did not match.

image

samuelvanderwaal commented 1 year ago

Can you post some examples of JSON metadata here or the links to the stored JSON metadata on NFT storage? I'm thinking your names in your metadata doesn't match what's in the cache.

The name of the NFTs in the metadata is the same as in the cache (attached image).

When this was not the case, I would get another type of error saying that the name did not match.

image

Yeah, this is a bug. It's not expecting 0 indexed NFT names tho it's a valid use-case. I have a PR open to fix it.