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

Sentry Error: [ethjs-query] while formatting outputs from RPC '{..."execution reverted" ...} Last 30 days: 1.9K #14801

Closed
sentry-io bot opened this issue May 30, 2022 · 1 comment · Fixed by #21035
Labels
area-Sentry error reporting to sentry CS-reported issues reported by CS CS-tracking issues being tracked by / relevant to CS release-11.3.0 Issue or pull request that will be included in release 11.3.0 stability team-extension-platform
Milestone

Comments

@sentry-io
Copy link

sentry-io bot commented May 30, 2022

Sentry Issue: METAMASK-J9ST

Error: [ethjs-query] while formatting outputs from RPC '{"value":{"code":-32603,"message":"Internal JSON-RPC error.","data":{"code":-32000,"message":"execution reverted"},"stack":"{\n  \"code\": -32603,\n  \"message\": \"Internal JSON-RPC error.\",\n  \"dat...
  at Error: [ethjs-query] while formatting outputs from RPC '{"value":{"code":-32603,"message":"Internal JSON-RPC error.","data":{"code":-32000,"message":"execution reverted"},"stack":"{\n  \"code\": -32603,\n  \"message\": \"Internal JSON-RPC error.\",\n  \... (metamask/common-1.js:27:365128)\\n    at a ()
@seaona
Copy link
Contributor

seaona commented May 30, 2022

Problem: this error is thrown everytime Metamask tries to resolve certain ENS domains. I'm not sure why only affects to some. One of the affected is offchainexample.eth. I'm doing further investigations

Steps to reproduce:

  1. Unlock Metamask
  2. Click Send ETH
  3. Introduce ENS address offchainexample.eth
  4. Check background console

image

Update: it affects all ENS domains which have set the resolver to the OffchainResolver address 0x379E5BfDf9a94b18937df48664260fD3d32F47a7. The ones using the PublicResolver address do not throw the error.

image

In case you also want to register an ENS domain that triggers the error, you can do the following:

  1. Go to app.ens.domains
  2. Type any non-existing ENS domain (examplexyz.eth)
  3. Register it (you can do it on Rinkeby network)
  4. Change Resolver (from 0xf6305c19e814d2a75429Fd637d01F7ee0E77d615, to 0x379E5BfDf9a94b18937df48664260fD3d32F47a7
  5. Now, go to Metamask and do the Steps to reproduce the error, looking for this ENS name

@seaona seaona changed the title Sentry Error: [ethjs-query] while formatting outputs from RPC '{"value":{"code":-32603,"message":"Internal JSON... Sentry Error: [ethjs-query] while formatting outputs from RPC '{..."execution reverted" ...} Last 30 days: 1.9K May 30, 2022
@seaona seaona added this to the Sentry-Error milestone May 30, 2022
@seaona seaona added stability area-Sentry error reporting to sentry labels May 30, 2022
@AlexHerman1 AlexHerman1 added CS-reported issues reported by CS CS-tracking issues being tracked by / relevant to CS labels Jul 27, 2022
@metamaskbot metamaskbot added the release-11.3.0 Issue or pull request that will be included in release 11.3.0 label Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Sentry error reporting to sentry CS-reported issues reported by CS CS-tracking issues being tracked by / relevant to CS release-11.3.0 Issue or pull request that will be included in release 11.3.0 stability team-extension-platform
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants