Elio-Chedid

Results 2 issues of Elio-Chedid

when I try to ssh to my machine using ssh [user]@0.tcp.eu.ngrok.io -p [portnumber] i get this error previously it used to work but recently it's giving me this error can...

I cloned the repo into my directory and executed the code: import ewelink from ewelink import Client, DeviceOffline @ewelink.login('password', '[email protected]') async def main(client: Client): print(client.region) print(client.user.info) print(client.devices) device = client.get_device('XXXXX')...