cyberjunky / python-garminconnect

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

ssl_context #95

Closed oscarfrobles closed 2 years ago

oscarfrobles commented 2 years ago

Get error __init__() got an unexpected keyword argument 'ssl_context'

From response = self.session.get(url, headers=total_headers, params=params) line 67 init.py

I execute from PyCharm test.

Any idea is wellcome.

oscarfrobles commented 2 years ago

Update status: I install cloudscraper and problem solved.