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.21k
stars
143
forks
source link
activity_laps not downloading since pip last update #228
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
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 activitiesUsing garmindb 3.6.0 right now