metaboss: update_nft command throwing an error.
Hi, I’m running the update_nft
command and getting the following error.
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: ParseIntError { kind: InvalidDigit }', src/parse.rs:11:34
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
I have created the NFT using the Metaplex Candy Machine.
I have been able to use the script to run decode
and get_mints
without issues.
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 18 (12 by maintainers)
I’d like to eventually add this to Metaboss so the user doesn’t have to use multiple tools. Until then, here are a some resources that might help you out:
https://sol-nft.tools/?mode=ar-links https://github.com/0xEnrico/arweave-nft-uploader https://github.com/ArweaveTeam/arweave-js
Thank you for the clarification, that all makes sense. Knowing that it comes from the new JSON metadata is good to know. It means I just have to prep the next upload to fulfill the data from the original. As I would like to keep the CM creator for filtering.
Main thing I’m wanting to achieve is the ability to upload a small image to Arweave now, and then upload a larger image to Arweave later, due to CM restrictions.
I probably need to have a play with the next stage. I haven’t worked on uploading to Arweave on my own yet. But see there are some scripts like this one that will help me.
Really appreciate the time you have put into this script, and the help you have provided.