Hey everyone, I’m stuck trying to list my NFT on devnet using the Auction House CLI. Here’s what I did:
I ran a command to sell my NFT, but it’s not working. The command looks like this:
nft-list-tool run sell \
-k /path/to/my/devnet.json \
-ah SomeAuctionHouseAddress \
--price 1 \
--nft-id CoolNFTIdentifierHere \
--amount 1
But I’m getting an error. It says something about a transaction failing and not being able to transfer lamports to a new account.
My wallet (let’s call it MyWalletAddress123) has the NFT I want to list and enough SOL for the transaction.
What am I missing here? Any ideas on how to fix this? Thanks in advance for any help!
I’ve encountered similar issues when listing NFTs via the CLI. One potential cause could be incorrect permissions on your wallet. Ensure your wallet has the necessary authority to list the NFT on the specified Auction House.
Another possibility is that the Auction House address you’re using isn’t correctly configured or doesn’t exist on devnet. Verify the Auction House address is valid and operational.
If those checks don’t resolve the issue, try listing with a slightly higher price. Sometimes, rounding errors can cause transactions to fail when dealing with very low amounts.
Lastly, consider using a different RPC endpoint. Occasionally, certain nodes can have syncing issues, leading to transaction failures. Switching to a more reliable RPC might solve the problem.
yo climbingMountain, that error sounds like a pain!
have u tried running the command with --debug flag? it might give more deets on whats goin wrong. also, double check ur devnet wallet has enough SOL for fees n stuff. sometimes thats the culprit. lmk if that helps!
hey there climbingmountain! that’s a bummer you’re having trouble listing your nft. i’ve run into similar issues before, it can be super frustrating 
have you double-checked that your wallet has enough SOL to cover the listing fee? sometimes that can sneak up on you. also, silly question but are you sure the nft is actually in the wallet you’re using for the command?
another thing to consider - are you using the latest version of the CLI tool? sometimes updates can fix weird bugs like this.
oh, and i’m curious - what kind of nft are you trying to list? is it something you created or one you bought? always love hearing about cool new projects!
let me know if any of that helps or if you need more ideas. we’ll get you listing that nft in no time! 