MetaMask / MetaMask/metamask-mobile
Error: Engine does not exist
- Dominant language
- TypeScript
- Stars
- 3k
- Forks
- 1.7k
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 669
Description
Sentry Issue: [METAMASK-MOBILE-4023](https://metamask.sentry.io/issues/6777848508/?referrer=github_integration)
```
Error: Engine does not exist
at ResultError (ses-hermes.cjs:9515:17)
at assertEngineExists (app/core/Engine/Engine.ts:2292:15)
at get _e.default.context (app/core/Engine/Engine.ts:2300:5)
at e.default (app/util/importAdditionalAccounts.ts:40:35)
at _ref2 (app/components/Views/OnboardingSuccess/index.tsx:74:13)
...
(28 additional frame(s) were not displayed)
```
Contributor guide
Research direction
Start with assertEngineExists in app/core/Engine/Engine.ts and trace the callers in app/util/importAdditionalAccounts.ts and app/components/Views/OnboardingSuccess/index.tsx. Reproduce the onboarding success flow and determine why the engine is unavailable; done means this flow no longer produces the reported error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100