avleen

Results 19 comments of avleen

I've been running into this issue too, on the latest 1.8.5 firmware. When I do the `print`, the output is: ``` ``` I had to edit `metaprogram.py` and on L77...

Likewise, in `unifi.py`, L142 needs to change to: ``` "auth/login" ``` and L161 needs to change to: ``` "auth/logout" ```

Also in `unifi.py`, L114, there is on `response['data']` object any more. I'm not sure what it used to look like before, but now `response` is just a hash full of...

Ok, hopefully last update, this is a diff of what worked in the end, for both login and various other things. Happy to send a pull request if you want...

Hi Nicko! I have the UDM (non-pro) device, which has the built-in cloud key. I'm happy to do testing :) On Thu, Jan 14, 2021 at 4:28 PM Nicko van...

> Hello i am running in the same issue . i installed this library with `pip install git+git://github.com/avleen/unificontrol.git@0c9fcfaa19fe9671e12ac68de054f1e4b47d8e31` > but still getting same error :( What device and firmware version...

Hey Nicko, At least on the 1.8.5 firmware on the UDM (non-pro), that URL doesn't work any more: 1. Port 8443 isn't used any more 2. /status isn't a valid...

Unauthenticated this doesn't work. Authenticated I get back: ``` {"meta":{"rc":"ok","uuid":""},"data":[]} ``` On Mon, Jan 25, 2021 at 10:50 PM Nicko van Someren wrote: > Can you try https://:443/proxy/network/status? > >...

FWIW, MyLeaf continues to function, and I don't see any related code changes on their side that could be related to this.