Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AccountNotFoundError: The account of type [BidReceipt] was not found at the provided address #2301

Open
umaid56 opened this issue Aug 23, 2023 · 1 comment

Comments

@umaid56
Copy link

umaid56 commented Aug 23, 2023

Hello,

I am encountering errors when using the Metaplex SDK. When I attempt to list an NFT on the auction house and place a bid on an NFT, I receive these error messages. The transactions appear to go through successfully, and I can see the listings and bids on Solscan, but when I check the terminal, it displays these errors. Interestingly, when I run the script again, it works without issues and provides a response with signatures, but when I run script first time, its show those error.

Could you please assist me in understanding whether these issues are related to the Metaplex SDK?

Error:
Listing
----- FailedToConfirmTransactionError: The transaction could not be confirmed. Please check the underlying error below for more details.

Source: RPC

Caused By: [object Object]

Bidding
----- AccountNotFoundError: The account of type [BidReceipt] was not found at the provided address [9DZF9Bz2Y7qeNNhgX1HpoedSZa5S72moAdR3nKvfo8we].

Source: SDK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@umaid56 and others