js icon indicating copy to clipboard operation
js copied to clipboard

MetaplexError: AuctionHouse > Auctioneer Authority Required

Open samia-invozone opened this issue 3 years ago • 1 comments
trafficstars

After running the delegate instructions of the Auctioneer Program, My previous code for fetching the AH details is no more working. It says Auctioneer Authority is also required but when I pass the authority parameter it gives an error. Below is the code for fetching auction house details: const auctionHouseObj = await metaplex .auctionHouse() .findByAddress({ address: new PublicKey("6d2ipuim1xY76ob4rHmP9Tt4jYCesPUfQCbPPGKa36s"), auctioneerAuthority: new PublicKey(auctionHouseAuthority), });

And getting following error:

MetaplexError: AuctionHouse > Auctioneer Authority Required

samia-invozone avatar Oct 20 '22 11:10 samia-invozone

The Auctioneer part of the Auction House module is not working properly yet I'm afraid. This is part of the reason why it's not documented yet.

lorisleiva avatar Nov 23 '22 15:11 lorisleiva