You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried a new (Synology) account, but always get a "Login Failed" error. If I change the local Python code, I find the script url=f"{self.url}/api/login"
But that URL always returns a 403. With other tools I can POST to url=f"{self.url}/api/auth/login", which returns a valid session.
Am I doing something wrong? Is this a new update for UniFi which isn't supported, yet?
The text was updated successfully, but these errors were encountered:
This issue and the others which have open pull requests could be fixed easily, would help a lot of people to use that plugin. But somehow nobody seems to merge them and build a new version...
I've tried a new (Synology) account, but always get a "Login Failed" error. If I change the local Python code, I find the script
url=f"{self.url}/api/login"
But that URL always returns a 403. With other tools I can POST to
url=f"{self.url}/api/auth/login"
, which returns a valid session.Am I doing something wrong? Is this a new update for UniFi which isn't supported, yet?
The text was updated successfully, but these errors were encountered: