Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. 2019-09-15 17:42:43 ERROR (MainThread) [homeassistant.core] Error executing service <ServiceCall google.scan_for_calendars (xxxxxxxxxxxxxxxxxxxxxxxxxxxxx)>
  2. Traceback (most recent call last):
  3. File "/usr/src/homeassistant/homeassistant/core.py", line 1243, in _safe_execute
  4. await self._execute_service(handler, service_call)
  5. File "/usr/src/homeassistant/homeassistant/core.py", line 1262, in _execute_service
  6. await self._hass.async_add_executor_job(handler.func, service_call)
  7. File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
  8. result = self.fn(*self.args, **self.kwargs)
  9. File "/usr/src/homeassistant/homeassistant/components/google/__init__.py", line 255, in _scan_for_calendars
  10. service = calendar_service.get()
  11. File "/usr/src/homeassistant/homeassistant/components/google/__init__.py", line 349, in get
  12. http = credentials.authorize(httplib2.Http())
  13. AttributeError: 'NoneType' object has no attribute 'authorize'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement