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
While using api.calendar.events() I got that error:
File "<stdin>", line 1, in<module>
File "C:\Users\yannd\AppData\Local\Programs\Python\Python36\lib\site-packages\pyicloud\services\calendar.py", line 62, in events
self.refresh_client(from_dt, to_dt)
File "C:\Users\yannd\AppData\Local\Programs\Python\Python36\lib\site-packages\pyicloud\services\calendar.py", line 55, in refresh_client
req = self.session.get(self._calendar_refresh_url, params=params)
File "C:\Users\yannd\AppData\Local\Programs\Python\Python36\lib\site-packages\requests\sessions.py", line 546, in get
return self.request('GET', url, **kwargs)
File "C:\Users\yannd\AppData\Local\Programs\Python\Python36\lib\site-packages\pyicloud\base.py", line 100, in request
self._raise_error(code, reason)
File "C:\Users\yannd\AppData\Local\Programs\Python\Python36\lib\site-packages\pyicloud\base.py", line 107, in _raise_error
raise PyiCloud2SARequiredError(response.url)
NameError: name 'response' is not defined
The text was updated successfully, but these errors were encountered:
While using api.calendar.events() I got that error:
The text was updated successfully, but these errors were encountered: