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

RPC response error -32002 #340

Open
fu3x11 opened this issue Mar 25, 2024 · 6 comments
Open

RPC response error -32002 #340

fu3x11 opened this issue Mar 25, 2024 · 6 comments

Comments

@fu3x11
Copy link

fu3x11 commented Mar 25, 2024

Instructions: 3
Error: RPC response error -32002: Transaction simulation failed: Error processing Instruction 0: Computational budget exceeded [2 log messages]

Caused by:
RPC response error -32002: Transaction simulation failed: Error processing Instruction 0: Computational budget exceeded [2 log messages]

@samuelvanderwaal
Copy link
Owner

Instructions: 3 Error: RPC response error -32002: Transaction simulation failed: Error processing Instruction 0: Computational budget exceeded [2 log messages]

Caused by: RPC response error -32002: Transaction simulation failed: Error processing Instruction 0: Computational budget exceeded [2 log messages]

What command was this?

@JairZijp
Copy link

JairZijp commented Mar 26, 2024

I'm also getting RPC -32002 errors since today. For me it's on metaboss mint one
But with message: Error: RPC response error -32002: Transaction simulation failed: Blockhash not found

I've used the same --nft-data-file before without problems.

I tried a couple different rpcs but all with the same result

@Lawliet47
Copy link

Same issue but the command used is

metaboss create metadata -a 7y8XQwkPCFfkyyLxEZqJckYL6AiNghPrndqTrFnAAcPy -m /Users/l/Downloads/tokencrypto.json

OS: Mac OS Sonoma M1 Max

All dependencies Installed

My take is that, it's due to the Solana Network Congestion.

PS: I have setup a Token via Solana CLI and it is reflected on the blockchain + Explorer, but updating the Metadata is nearly impossible :(

@samuelvanderwaal
Copy link
Owner

This is usually due to Solana congestion and there's not much I can do about that. Things you can do:

  • Update to the latest patch release: 0.41.2, this has a small fix which should help with providing the correct error
  • Use priority fees with -P and a setting of "low"
  • If you get an actual error code like 0xc, look it up with metaboss find error 0xc
  • If you get something like blockhash not found, you just have to retry until it works

@JairZijp
Copy link

Are priority fees not supported for metaboss collections migrate ? I just updated to 0.41.2, but getting:
error: Found argument '-P' which wasn't expected, or isn't valid in this context

@samuelvanderwaal
Copy link
Owner

Are priority fees not supported for metaboss collections migrate ? I just updated to 0.41.2, but getting: error: Found argument '-P' which wasn't expected, or isn't valid in this context

Hasn't been added to that handler yet.

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

4 participants