apple-notes-liberator icon indicating copy to clipboard operation
apple-notes-liberator copied to clipboard

Make sure application can be run against Notes.app databases that don't have all columns in their schema

Open alexkolson opened this issue 2 years ago • 5 comments

I broke this/introduced this bug trying to fix #40.

alexkolson avatar Jun 13 '23 19:06 alexkolson

Cannot invoke "java.lang.Integer.intValue()" because "rowIndex" is null

is this the same error?

urosch avatar Jul 04 '23 06:07 urosch

I also get Cannot invoke "java.lang.Integer.intValue()" because "rowIndex" is null. Any chance to fix this?

aikinai avatar Sep 13 '23 02:09 aikinai

Yeah I'm trying to get a note that will reproduce this. Have not given up yet!

alexkolson avatar Sep 24 '23 13:09 alexkolson

If it's the same issue as my #51, is there any way I can get logs to see where it's failing and then share the bad note with you?

aikinai avatar Oct 10 '23 02:10 aikinai

It is indeed the same issue. To enable logging, follow the instructions in the README. I always appreciate any additional information you can offer! Right now the logs do not indicate what note they fail on, so it might be a bit hard to pin point what exact note is causing the issue in your case. It would be a note that contains a table though for sure, as #51 only happens when processing tables in notes.

alexkolson avatar Jan 20 '24 22:01 alexkolson