Tigge / antfs-cli

Extracts FIT files from ANT-FS based sport watches such as Garmin Forerunner 60, 405CX, 310XT, 610 and 910XT.
MIT License
312 stars 77 forks source link

Downloaded files nowhere to be found #152

Closed tsoenen closed 7 years ago

tsoenen commented 7 years ago

Hi!

Thx for making this application!

The application ends successfully on my laptop, but I can't find the downloaded files. According to the readme, they should be in the ~/.config/antfs-cli/ directory, but this directory does not exist. There are also no logs in the antfs-cli directory.

Am I doing something wrong, or is there something I'm missing? When I try to download the files again, they seem to be marked as 'already downloaded', as the application quits immediately.

Thx!

Tigge commented 7 years ago

You might have another path set for $XDG_CONFIG_HOME. It uses this env var first and then if not set it uses ~/.config. Could this be it?

tsoenen commented 7 years ago

Ok, found it! I was looking at ./config on my root, not on the HOME directory:)

thx!

Tigge commented 7 years ago

Glad you found 'em!