CRamsan / CoreProject

This is a project that aims to provide a scalable architecture for mobile development.
https://cramsan.com/
1 stars 0 forks source link

Fix android.database.sqlite.SQLiteException: no such table: characters (code 1 SQLITE_ERROR[1]): , while compiling: SELECT id, name_first, name_first_lower, active_profile_id, current_points, percentage_to_next_cert, percentage_to_next_rank, rank_value, last_login, minutes_played, faction_id, world_id, outfit_name, cached, world_name, namespace FROM characters WHERE cached = 1 in android.database.sqlite.SQLiteConnection.nativePrepareStatement #238

Closed CRamsan closed 3 years ago

CRamsan commented 3 years ago

Version 5.6.0(1065)

Stacktrace

Reason

android.database.sqlite.SQLiteException: no such table: characters (code 1 SQLITE_ERROR[1]): , while compiling: SELECT id, name_first, name_first_lower, active_profile_id, current_points, percentage_to_next_cert, percentage_to_next_rank, rank_value, last_login, minutes_played, faction_id, world_id, outfit_name, cached, world_name, namespace FROM characters WHERE cached = 1

Link to App Center

CRamsan commented 3 years ago

This issue only happened once. Closing due to low volume.