Dmitriy Bogdanov

Results 118 comments of Dmitriy Bogdanov

Version 227. Google Pixel 5 (redfin), 7680MB RAM, Android 11: ``` android.database.sqlite.SQLiteCantOpenDatabaseException: at android.database.sqlite.SQLiteConnection.open (SQLiteConnection.java:252) at android.database.sqlite.SQLiteConnection.open (SQLiteConnection.java:205) at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked (SQLiteConnectionPool.java:505) at android.database.sqlite.SQLiteConnectionPool.open (SQLiteConnectionPool.java:206) at android.database.sqlite.SQLiteConnectionPool.open (SQLiteConnectionPool.java:198) at android.database.sqlite.SQLiteDatabase.openInner (SQLiteDatabase.java:918)...

Seems to still happen to some users. And I still have no idea why (partially because Google Console hides the exception message). If the DB file gets corrupted, it would...

Yeah, thanks for the detailed bug report! I tried to address it back in November, but I think I encountered some problems. I've been quite busy lately, but I'll see...

Seems to be the same as greenrobot/greenDAO#200. Possible cause: too large content for SQLite cursor window: [source](https://stackoverflow.com/a/21432966). Possible solution: store article content in files. Or maybe it's possible to work...

Two more reports. Application version: 32. Android version: Android 6.0. ``` java.lang.IllegalStateException: Couldn't read row 0, col 0 from CursorWindow. Make sure the Cursor is initialized correctly before accessing data...

[Similar (not "row 0") exception](https://github.com/wallabag/android-app/pull/343#issuecomment-265539487).

Application version: 32. Android version: Android 6.0. ``` java.lang.IllegalStateException: Couldn't read row 0, col 0 from CursorWindow. Make sure the Cursor is initialized correctly before accessing data from it. at...

[Yup](https://github.com/wallabag/android-app/issues/413#issuecomment-275932243).

This shouldn't cause errors. It is highly unlikely that such an error exists in SQLite implementation Android uses (and nobody knows about it).