metaplex-foundation / metaplex

A directory of what the Metaplex Foundation works on!

Home Page:https://metaplex.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Done. Successful = false / Failed writing indices...

gambitboxdev opened this issue · comments

Which package is this bug report for?

candy machine cli

Issue description

Trying to upload, but keep getting "Failed writing indices..." and "Done. Successful = false." even if I try to upload with custom rpc

Command

ts-node ~/metaplex/js/packages/cli/src/candy-machine-v2-cli.ts upload -e mainnet-beta -k ~/.config/solana/mainnet-beta.json -cp config.json -c example ./assets --rpc-url ........

Relevant log output

Beginning the upload for 50 (img+json) pairs
started at: 1657044808726
config for a candy machine with publickey: ........ has been already initialized
[50] out of [50] items have been uploaded
Writing all indices in 4 transactions...
Progress: [░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0% | 0/4
Failed writing indices 0-10: encoding overruns Buffer

Failed writing indices 11-21: encoding overruns Buffer

Failed writing indices 22-32: encoding overruns Buffer

Failed writing indices 33-43: encoding overruns Buffer

Done. Successful = false.

Operating system

Windows 10

Priority this issue should have

Low (slightly annoying)

Check the Docs First

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