guardianproject / ObscuraCam

Photo and Video Filtering App for Privacy
https://guardianproject.info/apps/obscuracam
GNU General Public License v3.0
311 stars 81 forks source link

ObscuraCam fails to load files #97

Open HenricAhlrot opened 9 years ago

HenricAhlrot commented 9 years ago

Tested ObscuraCam 2.0-RC2b using a Nexus 5 running Android 5.1.1.

Trying to open any file results in the following error:

E/CursorWindow( 2024): Failed to read row 0, column -1 from a CursorWindow which has 1 rows, 7 columns. W/BaseAppContext( 1798): Using Auth Proxy for data requests. E/SSC ( 2024): error loading media: Couldn't read row 0, col -1 from CursorWindow. Make sure the Cursor is initialized correctly before accessing data from it. E/SSC ( 2024): java.lang.IllegalStateException: Couldn't read row 0, col -1 from CursorWindow. Make sure the Cursor is initialized correctly before accessing data from it.

Also, after having show the error toast, the app is dead-locked showing the spinning progress wheel.

n8fr8 commented 9 years ago

Thanks for testing. Seems like it can't read some media data from the MediaStore.

We'll see if we can get this fixed shortly.