finish06 / pyunifi

https://unifi-sdn.ubnt.com/
MIT License
223 stars 99 forks source link

pyunifi.controller.APIError: Login failed - status code: 404 after FW upgrade #69

Closed menvol3 closed 2 years ago

menvol3 commented 2 years ago

Hi @finish06 ,

Today i updated FW on my Cloud Key Gen2 and now I’m receiving and error pyunifi.controller.APIError: Login failed - status code: 404

Here is my Client initialisation

c = Controller('host', 'login', 'pass, ssl_verify=False, site_id="default")

Python version - 3.7.3 pyunifi version - 2.21 Cloud Key version - 2.1.11 Cloud Network version - 6.4.54

Can you please help me to solve this issue ?

menvol3 commented 2 years ago

Ok, i used version parameter with UDMP-unifiOS although I’m using Cloud Key Gen2, but now it works