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
Hey, it seems like you're running into a timeout issue with the debug_traceTransaction method. Basically, that 32002 error means the request is taking too long, so the system times out before it finishes.
Here’s what you can try:
Extend the timeout: Right now, you’ve set it to 180 seconds. Maybe that’s just not enough time. Try bumping it up to something like 300 seconds and see if that helps.
Look at the transaction itself: If the transaction is super complicated, that could be why it's taking forever. It might be worth checking if there’s anything in there that could be simplified.
Check the server’s performance: Sometimes this happens because the server is overloaded or low on resources. If you’re managing the server, it’s a good idea to see if there’s enough CPU or memory available to handle the request.
So, yeah, try upping the timeout and maybe check if the transaction or server performance could be causing the delay. Let me know how it goes!
Hi, @lkim227 thanks for the comment. The error request timed out is not relating to the timeout flag in the payload, we can add any value but error will persist. This error only returned due to the evm tx is a failed tx. This issue had been addressed with Sei team through a different channel, so having this github for tracking only. 🙂
Seid version
Chain ID
Mainnet / Pacific
Describe the bug
Running this payload, you get
32002, request timed out
error.This error commonly returned when evm tx is failed.
Might be ideal to output the correct message to overcome
timed out
error.The text was updated successfully, but these errors were encountered: