metaplex icon indicating copy to clipboard operation
metaplex copied to clipboard

[Bug]: Error: not all NFTs checked out (Devnet)

Open andrewau322 opened this issue 2 years ago • 4 comments

Which package is this bug report for?

candy machine cli

Issue description

I have kept encountering the same problem over the weekend. I have checked https://github.com/metaplex-foundation/metaplex/issues/1856 and I can't find a solution for this problem. It appears that the json and png files were successfully uploaded to devnet but I got "Error: not all NFTs checked out" when I try to verify the upload. I put this issue as a high priority as it hasn't been solved despite it has been mentioned before.

Thankss so much

Command

ts-node  ./metaplex/js/packages/cli/src/candy-machine-v2-cli.ts verify_upload -k id.json -c example Test_assets

Relevant log output

(node:29296) ExperimentalWarning: buffer.Blob is an experimental feature. This feature could change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
Checking 5 items that have yet to be checked...
Looking at key  0
Looking at key  1
Looking at key  2
Looking at key  3
Looking at key  4
C:\Users\andre\OneDrive\Desktop\NFT2\metaplex\js\packages\cli\src\candy-machine-v2-cli.ts:592
      throw new Error(
            ^
Error: not all NFTs checked out. check out logs above for details

Operating system

Windows 11

Priority this issue should have

High (immediate attention needed)

Check the Docs First

  • [X] I have checked the docs and it didn't solve my issue

andrewau322 avatar Apr 26 '22 13:04 andrewau322

Also having this issue on devnet. Win10. VS Code

SOLROCKER-D avatar May 24 '22 12:05 SOLROCKER-D

+1 experiencing this issue too. anybody solved?

joysiriban avatar May 31 '22 04:05 joysiriban

+1 having this issue too. Is there a hero somewhere, someone who appears and save the day?

EDIT: I did not upload my metadata/png to the arweave platform and I did not update my metadata

    "files": [{"uri": "0.png", "type": "image/png"}] 
    
    where instead of "uri": "0.png", it should be something like arweave.com/blabla
    

I will try as soon as possible and write down whether it is worked or not

    source: https://github.com/metaplex-foundation/metaplex/issues/608

muygur avatar Jun 19 '22 12:06 muygur

Just in case that you are using hidden setting in config.json. When it is in hidden mode, the meta data hasn't been uploaded to the candy machine yet. there is nothing to verify. it is ok if it failed.

ghost avatar Jul 03 '22 06:07 ghost