flutter_map_tile_caching icon indicating copy to clipboard operation
flutter_map_tile_caching copied to clipboard

[BUG] IsarError: The database is full.

Open stx opened this issue 8 months ago • 3 comments

What is the bug?

IsarError: The database is full.

Seen on 9.0.0-dev.3 on iOS 16.3.1 and Android 13 using production Sentry logs. No stacktraces passed.

Does this mean the user has loaded too many tiles? Or the disk is full? Or FMTC has hit some limit?

How can we reproduce it?

Presumably seeing too many tiles? Or having a full disk?

Here's our implementation

    await FlutterMapTileCaching.initialise();

    StoreDirectory store = FMTC.instance('default');

    await store.manage.createAsync();

    // ...

    FMTC.instance('default').getTileProvider();

Do you have a potential solution?

No response

Platforms

Android 13, iOS 16

Severity

Fatal: Causes the application to crash

stx avatar Oct 11 '23 20:10 stx