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
Logger: homeassistant.setup
Source: custom_components/google_keep/__init__.py:67
First occurred: 5:00:47 PM (1 occurrences)
Last logged: 5:00:47 PM
Error during setup of component google_keep
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 213, in _async_setup_component
result = await task
File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/google_keep/__init__.py", line 67, in setup
login_success = keep.login(username, password)
File "/usr/local/lib/python3.8/site-packages/gkeepapi/__init__.py", line 693, in login
ret = auth.login(username, password, get_mac())
File "/usr/local/lib/python3.8/site-packages/gkeepapi/__init__.py", line 59, in login
raise exception.LoginException(
gkeepapi.exception.LoginException: ('BadAuthentication', None)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: