-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UnifiTransportError after FW upgrade #30
Comments
Python version - 3.7.3 |
So problem is that this lib should be updated. Because in recent Unifi updates api call url was changed |
@menvol3 Is correct in that the library needs an update. Sadly it's not as simple as just changing the base URL; there are a number of the API endpoints that have moved around and some that have changed the HTTP methods. Unfortunately I've been very busy with my day job and have not yet had time to build a complete new release. |
I'm getting this error as well with UniFi OS 2.2.12 on the Cloud Key Gen2 Plus. I just found this project while trying to find a way to export a detailed device list (great work!). Do you have any suggestions to work around this? |
Hi @nickovs,
Thank You for this tool, it worked perfectly for me, but today i updated FW on my Cloud Key Gen2 and now I’m receiving and error
unificontrol.exceptions.UnifiTransportError: 404:
Here is my Client initialisation
def get_client():
cert = ssl.get_server_certificate((host, 8443))
return UnifiClient(host=host,
username=username, password=password, site="default", cert=cert
)Can you please help me to solve this issue ?
The text was updated successfully, but these errors were encountered: