metaplex
metaplex copied to clipboard
Done. Successful = false / Failed writing indices...
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
- [X] I have checked the docs and it didn't solve my issue