MetaMask / MetaMask/metamask-mobile
[Sentry] Error: database or disk is full (code 13 SQLITE_FULL[13])
- Dominant language
- TypeScript
- Stars
- 3k
- Forks
- 1.7k
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 669
Description
Sentry Issue: [METAMASK-MOBILE-3Z5T](https://metamask.sentry.io/issues/6768019167/?referrer=github_integration)
```
Error: database or disk is full (code 13 SQLITE_FULL[13])
at convertError (/node_modules/@react-native-async-storage/async-storage/src/helpers.ts:59:24)
at anonymous (/node_modules/@react-native-async-storage/async-storage/src/helpers.ts:68:49)
at map (native)
at convertErrors (/node_modules/@react-native-async-storage/async-storage/src/helpers.ts:68:29)
at anonymous (/node_modules/@react-native-async-storage/async-storage/src/AsyncStorage.native.ts:88:37)
```
Contributor guide
Research direction
Start with the linked Sentry report and the stack trace locations in @react-native-async-storage/async-storage/src/helpers.ts and AsyncStorage.native.ts. Investigate the SQLITE_FULL condition and establish a reproducible case; the issue does not specify the desired handling or acceptance criteria, so completion cannot be determined from the report alone.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react-native, sqlite, typescript
- Domain
- database, mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 32/100