RPC response error -32002
leyloe opened this issue · 5 comments
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]
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?
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
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 withmetaboss find error 0xc
- If you get something like blockhash not found, you just have to retry until it works
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
Are priority fees not supported for
metaboss collections migrate
? I just updated to0.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.