pe-st / garmin-connect-export

Download a copy of your Garmin Connect data, including stats and GPX tracks.
MIT License
364 stars 75 forks source link

allow session directory to work on first go #108

Closed rjl6789 closed 1 month ago

rjl6789 commented 4 months ago

On first use, garth tries to open auth file in the specified session directory - which doesn't exist as it's a first run. The file open exception isn't caught by GarthException. So the additions act as a fall back and catch the exception

pe-st commented 1 month ago

I incorporated your commit 83fc996 into the v4.4.0 release of today. Thx for your contribution!