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