Closed robquail closed 1 year ago
Getting the same error myself. First noticed today.
What version of garminconnect are you using?
oh.. 0.1.48
do I need to update?
Yes, please update. garminconnect migrated from Cloudscraper to Garth in #144 to improve auth
Got the same error in a project using 0.1.55, but upgrading to the latest version (0.2.7) fixed the issue.
upgrade fixed it, thanks
Nice to hear all is fixed by the work of matin!
After months of working fine, I'm suddenly getting this error. Is there some recent change in garminconnect or the Garmin site to explain this?
login() determines self.session_data is None and calls self.authenticate()
response = self.modern_rest_client.get("", params=params)
returns:user_prefs = self.__get_json(response.text, "VIEWER_USERPREFERENCES")
returns nullself.display_name = user_prefs["displayName"]
errors on object not subscriptable: