Skip to content

Bug RepoError: missing revert data in call exception; Transaction reverted without a reason string rt Title #3300

Answered by ricmoo
cyberfab007 asked this question in Q&A
Discussion options

You must be logged in to vote

Keep in mind you can only get revert data in a pure or view method. A transaction does not return data. It returns a transaction with a status, which on failure, if you have access to an archive node, can be used to virtually evaluate the transaction against chain state at that transaction to get the revert data. But you will need an archive node for that.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@cyberfab007
Comment options

Answer selected by cyberfab007
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #3298 on August 22, 2022 04:36.