MetaMask / MetaMask/metamask-extension
[Sentry] Error: No keyring found for the requested account. Error info: There are no keyrings; There are keyrings..._Last 30 Days: 11K
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 13.2k
- Forks
- 5.6k
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 451
Description
Sentry Issue: [METAMASK-N6EW](https://sentry.io/organizations/metamask/issues/3171370519/?referrer=github_integration)
```
Error: No keyring found for the requested account. Error info: There are no keyrings; There are keyrings, but none match the address;
at account_type (app/scripts/metamask-controller.js:2085:5)
at sensitiveProperties (app/scripts/controllers/transactions/index.js:1979:7)
at async L._trackTransactionMetricsEvent (app/scripts/controllers/transactions/index.js:2132:7)
```
Last 30 Days: 11K
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading account_type in app/scripts/metamask-controller.js at line 2085 and trace the calls from sensitiveProperties in app/scripts/controllers/transactions/index.js and _trackTransactionMetricsEvent. Determine why the requested account has no matching keyring; the issue does not specify the expected fix or an acceptance test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- security
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100