Open xRahul opened 1 month ago
Hey @xRahul, glad to hear that the app is working decently for you (minus this particular statement).
For more detailed logs you can try using the monopoly
library which is what StatementSensei uses under the hood: https://github.com/benjamin-awd/monopoly
This allows you to do something like:
monopoly dbs-statement.pdf --verbose --single-process --nosafe
You can then put a breakpoint()
in the code here, which should allow for more detailed debugging.
My guess is that the regex pattern hit something that looks like a transaction, but can't properly resolve the date within it.
Hi,
First of all, thanks for the awesome app!
I was able to parse all my statements this year, except Jan statement. That threw a runtime exeception:
The statement looks basically the same as Feb statement. So shouldn't be a format issue. Any idea how I can debug which date failed, or where in the PDF?
Some more debug logs maybe?