metaplex-foundation / metaplex

A directory of what the Metaplex Foundation works on!
https://metaplex.com
Apache License 2.0
3.31k stars 6.27k forks source link

Not all NFTs checked out (mainnet-beta) #1516

Closed annabnn812 closed 2 years ago

annabnn812 commented 2 years ago

Hey guys! Can someone help me? Not all NFTs checked out (mainnet-beta) I am used Candy Machine-v2 . Uploaded (545) out of (555). How to fix it without deleting the folder " .cache" ? I know , I know about the instruction " In this case, you will need to re-run the upload command. Only after the verify command succeeds should you make your Candy Machine live." ---- THIS DOES NOT WORK FOR ME! I see some error , its looks like " Size 0 undefined upload was not successful, please re-run. TypeError: Cannot read properties of undefined (reading 'index')" But I didnt changed index or something else.

image

image

image

image

github-actions[bot] commented 2 years ago

This Issue has received no activity for 30 days. We will close it in 2 days, please reopen if you are still experiencing this issue.

neurofoo commented 2 years ago

I've had a similar issue. Create a v2 candy machine. All good except one index has this error. I've tried running the upload command again as instructed in the docs. Nothing.

Are there more docs/SOP to figure out how to understand why the index fails?

neurofoo commented 2 years ago

If anyone stumbles upon this, there seems to be an issue in the verification code. It doesn't correctly skip over files that have already been verified.

Go to your cache file and remove all instances of

"verifyRun": true

This will force the code to recheck all files again.

Then rerun the verify_upload code.

stegaBOB commented 2 years ago

As for @neurofoo, I think your issue is the same as #1856. And for @annabnn812, it's hard to help solve your issue since its based on a CLI that has changed so much in the past couple months. If you haven't solved your issue by now, please feel free to open up a new issue with our new issue template form.

psychofaced commented 2 years ago

what if i do change the "verifyRun": false into "verifyRun": true manually in the cache file ? I did that and re-run the verify_upload command and it say "ready to deploy!" . Does it will causing the problem on the minting ?