Dan Timofte
Dan Timofte
It looks like version 1.2.2 was built from the Dev branch
i just had this problem on ubuntu 17 : 
try this example I wrote . it's basicaly a refactor without using the login decorator. Region is important so change it to match yours https://github.com/dantimofte/ewelink-api-python/blob/master/main.py ```import asyncio import ewelink async...
I created a setup.py on my fork so you can install it like this: ```pip install ewelink@git+ssh://[email protected]/dantimofte/[email protected]```
try this example I wrote . it's basicaly a refactor without using the login decorator. Region is important so change it to match yours https://github.com/dantimofte/ewelink-api-python/blob/master/main.py ```import asyncio import ewelink async...
> client: ewelink.Client = ewelink.Client("**your_username**", "email_or_phone", region="eu"), first parameter is actually the password. Otherwise works. yeah, for some reason they are reversed and couldn't fight the instinct , I edited...