robvankeilegom / firefly-III-paypal-importer

PayPal Data Importer for Firefly III
48 stars 3 forks source link

Not all historical data available via api? #21

Open shrippen opened 7 months ago

shrippen commented 7 months ago

I have another question. I had a look in the database. The importer fetches all transactions up until 2021-02-01. Then there is a gap but some further transcations are picked up for Mai 2019 and a bit of November/December 2017. If I export a CSV on the paypal website I can get all data with no gaps in the same time range. Do you have any idea why?

robvankeilegom commented 6 months ago

Hey! Sorry for the late response. The application stopped syncing when it reached an empty month. I fixed this in develop. You can now pass --keep-going to the sync command. So you should run this once manually. If anything isn't clear, lmk!

shrippen commented 6 months ago

Thanks for your time. Unfortuantely, when I try to execute the sync command with --keep-going artisan tells me that this option does not exist. I am running this in a docker container and updated to the 0.3.4 version.

image

robvankeilegom commented 6 months ago

Hey, i'm sorry. this is in the develop tag. This hasn't made it into a release yet.