You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: