You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fatal Exception: java.lang.IllegalStateException Couldn't read row 787, col 0 from CursorWindow. Make sure the Cursor is initialized correctly before accessing data from it.
#175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
We are experiencing the same issue. Here is the stack trace we get:
Android 6.0.1, 8, 8.1, 9, 10 , 11
java.lang.IllegalStateException: Couldn't read row 867, col 0 from CursorWindow. Make sure the Cursor is initialized correctly before accessing data from it.
at android.database.CursorWindow.nativeGetString(CursorWindow.java)
at android.database.CursorWindow.getString(CursorWindow.java:438)
at android.database.AbstractWindowedCursor.getString(AbstractWindowedCursor.java:51)
at android.database.CursorWrapper.getString(CursorWrapper.java:137)
at m1.c$a.S(FlutterContacts.kt:5)
at m1.c$a.O(FlutterContacts.kt:25)
at m1.c$a.P(FlutterContacts.kt:1)
at m1.d$g.n(FlutterContactsPlugin.kt:155)
at h5.a.h(ContinuationImpl.kt:12)
at z5.t0.run(DispatchedTask.kt:124)
at e6.o$a.run(LimitedDispatcher.kt:4)
at g6.k.run(Tasks.kt:3)
at g6.a.M(CoroutineScheduler.kt:1)
at g6.a$c.d(CoroutineScheduler.kt:15)
at g6.a$c.p(CoroutineScheduler.kt:29)
at g6.a$c.run(CoroutineScheduler.kt:1)
Uh oh!
There was an error while loading. Please reload this page.
Similarly to issue #86 and #44. The issue is on Android, has been there for a long time, unable to debug further logs from production. @joachim-quis.
The text was updated successfully, but these errors were encountered: