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

Sensor not working since 2022.5.4 #27

Closed
Roei639 opened this issue May 13, 2022 · 3 comments
Closed

Sensor not working since 2022.5.4 #27

Roei639 opened this issue May 13, 2022 · 3 comments

Comments

@Roei639
Copy link

Roei639 commented May 13, 2022

The sensor stopped working

log:
Logger: homeassistant.components.sensor
Source: custom_components/google_keep/sensor.py:39
Integration: חיישן (documentation, issues)
First occurred: 16:11:45 (1 occurrences)
Last logged: 16:11:45

Error while setting up google_keep platform for sensor
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 249, in _async_setup_platform
await asyncio.shield(task)
File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/google_keep/sensor.py", line 39, in setup_platform
login_success = keep.login(username, password)
File "/usr/local/lib/python3.9/site-packages/gkeepapi/init.py", line 693, in login
ret = auth.login(username, password, get_mac())
File "/usr/local/lib/python3.9/site-packages/gkeepapi/init.py", line 59, in login
raise exception.LoginException(
gkeepapi.exception.LoginException: ('NeedsBrowser', 'To access your account, you must sign in on the web. Touch Next to start browser sign-in.')

@ejpenney
Copy link
Contributor

Same here, upgrading to 2022.5.4 caused the same errors in my Logs. Reverting did NOT fix it.

@PiotrMachowski
Copy link
Owner

This error doesn't seem to be related to 2022.5.4, probably even a restart would break it
kiwiz/gkeepapi#123

@PiotrMachowski
Copy link
Owner

Duplicate of #26

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

3 participants