IllegalStateException database / CursorWindow
See original GitHub issueI’ve encounterd this issue on a Nexus 5 runing 6.0.1 :
Caused by java.lang.IllegalStateException: Couldn't read row 0, col -1 from CursorWindow. Make sure the Cursor is initialized correctly before accessing data from it.
FileDownloader v1.5.5
See full crash here.
It will really help if you can look into it.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:10
Top Results From Across the Web
how to fix " java.lang.IllegalStateException: Couldn't read row ...
IllegalStateException : Couldn't read row 0, col 2 from CursorWindow. Make sure the Cursor is initialized correctly before accessing data ...
Read more >CursorWindow can throw IllegalStateException on Android 4.1 ...
There seems to be a bug with CursorWindow when querying a SQLite database containing specific data, only on Android 4.1 to 4.2.2.
Read more >CursorWindow - Android Developers
Creates a new empty cursor window and gives it a name. ... Depending on the amount of data stored, the actual amount of...
Read more >Crash in java.lang.IllegalStateException: Couldn''t read row 0 ...
Crash in java.lang.IllegalStateException: Couldn''t read row 0, col 0 from CursorWindow. Make sure the Cursor is initialized correctly before accessing data ...
Read more >SQlite IllegalStateException that occurs in Cursor - Bobcares
Typically, error might look as shown below: java.lang.IllegalStateException: at android.database.CursorWindow.nativeGetString (CursorWindow.java) ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Wooo that was a really complicated issue 😕 Thanks for working on it!
Yep I did, somehting got wrong with AS see #620