HamburgChimps / apple-notes-liberator

Free your Apple Notes data from Notes.app
MIT License
968 stars 20 forks source link

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

Open aikinai opened 1 year ago

aikinai commented 1 year ago

Maybe a duplicate of #47, but I'm filing an explicit issue just in case it's not the same.

I don't know what other details to share, but when I run the app with apple-notes-liberator -m, I get:

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

Thank you!

alexkolson commented 11 months ago

Sounds good, I will take a look

rosshardy commented 11 months ago

Getting the same, trying to run with -j and -m flags. Is there a way to enable a better stacktrace? Let me know if I can help. It may be helpful to add some debugging logging, may be able to see if it's choking on a particular note.

psawa commented 11 months ago

same error here

bryanhpchiang commented 8 months ago

+1

Johannnnes commented 8 months ago

+1

alexkolson commented 7 months ago

Small update from my side. I have managed to reproduce this issue on a newer machine and have both the older notes db that works and the one from the newer machine that results in this error. This should help me narrow down where the issue is.

TimmermanV commented 6 months ago

I'm having the same issue here. I tried enabling logging, but the generated log file is empty. I hope you'll have time to look into the issue, thanks!

emamihalova commented 2 months ago

same error:( any update?