Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

broken in HA 0.118 #7

Closed
maximunited opened this issue Nov 29, 2020 · 2 comments
Closed

broken in HA 0.118 #7

maximunited opened this issue Nov 29, 2020 · 2 comments

Comments

@maximunited
Copy link

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)
@maximunited
Copy link
Author

Seems to be caused by issue #81 in gkeepapi

@aFrankLion
Copy link
Owner

This seems to have been resolved now in the issue you linked. Closing this, but let me know if the issue persists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants