Baseflow / Baseflow/flutter_cache_manager

java.lang.Throwable: DatabaseException(no such table: cacheObject (code 1 SQLITE_ERROR): , while compiling: SELECT * FROM cacheObject WHERE url = ?) sql 'SELECT * FROM cacheObject WHERE url = ?' args [https://dl.weshineapp.com/app_pcp/20190807/cd1f5aefd93a09136ca63278ee1fc3b4.png!150]}

Open
#109 5 comments 1 reaction 0 assignees View on GitHub
Dominant language
Dart
Stars
809
Forks
510
Avg merge
6m
Merged PRs (30d)
1

Description

This issue has no description.

Contributor guide

Open the contributing guide

Research direction

Start by reproducing the reported SQLite error and inspect how the cacheObject table is created and queried. Trace the SELECT shown in the report and verify the schema exists before the query runs. Done means the reported query no longer fails with “no such table: cacheObject”.

Written by the indexing model from the issue text.

Assessment

Tech stack
dart, flutter, sqlite
Domain
database
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.