Open alexkolson opened 1 year ago
Cannot invoke "java.lang.Integer.intValue()" because "rowIndex" is null
is this the same error?
I also get Cannot invoke "java.lang.Integer.intValue()" because "rowIndex" is null
. Any chance to fix this?
Yeah I'm trying to get a note that will reproduce this. Have not given up yet!
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?
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.
I broke this/introduced this bug trying to fix #40.