theskeletoncrew / air-support

Airdrop automation tools for Solana from The Skeleton Crew
https://skeletoncrew.rip
MIT License
177 stars 61 forks source link

-32602 "invalid param: Token mint could not be unpacked #6

Closed NexusNeuralNet closed 2 years ago

NexusNeuralNet commented 2 years ago

What Operating System are you using? macOS Monterey - cpu M1 MAX

What version of Node are you using? v16.13.2

What version of Rust are you using? rust: stable 1.58.1 (bottled), HEAD

What version of Cargo are you using? cargo 1.59.0-nightly (fcef61230 2021-12-17)

What version of npm are you using? 8.1.2

What version of yarn are you using? 1.22.17

What architecture is your machine Intel or ARM? ARM (M1 MAX)

What git tag/checksum are you running for theskeletoncrew/air-support? main

What git tag/checksum are you running for metaplex-foundation/metaplex? v1.0.0 What git tag/checksum are you using for solanalabs/solana-program-library? whatever comes with v1.0.0

What errors are you seeing doing cargo build if any in either rust repository? none

What is the full command that failed? make generate MINT=RPdCMRxBx4YPcJv6HUb2S5zHGJcDrDrZszUNNGmLwfT NUM=500

What directory did you run in? air-support

`(base) shoompa@Home air-support % make generate MINT=5PyroDUNE8eicR7jEL1hq8P7oY4PkLDMDeySZ9A3uPhg NUM=1 mkdir -p ./airdrops/1 ./2_generate_prints/mint.sh "/Users/shoompa/metaplex" "/Users/shoompa/my-solana-wallet/my-keypair.json" 5PyroDUNE8eicR7jEL1hq8P7oY4PkLDMDeySZ9A3uPhg 1 1 "token" "https://psytrbhymqlkfrhudd.dev.genesysgo.net:8899/"

/Users/shoompa/metaplex/rust/target/debug/metaplex-token-metadata-test-client --keypair /Users/shoompa/my-solana-wallet/my-keypair.json mint_new_edition_from_master_edition_via_token --mint 5PyroDUNE8eicR7jEL1hq8P7oY4PkLDMDeySZ9A3uPhg --url https://psytrbhymqlkfrhudd.dev.genesysgo.net:8899/ | tee -a airdrops/1/token_detailed.log

thread 'main' panicked at 'called Result::unwrap() on an Err value: ClientError { request: Some(GetTokenAccountsByOwner), kind: RpcError(RpcResponseError { code: -32602, message: "Invalid param: Token mint could not be unpacked", data: Empty }) }', token-metadata/test/src/main.rs:247:14 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

All done. Mint ids stored to airdrops/1/token_mints.log`