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

Error: npm:@metamask/message-signing-snap failed to start. #27458

Open
sentry-io bot opened this issue Sep 27, 2024 · 1 comment
Open

Error: npm:@metamask/message-signing-snap failed to start. #27458

sentry-io bot opened this issue Sep 27, 2024 · 1 comment
Labels
regression-prod-12.0.0 Regression bug that was found in production in release 12.0.0 Sev2-normal Normal severity; minor loss of service or inconvenience. team-notifications Notifications team type-bug

Comments

@sentry-io
Copy link

sentry-io bot commented Sep 27, 2024

Sentry Issue: METAMASK-XBH2

Error: npm:@metamask/message-signing-snap failed to start.
  at exports.AbstractExecutionServiceexecuteSnap (node_modules/@metamask/snaps-controllers/dist/chunk-QRISQRFI.js:301:1)
  at startSnap_fn (node_modules/@metamask/snaps-controllers/dist/chunk-FKQTV3LO.js:2012:1)
  at SnapController.startSnap (node_modules/@metamask/snaps-controllers/dist/chunk-FKQTV3LO.js:595:1)
@desi desi added team-notifications Notifications team regression-prod-12.0.0 Regression bug that was found in production in release 12.0.0 Sev2-normal Normal severity; minor loss of service or inconvenience. type-bug labels Sep 27, 2024
@Prithpal-Sooriya
Copy link
Contributor

Interesting. Looking deeper into logs, this happens when "something" times out.
Of the top of my head, we may need to double check calls potentially made when the wallet is locked, or if we are making multiple requests to this snap.

@MetaMask/notifications lets investigate this one step at a time:

  1. lets try adding caching so prevent calling the snap constantly (less calls would hopefully mean less chances for timeout?)
  2. lets ensure that any snap calls are made when the wallet is unlocked. I think we covered this, but best to double check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
regression-prod-12.0.0 Regression bug that was found in production in release 12.0.0 Sev2-normal Normal severity; minor loss of service or inconvenience. team-notifications Notifications team type-bug
Projects
Status: To be fixed
Status: To be fixed
Development

No branches or pull requests

2 participants