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.11k stars 137 forks source link

Issue with build #31

Closed ParzivalWins closed 5 years ago

ParzivalWins commented 5 years ago

Hi. Getting the following error on latest Mac release. BTW, on the notes, it's copy_create_dbs.sh vs. create_dbs.sh listed in readme. (I'll do a PR if you want). Let me know.

The path on my Garmin 530 is "Activities" not Activity.

GarminDb_Darwin_1.0.5 ./copy_create_dbs.sh Creating new DBs by copying from a USB mounted Garmin device Copying activities files from /Volumes/GARMIN/GARMIN/ACTIVITY to /Users/juliemorris/HealthData/FitFiles/Activities Traceback (most recent call last): File "garmin.py", line 344, in File "garmin.py", line 331, in main File "garmin.py", line 72, in copy_data File "copy_garmin.py", line 37, in copy_activities File "file_processor.py", line 41, in dir_to_files OSError: [Errno 2] No such file or directory: '/Volumes/GARMIN/GARMIN/ACTIVITY' [21571] Failed to execute script garmin

Thanks.

tcgoetz commented 5 years ago

copy_create_dbs.sh is for getting data off of your plugged in watch. download_create_dbs.sh is for getting your data from Garmin Connect. Which do you want to do?

tcgoetz commented 5 years ago

Is this working for you now?

tcgoetz commented 5 years ago

Closing. No response.