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.18k stars 142 forks source link

Failed to login problem #167

Closed openelch closed 1 year ago

openelch commented 1 year ago

@tcgoetz Hi~ I'm in China and If I turn off the VPN, it tell me"Failed to login!" 1 If I turn on VPN. it give me the error lik this: image Could you point anything clue with this?

tcgoetz commented 1 year ago

This project connects https://connect.garmin.com. Do you use the same website in China or is there a Chinese version?

matin commented 1 year ago

@tcgoetz With Garth, you can set the base domain with garth.configure(domain="garmin.cn"). There are people using Garth from China through this configuration.

tcgoetz commented 1 year ago

I added a config value for Garmin base domain.

tcgoetz commented 1 year ago

https://github.com/tcgoetz/GarminDB/releases/tag/v3.5.0