MetaMask / MetaMask/metamask-extension

[Sentry] Error: Permissions request with id "xxx" not found.

Open
#20,323 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

area-sentry regression-prod-10.25.0 team-extension-platform
Dominant language
TypeScript
Stars
13.2k
Forks
5.6k
Avg merge
2d 5h
Merged PRs (30d)
451

Description

Sentry Issue: [METAMASK-WQNG](https://metamask.sentry.io/issues/3987711714/?referrer=github_integration)

```
Error: Permissions request with id "FPfvb9XVQIpqnUk-URJdy" not found.
at Generator.next ()
at new Promise ()
at method (app/scripts/metamask-controller.js:3783:32)
at call (app/scripts/lib/createMetaRPCHandler.js:23:31)
...
(21 additional frame(s) were not displayed)
```

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with app/scripts/metamask-controller.js around line 3783, then inspect app/scripts/lib/createMetaRPCHandler.js:23 and the linked Sentry trace. Determine why the permissions request ID is missing when the error is raised. Done means the affected request path no longer produces this error, with coverage added if an applicable test location exists.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
authorization
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.