-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Today i found out that my automatizations were off which was very weird, I'm using a few smart reles with ewelink and so far they were working flawlessly.
Debugging a bit I see there is an issue while login to ewelink service.
are you guys seeing the same thing?
File "/eweapi.py", line 77, in process_health
await client.login()
File "/ewelink/client.py", line 53, in login
self.user = ClientUser(data = await self.http.login(), http=self.http)
File "/ewelink/models/user.py", line 32, in init
self.email: str | None = data.get('email', None)
AttributeError: 'NoneType' object has no attribute 'get'
{'error': 403, 'msg': 'Sign:oauthClient enable invalid'}
Unclosed client session
Metadata
Metadata
Assignees
Labels
No labels