MetaMask / MetaMask/metamask-mobile
[Sentry] Error: {"method":"getAccountInfo","errorMessage":"Failed to fetch","url":"**","errorStack":"TypeError: Failed to fetch\n at Object.fetch (https://localhost/:13913:269352)\n at https://local...
- Dominant language
- TypeScript
- Stars
- 3k
- Forks
- 1.7k
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 669
Description
Sentry Issue: [METAMASK-MOBILE-48D4](https://metamask.sentry.io/issues/6871992524/?referrer=github_integration)
```
Error: {"method":"getAccountInfo","errorMessage":"Failed to fetch","url":"**","errorStack":"TypeError: Failed to fetch\n at Object.fetch (https://localhost/:13913:269352)\n at https://local...
at Qw (app:///index.android.bundle:8503:27)
at eval (app:///index.android.bundle:8503:27)
at async Object.execute (app:///index.android.bundle:8503:27)
at async Object.send (app:///index.android.bundle:8503:27)
at async Rm (app:///index.android.bundle:8503:27)
...
(5 additional frame(s) were not displayed)
```
Contributor guide
Research direction
Start with the linked Sentry issue and search the codebase for the getAccountInfo method named in the error. Trace the failed fetch path using the supplied stack information, then determine how to reproduce it in the mobile app. Done means the underlying failure is addressed and the reported Sentry error no longer occurs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react-native, typescript
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100