question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

IllegalStateException database / CursorWindow

See original GitHub issue

I’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:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:10

github_iconTop GitHub Comments

1reaction
HugoGressecommented, Jun 17, 2017

Wooo that was a really complicated issue 😕 Thanks for working on it!

0reactions
HugoGressecommented, Jun 19, 2017

Yep I did, somehting got wrong with AS see #620

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found