kiwiz / gkeepapi

An unofficial client for the Google Keep API.
MIT License
1.53k stars 113 forks source link

Always getting BadAuthentication error #37

Closed battaglia01 closed 6 years ago

battaglia01 commented 6 years ago

This API no longer lets me log in - I always get a BadAuthentication exception. For example, from my log:

2018-08-13 01:01:45.927546: Logging in...
2018-08-13 01:01:46.184282: Exception!
2018-08-13 01:01:46.186899: type(exc) - <class 'gkeepapi.exception.LoginException'>
2018-08-13 01:01:46.187836: exc - ('BadAuthentication', None)
2018-08-13 01:01:46.188545: exc.args - ('BadAuthentication', None)
2018-08-13 01:01:46.189264: Sleeping for 15 minutes...

This has simultaneously stopped working on all my computers. I was using an app password generated from Google -- just tried to regenerate a new one and no luck.

Has Google torched this API?

battaglia01 commented 6 years ago

Seems like it was going good until 07/23 for me.

battaglia01 commented 6 years ago

Actually, strange - may be an issue on my end. The script runs just fine if I run it manually, but gives this exception if I run it on startup or from within Krunner in KDE (my DE). Weird, will dig in...

battaglia01 commented 6 years ago

Sorry, my fault! Had an error causing this to happen in my script. Works fine.