tcgoetz / GarminDB

Download and parse data from Garmin Connect or a Garmin watch, FitBit CSV, and MS Health CSV files into and analyze data in Sqlite serverless databases with Jupyter notebooks.
GNU General Public License v2.0
1.1k stars 138 forks source link

activity_laps not downloading since pip last update #228

Open orutra11 opened 4 months ago

orutra11 commented 4 months ago

The table activity_laps has not added any rows since the last app update

I download latest activities with: garmindb_cli.py --all --download --import --analyze --latest without any issues but a SELECT * FROM activity_laps ORDER BY start_date shows last entry is from 2024-03-08, while there are many more recent activities

Using garmindb 3.6.0 right now