cyberjunky / python-garminconnect

Python 3 API wrapper for Garmin Connect to get activity statistics
MIT License
802 stars 132 forks source link

Pulling HR data for multiple days #176

Closed demokedes closed 4 days ago

demokedes commented 7 months ago

Dear cyberjunky, I am using this repo for a while. In the last days, I upgraded to newer version with Gart. In general I like it, because there are no more issued with authorization. I can get normally daily HR data. If I try to get data for multiple days (through for loop), I can not get it. I get following error. The same logics was working before gart. Any ide what might be the reason? WARNING:urllib3.connectionpool:Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='connectapi.garmin.com', port=443): Read timed out. (read timeout=10)")': /wellness-service/wellness/dailyHeartRate/demokedes?date=2023-11-15

matin commented 5 months ago

Is it failing?

That's a warning message stating that there was a timeout and is automatically retrying.

cyberjunky commented 4 days ago

@demokedes Closing because it has become stale, please (re)open a issue if this is still happening.