Open Roei639 opened 3 years ago
Have it worked before? Which version of python do you have? Do you use 2FA? Do you use app password?
Have it worked before? - yes Which version of python do you have? - python 3.8.5 Do you use 2FA? - yes Do you use app password? - yes
You can check out this thread, maybe some solution will work for you (I would start with captcha)
There is no solution. Disable 2FA verification did not help either.
This integration uses unofficial API, so maybe Google somehow blocks it in some conditions... It's really hard to say
A few days ago it worked for me ... I see I have more sensors that are not working and a similar error Maybe related to Python?
Has anything in your HA changed in a meantime?
Update Version 0.118.2
How is your HA installed?
Docker
Same problem here, working nicely until update HA to 0.118. Since then the sensor keeps saying 'BadAuthentication' when system starts.
Can you manually change manifest.json
file to this version:
{
"domain": "google_keep",
"name": "Google Keep",
"documentation": "https://github.com/PiotrMachowski/Home-Assistant-custom-components-Google-Keep",
"dependencies": [],
"codeowners": ["@PiotrMachowski"],
"requirements": ["gkeepapi==0.13.1"]
}
then restart HA and check if sensor is working?
Does not work
Same here, updated gkeepapi to 0.13.1 via manifest and same exception. I will try again the captcha thing and see if it helps.
edit: Nah, same exception.
I'm afraid I can't do anything more for now
The same for me! No fix yet?
Home Assistant 0.118.2
Same problem.
Home Assistant 0.118.2
Same in 0.118.3
Same problem
Same in 0.118.4
same in 0.118.5
it works, pip install requests 2.25.0 pip install oauthlib 3.1.0 pip install requests-oauthlib 1.3.0
Installed the 3 python modules mentioned above in the homeassistant venv, still getting the error:
gkeepapi.exception.LoginException: ('BadAuthentication', None)
HA 0.118.4
Installed the 3 python modules mentioned above in the homeassistant venv, still getting the error:
gkeepapi.exception.LoginException: ('BadAuthentication', None)
HA 0.118.4
Same for me
Same ;/ 2020.12.0
same in 2020.12.1 but i fix it with pyatmo one more time
pip install -U --force-reinstall pyatmo
how do you run the pip command on an rpi4 running HA? i have the terminal open but wont let me....
update: figured out i was using the wrong terminal. ran the command, reboot and..... still an error
I'm getting the same exact error: TrueNas 12.0-U1 running a 12.1-RELEASE-p12 jail Home Assistant 2020.12.1 Python 3.8.6 HA google keep integration V1.1.0 GKEEPAPI 0.13.3
anyone found a solution for this ? I can't get it working
I just installed the add-on via HACS. I entered the info in my config.yaml file, and I'm getting the exact same error as the first post. I'm on Home Assistant 2021.1.0 (on a Raspberry Pi).
I have NO IDEA how to even run the pip commands on the Raspberry Pi; based on some research I understand it is not possible.
update: figured out i was using the wrong terminal. ran the command, reboot and..... still an error
@Scags104 what do you mean "the wrong terminal?" How did you run the command?
Thanks all.
There is another add-on with a similar name that allows it
On Fri, Jan 8, 2021, 7:26 PM krelltunez notifications@github.com wrote:
I just installed the add-on via HACS. I entered the info in my config.yaml file, and I'm getting the exact same error as the first post. I'm on Home Assistant 2021.1.0 (on a Raspberry Pi).
I have NO IDEA how to even run the pip commands on the Raspberry Pi; based on some research I understand it is not possible.
update: figured out i was using the wrong terminal. ran the command, reboot and..... still an error
@Scags104 https://github.com/Scags104 what do you mean "the wrong terminal?" How did you run the command?
Thanks all.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/PiotrMachowski/Home-Assistant-custom-components-Google-Keep/issues/15#issuecomment-757060722, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACJCYYDQO7M5GX3LP22LCC3SY6PD7ANCNFSM4T4VYILQ .
I have tried all the steps above and still have this problem, please update us when the API is working
2021.2.2 - working again! But I changed the password on my google account
I just installed this integration and front end card via HACS in HA 2022.3.6. Initially I used the same app pw I had created for HA to send email notifications via my GMail account. I wasn't seeing any errors, but the state of the sensor entity was 0 and it didn't show any of my Keep Notes. I created a new Google app password and set the sensor to use it. It now shows all of my notes under the sensor attributes and the state is > 0.
Google Keep sensor not working