Advertisement
Chrwjensen

Untitled

May 25th, 2022
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. Logger: homeassistant.components.sensor
  2. Source: custom_components/google_keep/sensor.py:39
  3. Integration: Sensor (documentation, issues)
  4. First occurred: 21:36:46 (1 occurrences)
  5. Last logged: 21:36:46
  6.  
  7. Error while setting up google_keep platform for sensor
  8. Traceback (most recent call last):
  9. File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 249, in _async_setup_platform
  10. await asyncio.shield(task)
  11. File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 58, in run
  12. result = self.fn(*self.args, **self.kwargs)
  13. File "/config/custom_components/google_keep/sensor.py", line 39, in setup_platform
  14. login_success = keep.login(username, password)
  15. File "/usr/local/lib/python3.9/site-packages/gkeepapi/__init__.py", line 693, in login
  16. ret = auth.login(username, password, get_mac())
  17. File "/usr/local/lib/python3.9/site-packages/gkeepapi/__init__.py", line 59, in login
  18. raise exception.LoginException(
  19. gkeepapi.exception.LoginException: ('NeedsBrowser', 'To access your account, you must sign in on the web. Touch Next to start browser sign-in.')
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement