ether-did-resolver throwing call revert exception [ See: https://links.ethers.org/v5-errors-CALL_EXCEPTION ] (method="changed(address)", data="0x", errorArgs=null, errorName=null, errorSignature=null, reason=null, code=CALL_EXCEPTION, version=abi/5.7.0) #3773
Unanswered
sramanan0425
asked this question in
Q&A
Replies: 1 comment
-
I am unfamiliar with ethr-did. You might want to inquire with their repo. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am new to using the ethr-did-resolver and using blockchain network. I am running Ganache blockchain on my local. I am creating a DID using the EthrDID in the ethr-did package. But when I try to use the did ethr-did-resolver to resolve to the DID document for the did, I get this error below:
call revert exception [ See: https://links.ethers.org/v5-errors-CALL_EXCEPTION ] (method="changed(address)", data="0x", errorArgs=null, errorName=null, errorSignature=null, reason=null, code=CALL_EXCEPTION, version=abi/5.7.0)
Here is my code snippet:
I am able to see the eth_call event coming in the Ganache event log, but not finding any information on when above a CALL_EXCEPTION for method="changed(address)" happens. I have already referred to https://docs.ethers.org/v5/troubleshooting/errors/ which does not tell me much.
Beta Was this translation helpful? Give feedback.
All reactions