fuatakgun / eufy_security

Home Assistant integration to manage Eufy Security devices as cameras, home base stations, doorbells, motion and contact sensors.
938 stars 79 forks source link

"Access Token" error during setup #1163

Closed karllogue closed 4 months ago

karllogue commented 5 months ago

Getting this every time I startup Home Assistant:

Logger: homeassistant.setup Source: setup.py:402 First occurred: 6:34:09 PM (1 occurrences) Last logged: 6:34:09 PM

Error during setup of component eufy Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/setup.py", line 402, in _async_setup_component result = await task ^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/eufy/init.py", line 62, in setup data = lakeside.get_devices( ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/lakeside/init.py", line 39, in get_devices token = r.json()['access_token']


KeyError: 'access_token'
Willempie79 commented 5 months ago

Ik krijg dezelfde foutmelding

jartill commented 4 months ago

Yep. Getting same here.

Core 2024.7.1 Eufy add-on 1.8.0-2 Integration 8.0.2

fuatakgun commented 4 months ago

This error is from core integration (eufy) not from mine (eufy_security)