Skip to content

gkeepapi.exception.LoginException: ('UNKNOWN_ERR', None) #189

@csimpf

Description

@csimpf

Hi there, I love your app and it's been so solid in helping me sync my Keep shopping list with Anylist 😄

Since 31 Jan this year, I've been persistently getting this error and can't log in. Stack Trace:

Traceback (most recent call last):
  File "lambda_function.py", line 76, in <module>
    lambda_handler(mock_event, mock_context)
  File "lambda_function.py", line 18, in lambda_handler
    success = keep.login(os.environ["GOOGLE_USERNAME"], os.environ["GOOGLE_APP_PASSWORD"])
  File "/home/name/code/keep2anylist/keep-get/lib/python3.8/site-packages/gkeepapi/__init__.py", line 697, in login
    ret = auth.login(email, password, device_id)
  File "/home/name/code/keep2anylist/keep-get/lib/python3.8/site-packages/gkeepapi/__init__.py", line 62, in login
    raise exception.LoginException(res.get("Error"), res.get("ErrorDetail"))
gkeepapi.exception.LoginException: ('UNKNOWN_ERR', None)

I've tried generating a new app key but that didn't fix things.

I have also tested with a bad password and I get gkeepapi.exception.LoginException: ('BadAuthentication', None), so the password seems correct.

Do you have any pointers or idea on what could be going on? Please let me know if I can provide more information. Thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions