Skip to content
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.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
alexkolson opened this issue Jun 13, 2023 · 5 comments
Labels
bug Something isn't working

Comments

@alexkolson
Copy link
Contributor

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

@urosch
Copy link

urosch commented Jul 4, 2023

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

is this the same error?

@aikinai
Copy link

aikinai commented Sep 13, 2023

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

@alexkolson
Copy link
Contributor Author

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

@aikinai
Copy link

aikinai commented Oct 10, 2023

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?

@alexkolson
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants