You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/Users/******/Documents/School/Schoology Automations/AutoAssign/AutoAssign.py", line 56, in<module>print(api.calendar.events())
File "/Users/******/Library/Python/3.9/lib/python/site-packages/pyicloud/services/calendar.py", line 64, in events
self.refresh_client(from_dt, to_dt)
File "/Users/******/Library/Python/3.9/lib/python/site-packages/pyicloud/services/calendar.py", line 57, in refresh_client
req = self.session.get(self._calendar_refresh_url, params=params)
File "/Users/******/Library/Python/3.9/lib/python/site-packages/requests/sessions.py", line 602, in get
return self.request("GET", url, **kwargs)
File "/Users/******/Library/Python/3.9/lib/python/site-packages/pyicloud/base.py", line 131, in request
return self.request(method, url, **kwargs)
File "/Users/******/Library/Python/3.9/lib/python/site-packages/pyicloud/base.py", line 133, in request
self._raise_error(response.status_code, response.reason)
File "/Users/******/Library/Python/3.9/lib/python/site-packages/pyicloud/base.py", line 189, in _raise_error
raise api_error
pyicloud.exceptions.PyiCloudAPIResponseException: Authentication required for Account. (421)
Checklist
[x ] I've looked informations into the README.
I've looked informations into the pyiCloud's code.
I've looked informations in Google.
Additional information
I've seen other posts about this issue for the calendar service, but not for the reminders event. I have 2fa turned on if it matters.
The text was updated successfully, but these errors were encountered:
The problem
Environment
pip show pyicloud
): 1.0.0python -V
): 3.9.6Traceback/Error logs
Checklist
Additional information
I've seen other posts about this issue for the calendar service, but not for the reminders event. I have 2fa turned on if it matters.
The text was updated successfully, but these errors were encountered: